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-deploy-argocd action to v0.12.0 #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2024

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-deploy-argocd action minor 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
  • Added break glass input helm-args incase our set values do not suffice
  • Added --set global.image.tag as the globals can be universally referenced (see references)
why
  • break glass provided so this is highly extensible
  • 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
  • use 'sudo' when installing the chamber binary
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
  • Install chamber directly instead of using a container
  • Update localstack endpoint for chamber, now that chamber does not run in a container.
why
  • Bypass Docker Hub rate limits
references
  • N/A

v0.11.1

Compare Source

🚀 Enhancements
YQ Improvement: Only one url @​Benbentwo (#​59)
what
  • yq ea reads multi documents, currently rendering as
    foo.net
    ---
    foo.com
    

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
  • separate step for helm dependency build
why
  • We cannot assume that the credentials to deploy to EKS are the same as fetching chart dependencies, thus this should live as an optional step to build the chart before rendering

v0.10.0

Compare Source

Support dependencies @​Benbentwo (#​57)
what
  • run helm dependency build before templating
why
  • required if chart has dependencies

v0.9.0

Compare Source

🚀 Enhancements
feat: parameterize retry action inputs @​korenyoni (#​56)
what
  • Parameterize inputs for nick-fields/retry action (keep previous values as defaults).
why
  • Allow inputs such as max_attempts to be adjusted.
references

*N/A

🤖 Automatic Updates
Update release workflow to allow pull-requests: write @​osterman (#​55)
what
  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR
why
  • Add comment to PR when it is released

v0.8.2

Compare Source

Revert "Update action.yml" @​Benbentwo (#​54) This reverts commit 668eb002b3a66511987fcc397b5baed7691d203c.
what
  • Revert back to Dockerhub images
why
  • While ECR image is nice for pull rates, we need to trust the source
`values_file` input - support array @​Benbentwo (#​50)
what
  • values_file supports comma separated list
why
  • allows multiple values files
🤖 Automatic Updates
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​53)
what
  • Update workflows (.github/workflows/settings.yaml) to use shared workflows from .github repo
why
  • Reduce nested levels of reusable workflows
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​52)
what
  • Update workflows (.github/workflows/settings.yaml)
why
  • Support new readme generation workflow.
  • Generate banners

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update cloudposse/github-action-deploy-argocd action to v0.8.2 Update cloudposse/github-action-deploy-argocd action to v0.9.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-deploy-argocd-0.x branch from ef70cf5 to 640fa2c Compare June 28, 2024 14:21
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-deploy-argocd-0.x branch from 640fa2c to 29bbeda Compare July 8, 2024 20:06
@renovate renovate bot changed the title Update cloudposse/github-action-deploy-argocd action to v0.9.0 Update cloudposse/github-action-deploy-argocd action to v0.11.1 Jul 8, 2024
@renovate renovate bot changed the title Update cloudposse/github-action-deploy-argocd action to v0.11.1 Update cloudposse/github-action-deploy-argocd action to v0.11.2 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-deploy-argocd-0.x branch 2 times, most recently from 7c2a8f1 to c7b3995 Compare July 10, 2024 23:09
@renovate renovate bot changed the title Update cloudposse/github-action-deploy-argocd action to v0.11.2 Update cloudposse/github-action-deploy-argocd action to v0.11.3 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-github-action-deploy-argocd-0.x branch from c7b3995 to 2ec4cae Compare July 12, 2024 18:23
@renovate renovate bot changed the title Update cloudposse/github-action-deploy-argocd action to v0.11.3 Update cloudposse/github-action-deploy-argocd action to v0.12.0 Jul 12, 2024
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.

0 participants