Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cloudposse/github-action-docker-build-push action to v1.15.0 #71

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-docker-build-push action minor 1.13.0 -> 1.15.0

Release Notes

cloudposse/github-action-docker-build-push (cloudposse/github-action-docker-build-push)

v1.15.0

Compare Source

Use cloudposse version of jq @​goruha (#​59)

what

  • Use cloudposse/github-action-jq@0.4.0 instead of edwardgeorge/jq-action@main

why

  • edwardgeorge/jq-action@main poor supported
chore(deps): update dcarbone/install-jq-action action to v2.1.0 @​renovate (#​56)

This PR contains the following updates:

Package Type Update Change
dcarbone/install-jq-action action minor v2.0.2 -> v2.1.0

Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: dcarbone/install-jq-action@v2.0.2...v2.1.0


chore(deps): update nick-fields/assert-action action to v2 @​renovate (#​58)

This PR contains the following updates:

Package Type Update Change
nick-fields/assert-action action major v1 -> v2

Release Notes
nick-fields/assert-action (nick-fields/assert-action)
v2

Compare Source


v1.14.0

Compare Source

chore(deps): update docker/metadata-action action to v5 @​renovate (#​46)

This PR contains the following updates:

Package Type Update Change
docker/metadata-action action major v4 -> v5

Release Notes
docker/metadata-action (docker/metadata-action)
v5

Compare Source


Update dcarbone/install-jq-action action to v2 @​renovate (#​49)

This PR contains the following updates:

Package Type Update Change
dcarbone/install-jq-action action major v1.0.1 -> v2.0.2

Release Notes
dcarbone/install-jq-action (dcarbone/install-jq-action)
v2.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: dcarbone/install-jq-action@v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: dcarbone/install-jq-action@v2.0.0...v2.0.1

v2.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: dcarbone/install-jq-action@v1.0.1...v2.0.0


Update actions/checkout action to v4 @​renovate (#​43)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4

Release Notes
actions/checkout (actions/checkout)
v4

Compare Source


Update docker/login-action action to v3 @​renovate (#​45)

This PR contains the following updates:

Package Type Update Change
docker/login-action action major v2 -> v3

Release Notes
docker/login-action (docker/login-action)
v3

Compare Source


Custom Tags allowed as output @​Benbentwo (#​53)

what

  • the tags input allows us to add additional tags, but not necessarily use them in the output. this PR fixes that using the priority to sort the output.
  • adds pass through no-cache option
  • Fixes Tests with multi arch through docker buildx inspect

why

  • Custom tagging of applications

References

  • Duplicate of and closes #​52 - testing GHA from non fork

v1.13.1

Compare Source

feat: Parameterized DOCKER_METADATA_PR_HEAD_SHA to allow for PR-HEAD tagging @​pk-nb (#​40 ) (#​41)

what

  • By default, Github Actions uses merge commits during PR events for checkout.
  • Similarly, the docker-metadata action will use the PR merge commit for the docker SHA tags (referenced via the github.sha variable).
  • This adds a parameter that allows users to configure docker metadata-action to compute the SHA tags to use github.event.pull_request.head.sha instead.
    • Unfortunately the metadata-action does not compute based on a checkout action of the code, so we have to tell it to use the correct event SHA explicitly with this environment variable.
  • (Folks will also need to update the checkout action in their own workflows to use github.event.pull_request.head.sha)

See https://github.com/docker/metadata-action#environment-variables for documentation.

why

  • Some users (like us!) find the the default behavior of merge-commits challenging
    • Since the merge commit contains code from the target branch, it becomes very difficult to build an image without main branch code in it for hotfixes (with a manual release workflow that we use)
    • Merge conflicts cause builds to not be triggered, which is annoying for large / long-running branches
    • Some find it unintuitive that the SHAs don't match the PR head
    • It is harder to reference tags in the ECR registry since the merge SHAs are more opaque
  • Parameterized it as other folks may like the tradeoffs of merge commits for "closer to merge" results for testing and don't want to break other workflows.

Refs

🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​36)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update cloudposse/github-action-docker-build-push action to v1.13.1 Update cloudposse/github-action-docker-build-push action to v1.14.0 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-docker-build-push-1.x branch from 6adfd74 to a441ef9 Compare November 7, 2023 00:50
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-docker-build-push-1.x branch from a441ef9 to 9622b70 Compare February 9, 2024 01:08
@renovate renovate bot changed the title Update cloudposse/github-action-docker-build-push action to v1.14.0 Update cloudposse/github-action-docker-build-push action to v1.15.0 Feb 9, 2024
@hans-d hans-d merged commit 17e5419 into main Mar 3, 2024
1 check passed
@hans-d hans-d deleted the renovate/cloudposse-github-action-docker-build-push-1.x branch March 3, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant