Update cloudposse/github-action-deploy-argocd action to v0.12.0 #121
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.1
->v0.12.0
Release Notes
cloudposse/github-action-deploy-argocd (cloudposse/github-action-deploy-argocd)
v0.12.0
Compare Source
Feature: break glass input `helm-args` and set globals for subcharts to use. @Benbentwo (#62)
what
helm-args
incase our set values do not suffice--set global.image.tag
as the globals can be universally referenced (see references)why
global
added for subcharts. this way you can reuse your chart several times and override the image of a deployment with{{ $.Values.global.image.tag }}
references
v0.11.3
Compare Source
🐛 Bug Fixes
fix: use 'sudo' when installing the chamber binary @korenyoni (#61)
what
why
The test suite in this repo passed, but using this action in practice results in:
+ install chamber-v2.14.1-linux-amd64 /usr/local/bin/chamber install: cannot create regular file '/usr/local/bin/chamber': Permission denied
references
v0.11.2
Compare Source
🐛 Bug Fixes
fix: install chamber directly instead of using a container (bypass Docker Hub rate limits) @korenyoni (#60)
what
why
references
v0.11.1
Compare Source
🚀 Enhancements
YQ Improvement: Only one url @Benbentwo (#59)
what
This then fails the action.
This update enhances that action to remove the
---
from rendering via-N
. Furthermore it will only pick the first URL found.v0.11.0
Compare Source
Change Dependency build to it's own step with flag to enable @Benbentwo (#58)
what
why
v0.10.0
Compare Source
Support dependencies @Benbentwo (#57)
what
helm dependency build
before templatingwhy
v0.9.0
Compare Source
🚀 Enhancements
feat: parameterize retry action inputs @korenyoni (#56)
what
nick-fields/retry
action (keep previous values as defaults).why
max_attempts
to be adjusted.references
*N/A
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#55)
what
.github/workflows/release.yaml
) to have permission to comment on PRwhy
v0.8.2
Compare Source
Revert "Update action.yml" @Benbentwo (#54)
This reverts commit 668eb002b3a66511987fcc397b5baed7691d203c.what
why
`values_file` input - support array @Benbentwo (#50)
what
values_file
supports comma separated listwhy
🤖 Automatic Updates
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#53)
what
.github/workflows/settings.yaml
) to use shared workflows from.github
repowhy
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#52)
what
.github/workflows/settings.yaml
)why
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.
This PR was generated by Mend Renovate. View the repository job log.