chore(deps): update dependency argoproj-labs/argocd-image-updater to v0.11.0 - autoclosed
Compare changes
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
argoproj-labs/argocd-image-updater | Kustomization | minor |
v0.9.5 -> v0.11.0
|
v0.11.0
The version v0.11.0 is a minor feature release, bringing some new features as well as bug fixes to Argo CD Image Updater.
docker-registry-client
by Docker's more modern distribution/v3
API.The Argo Project would like to thank the following people for their awesome contributions that made this release possible:
And also thanks to everyone who took the time to open and discuss issues.
No special instructions this time.
v0.10.3
Bug fix release for the 0.10 release branch, which fixes some annoying issues with Kustomize applications.
N/A
N/A
N/A
v0.10.2
The version v0.10.2 is a patch release, and brings the aws
CLI into the container image due to popular demand.
No special instructions this time.
None
None
v0.10.1
The version v0.10.1 is a maintenance release updating the used base image only to address some vulnerabilities in Alpine.
No special instructions this time.
None
None
v0.10.0
The version v0.10.0 brings a couple of new and exciting features as well as bug fixes to Argo CD Image Updater.
Major new features:
New digest
update strategy: This update strategy lets you track the most recent pushed version a single tag, e.g. latest
. Image Updater will compare the SHA256 sum of the currently running image to the SHA256 sum of the image in the registry, and update if appropriate.
Modify kustomization.yaml
directly: In addition to persisting the changes in the parameter overrides, Argo CD Image Updater can now modify a kustomization.yaml
directly in order to update the image.
Custom Git commit messages: Users can now specify a custom Git commit message using Go string templates.
Start with empty image: Argo CD Image Updater is now able to update applications that have no initial image tag specified.
The Argo Project would like to thank the following people for their awesome contributions that made this release possible:
No special instructions this time.
This MR has been generated by Renovate Bot.