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-image-exists action to v0.2.0 #67

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-docker-image-exists action minor 0.1.0 -> 0.2.0

Release Notes

cloudposse/github-action-docker-image-exists (cloudposse/github-action-docker-image-exists)

v0.2.0

Compare Source

Update cloudposse/github-action-docker-build-push action to v1.14.0 @​renovate (#​15)

This PR contains the following updates:

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

Release Notes
cloudposse/github-action-docker-build-push (cloudposse/github-action-docker-build-push)
v1.14.0

Compare Source

chore(deps): update docker/metadata-action action to v5 @​&#​8203;renovate (#&#​8203;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 @​&#​8203;renovate (#&#​8203;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 @​&#​8203;renovate (#&#​8203;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 @​&#​8203;renovate (#&#​8203;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 @​&#​8203;Benbentwo (#&#​8203;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 @​&#​8203;pk-nb (#&#​8203;40 ) (#&#​8203;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 @​&#​8203;cloudpossebot (#&#​8203;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


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

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 (#​17)

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


v0.1.2

Compare Source

Added image-name input @​goruha (#​14)

what

  • Added Image name input

why

Update cloudposse/github-action-yaml-config-query action to v0.1.3 @​renovate (#​10)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-yaml-config-query action patch 0.1.1 -> 0.1.3

Release Notes
cloudposse/github-action-yaml-config-query
v0.1.3

Compare Source

Use ECR alpine image @​&#​8203;goruha (#&#​8203;14)
what
  • Use ECR alpine image

  • Avoid docker hub limits hit
🤖 Automatic Updates
Update README.md and docs @​&#​8203;cloudpossebot (#&#​8203;11)
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

v0.1.2

Compare Source

🤖 Automatic Updates
Update README.md and docs @​&#​8203;cloudpossebot (#&#​8203;10)
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


Update cloudposse/actions action to v0.33.0 @​renovate (#​12)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.0 -> 0.33.0

Release Notes
cloudposse/actions
v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed
New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0


Update cloudposse/github-action-docker-build-push action to v1.13.0 @​renovate (#​13)

This PR contains the following updates:

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

Release Notes
cloudposse/github-action-docker-build-push
v1.13.0

Compare Source

Expose buildx provenance (#&#​8203;38) (#&#​8203;39) @​&#​8203;Sytten
what
  • Expose provenance buildx parameter
why
  • Deploy to lambda
references
  • closes #​37
  • original #​38
v1.12.0

Compare Source

Update docker/build-push-action action to v4 @​&#​8203;renovate (#&#​8203;28)

This PR contains the following updates:

Package Type Update Change
docker/build-push-action action major v3 -> v4

Release Notes
docker/build-push-action
v4

Compare Source


Ensure jq 1.6 @​&#​8203;goruha (#&#​8203;35)
what
  • Install jq version 1.6
why
  • Ensure jq exists and have the right version
Update cloudposse/actions action to v0.33.0 @​&#​8203;renovate (#&#​8203;30)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.31.0 -> 0.33.0

Release Notes
cloudposse/actions
v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed
New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0


v1.11.0

Compare Source

Add Secrets and Secret-files @​&#​8203;Benbentwo (#&#​8203;33)
what
  • Exposes Secrets and Secret Files
references
v1.10.0

Compare Source

Support for multi-platform builds @​&#​8203;zdmytriv (#&#​8203;32)
what
  • Introduced new input parameter --platform
why
  • Support for multi-platform docker builds
references

🤖 Automatic Updates

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

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

v0.1.1

Compare Source

Update cloudposse/github-action-docker-build-push action to v1.9.0 @​renovate (#​7)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-docker-build-push action minor 1.6.0 -> 1.9.0

Release Notes
cloudposse/github-action-docker-build-push
v1.9.0

Compare Source

Add image_name parameter in case $org/$repo isn't acceptable @​&#​8203;ozydingo (#&#​8203;27)
what
  • Adds an image_name input that can be specified if the default ${{ inputs.organization }}/${{ inputs.repository }} is not acceptable.
why
  • We have a use case where we build multiple targets from the same dockerfile in the same repo.
  • As currently abstracted, the image name will be the same for these: ${{ inputs.organization }}/${{ inputs.repository }}.
  • We hacked around this by modifying the value of inputs.repository to include the build target, but this is incorrect (and repository is used on one other place here)
  • We added a use case for which the above hack does not work -- two docker files, both using the default target.
  • It would be nice to support the underlying action's image_name as a pass-through.
references
  • Build using the new image_name var: link
  • Build using this branch without supplying image_name: link

I suspect tests are failing due to missing secrets in my fork, or something like that.

v1.8.0

Compare Source

SSH Forward Key Parameter @​&#​8203;milldr (#&#​8203;26)
what
  • added SSH option
why
  • Added option for #&#​8203;24
references
v1.7.0

Compare Source

Feat: Parameterize Cache Options @​&#​8203;milldr (#&#​8203;25)
what
  • parameterize caching options
why
  • we want to be able to change the fixed values
references
  • n/a

Update cloudposse/github-action-yaml-config-query action to v0.1.1 @​renovate (#​8)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-yaml-config-query action patch 0.1.0 -> 0.1.1

Release Notes
cloudposse/github-action-yaml-config-query
v0.1.1

Compare Source

Update alpine Docker tag to v3.17 @​&#​8203;renovate (#&#​8203;8)

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.16 -> 3.17

Fix query @​&#​8203;goruha (#&#​8203;9)
what
  • Fix query
🤖 Automatic Updates
Update README.md and docs @​&#​8203;cloudpossebot (#&#​8203;7)
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


🤖 Automatic Updates

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

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

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

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 force-pushed the renovate/cloudposse-github-action-docker-image-exists-0.x branch from d4a0026 to 7bf7598 Compare February 7, 2024 13:48
@renovate renovate bot changed the title Update cloudposse/github-action-docker-image-exists action to v0.1.2 Update cloudposse/github-action-docker-image-exists action to v0.2.0 Feb 7, 2024
@hans-d hans-d merged commit 2630daa into main Mar 3, 2024
1 check passed
@hans-d hans-d deleted the renovate/cloudposse-github-action-docker-image-exists-0.x branch March 3, 2024 09:34
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