chore(deps): update viaductoss/ksops docker tag to v4.5.1#129
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update viaductoss/ksops docker tag to v4.5.1#129renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
303023e to
22a7c35
Compare
22a7c35 to
fb91af1
Compare
fb91af1 to
8d421e9
Compare
8d421e9 to
c9e9d97
Compare
c9e9d97 to
184bb66
Compare
184bb66 to
73ad066
Compare
73ad066 to
ff2b4b1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v4.2.4→v4.5.1Release Notes
viaduct-ai/kustomize-sops (viaductoss/ksops)
v4.5.1Compare Source
Upgrade Guide: v4.5.0 to v4.5.1
What changed
In v4.5.0,
ksops installalways copied bothksopsandkustomizefrom hardcoded paths. This release makes two improvements based on community feedback (#327):ksops installnow usesos.Executable()to resolve its own binary path instead of hardcoding/usr/local/bin/ksops. This makes the install command work regardless of where the binary is located.Kustomize copying is now opt-in via
--with-kustomize. Since ArgoCD already ships with kustomize,ksops installnow only copies theksopsbinary by default. Pass--with-kustomizeto also copy kustomize.How to upgrade
Add
--with-kustomizeto yourksops installcommand if you want to continue overriding ArgoCD's built-in kustomize (the previous default behavior).Before:
After:
If you don't need to override ArgoCD's kustomize, you can drop
--with-kustomizeand remove the kustomize volume mount:Changelog
fd75a70fix: use os.Executable() for install and make kustomize opt-in (#330)d9442dcv4.5.1v4.5.0Compare Source
Upgrade Guide: ArgoCD Init Container
What changed
Starting in v4.4.0, the ksops Docker image uses a distroless base image, which does not include /bin/sh, mv, or other shell utilities. This broke the documented ArgoCD init container pattern that relied on shell commands to copy binaries into a shared volume.
This release adds a built-in ksops install subcommand that copies the ksops and kustomize binaries to a target directory — no shell required.
How to upgrade
Replace the command and args in your init container. The volume mounts stay the same.
Before:
After:
That's it. No other changes to your volumes, volume mounts, or container definitions are needed.
Affected configurations
This applies to all three documented ArgoCD integration methods:
Workarounds no longer needed
If you were using any of these workarounds, you can remove them:
Changelog
92bc163chore(deps): bump actions/checkout from 5 to 6 (#307)42d7795chore(deps): bump actions/setup-go from 5 to 6 (#302)cfb835cchore(deps): bump docker/login-action from 3 to 4 (#315)a25bfcdchore(deps): bump docker/setup-buildx-action from 3 to 4 (#316)2aee20echore(deps): bump docker/setup-qemu-action from 3 to 4 (#317)061495fchore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#309)845389achore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#325)d70b62echore(deps): bump github.com/getsops/sops/v3 from 3.11.0 to 3.12.2 (#319)98fe884chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4 (#323)80616dechore(deps): bump github/codeql-action from 3 to 4 (#305)eb80fe6chore(deps): bump go.opentelemetry.io/otel/sdk from 1.37.0 to 1.43.0 (#326)dd0987echore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#306)31dfb4echore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 (#318)d4c8c13chore(deps): bump goreleaser/goreleaser-action from 6 to 7 (#312)dfeab3fchore: v4.5.0 (#329)8f3b8d1feat: addksops installsubcommand for distroless compatibility (#327)50ad78ffeat: concurrent secret decryption (#328)4345f5ffix: pin to 1.25.08624cb3update(sops): 3.10.2 -> 3.11.0 (#304)v4.4.0Compare Source
Changelog
970918fBump sigs.k8s.io/kustomize/api from v0.16.0 to v0.19.0 (#275)97f66d0Optimize Docker image (#271)18bcac8Optimize and structure Makefile (#274)d79a6f0chore(deps): bump actions/checkout from 4 to 5 (#293)bc46d4dchore(deps): bump github.com/cloudflare/circl from 1.4.0 to 1.6.1 (#285)1ced974chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#280)487ddedchore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#282)404363dchore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 (#281)fc21455chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 (#284)167e8abchore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 (#287)86c8643chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (#286)844d8c2chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 (#288)6f0e2a6chore: update golang version to patch CVEs (#296)ec19be6fix(build): resolve kustomize installation failures during cross-compilation (#299)5890575fix(cd): try use full path for checking kustomize installation96fb5effix(ci): ensure go bin is part of PATH, add logging for debugging release CDc58ac0bupdate(sops): 3.9.2 -> 3.10.2 (#297)01bebbdv4.4.0v4.3.3Compare Source
Changelog
5e75cd4Align the Go version and update Go to 1.23 (#272)be78f8fchore(deps): bump filippo.io/age from 1.2.0 to 1.2.1 (#266)b04a55achore(deps): bump github.com/getsops/sops/v3 from 3.9.1 to 3.9.2 (#265)ba228f5chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#267)2b687a1chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#259)294de9dchore: add newlines to prints (#273)a7a691ffix(ci): update go to 1.22, migrate to staticcheck (#262)4a96154security(deps): upgrade golang.org/x/net (#268)bc3d055v4.3.3v4.3.2Compare Source
Changelog
2b3838bAllow passing a custom dir to install ksops to (#240)b8acbfbUpdate aws sdk version (#256)c6d9ce8adding how-to for ArgoCD/GitOps operator in OKD4/OCP4 (#229)010d4afchore(ci): Add DependaBot configuration for GitHub actions (#233)495f46echore(ci): Update GitHub action versions (#232)a4ba04cchore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#254)c055b7cchore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#234)455af17chore(deps): bump github.com/hashicorp/go-retryablehttp (#257)a5e3613chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#239)c886523chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#252)a3341e7chore(deps): upgrade to sops 3.9.0 for security fixes (#258)56094c0chore: add version to goreleaser.yml7f6baaafix(cd): give goreleaser permission to publishd069294fix(cd): update go version in release workflowd8df78afix: misspelling (#251)b74fe65update doc for argo-helm/argo-cd chart (#241)c2c19cev4.3.2v4.3.1Compare Source
Changelog
a018a93Fixed issue where invalid yaml was generated when using files together with secretFrom (#221)bc619b6chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#223)49edbe5chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#222)20e000fchore(deps): upgrade to kustomize v5.3.0 (#225)f09c3b7fix: typo in comment (#224)5ced30dv4.3.1v4.3.0Compare Source
Changelog
d28c101Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#209)2f44068chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#220)9895763chore: trigger ci on pull_request event980b683feat: added binaryFiles option (#211)042c062fix #213: update golang version to 1.21 (#216)521aa6fv4.3.0v4.2.5Compare Source
Changelog
b38f451chore(deps): upgrade to kustomize v5.2.1 (#208)1209d59v4.2.5Configuration
📅 Schedule: (UTC)
🚦 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.