image-automation-controller
image-automation-controller copied to clipboard
Bump the go-deps group across 1 directory with 5 updates
Bumps the go-deps group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/ProtonMail/go-crypto | 1.2.0 |
1.3.0 |
| github.com/fluxcd/pkg/apis/meta | 1.12.0 |
1.13.0 |
| github.com/fluxcd/pkg/auth | 0.17.0 |
0.18.0 |
| github.com/fluxcd/pkg/runtime | 0.60.0 |
0.61.0 |
| github.com/google/go-containerregistry | 0.20.3 |
0.20.6 |
Updates github.com/ProtonMail/go-crypto from 1.2.0 to 1.3.0
Release notes
Sourced from github.com/ProtonMail/go-crypto's releases.
Release v1.3.0
What's Changed
- API v2: Tolerate invalid key signatures if one verifies in ProtonMail/go-crypto#284
- Enforce acceptable hash functions in clearsign in ProtonMail/go-crypto#281
- Allow to set a decompressed message size limit in ProtonMail/go-crypto#285
- API v1: Only allow acceptable hashes when writing signatures in ProtonMail/go-crypto#286
Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.2.0...v1.3.0
Release v1.3.0-proton
This release is v1.3.0 with support for the following non-standardized features:
- Presistent symmetric keys experimental + latest draft draft-ietf-openpgp-persistent-symmetric-keys-00
- Automatic forwarding draft-wussler-openpgp-forwarding-00
- Post-quantum algorithms draft-ietf-openpgp-pqc (Updated to draft-ietf-openpgp-pqc-09)
Commits
3b22d85Merge pull request #286 from ProtonMail/feat/v1-api-enforce-signature-hashesa9af95cfeat(v1): Only allow acceptable hashes when writing signatures3c60603Merge pull request #285 from ProtonMail/feat/decompression-size-limitd664700feat: Allow to set a decompressed size limite1ea40eMerge pull request #281 from ProtonMail/fix/clearsign-check-hash9cd4c3afeat(clearsign): Write complete legacy hash header244eb1cfix(clearsign): Enforce acceptable hash functions in clearsigna994e32Merge pull request #284 from ProtonMail/feat/less-restrictive-key-signature8fe0e95feat(v2): Tolerate invalid key signatures if one passes- See full diff in compare view
Updates github.com/fluxcd/pkg/apis/meta from 1.12.0 to 1.13.0
Commits
246bc82Merge pull request #942 from fluxcd/force-annotation86ef319Introduce reconcile.fluxcd.io/forceAt annotation9be33b3Merge pull request #941 from fluxcd/crypto-v0.39.08957219Updategolang.org/x/cryptoto v0.39.0406c48dMerge pull request #940 from fluxcd/release-git-pkgs2298005Release git/v0.32.0 and git/gogit/v0.34.047a1b23Merge pull request #938 from fluxcd/public-ecra0d4442Fix support for public.ecr.aws53c7b2dMerge pull request #939 from kane8n/update-go-git77f008cupdate go-git- Additional commits viewable in compare view
Updates github.com/fluxcd/pkg/auth from 0.17.0 to 0.18.0
Commits
288cd7aMerge pull request #752 from fluxcd/handle-in-cluster-annotation4971c85Return a DiffTypeExclude when exclusion annotation is set in cluster46467e7Merge pull request #754 from fluxcd/update-docker43f36aaUpdate docker dependenciese350b5bMerge pull request #750 from fluxcd/update-deps-go-1.223ad72d9Update dependencies to Go 1.22 and Kubernetes 1.29.36ad47efMerge pull request #751 from fluxcd/disable-bitbucket-server-tests9ba119bDisable bitbucket-server e2ee8f9e40Merge pull request #723 from gdasson/main5c27146Adding common "reason" constants- Additional commits viewable in compare view
Updates github.com/fluxcd/pkg/runtime from 0.60.0 to 0.61.0
Commits
e5de5faMerge pull request #951 from cappyzawa/remove-runtime-tls-packageaab4541runtime/tls: remove deprecated package5d70542Merge pull request #950 from cappyzawa/add-runtime-secrets-packagedeb3faefixup! fixup! runtime/secrets: add package for consolidated secret handling9eb2c69fixup! fixup! fixup! fixup! runtime/secrets: add package for consolidated sec...94fce87fixup! fixup! fixup! runtime/secrets: add package for consolidated secret han...27e72a9fixup! fixup! runtime/secrets: add package for consolidated secret handling939a696fixup! fixup! runtime/secrets: add package for consolidated secret handling86bf9bbfixup! runtime/secrets: add package for consolidated secret handling2abb738fixup! runtime/secrets: add package for consolidated secret handling- Additional commits viewable in compare view
Updates github.com/google/go-containerregistry from 0.20.3 to 0.20.6
Release notes
Sourced from github.com/google/go-containerregistry's releases.
v0.20.6
What's Changed
- Ensure that tag name is not empty if name contains colon by
@SaschaSchwarze0in google/go-containerregistry#2094- Bump some deps by
@jonjohnsonjrin google/go-containerregistry#2110New Contributors
@SaschaSchwarze0made their first contribution in google/go-containerregistry#2094Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.4...v0.20.6
v0.20.5
What's Changed
- build(deps): bump docker/docker to v28.0.0+incompatible by
@luhringin google/go-containerregistry#2071- Migrate linter to v2 by
@Subserialin google/go-containerregistry#2096- bump go version + bump deps by
@Subserialin google/go-containerregistry#2093- implement TextMarshaler/JSONMarshaler more consistently by
@imjasonhin google/go-containerregistry#2097- Update CodeQL permissions by
@Subserialin google/go-containerregistry#2103- Update goreleaser permissions by
@Subserialin google/go-containerregistry#2104- Update provenance action in release by
@Subserialin google/go-containerregistry#2105- Update validator action by
@Subserialin google/go-containerregistry#2106New Contributors
@luhringmade their first contribution in google/go-containerregistry#2071@Subserialmade their first contribution in google/go-containerregistry#2096Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.3...v0.20.5
v0.20.4 - Not usable as a go module
🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (google/go-containerregistry#2107) -- please us v0.20.5 instead.
What's Changed
- build(deps): bump docker/docker to v28.0.0+incompatible by
@luhringin google/go-containerregistry#2071- Migrate linter to v2 by
@Subserialin google/go-containerregistry#2096- bump go version + bump deps by
@Subserialin google/go-containerregistry#2093- implement TextMarshaler/JSONMarshaler more consistently by
@imjasonhin google/go-containerregistry#2097- Update CodeQL permissions by
@Subserialin google/go-containerregistry#2103- Update goreleaser permissions by
@Subserialin google/go-containerregistry#2104- Update provenance action in release by
@Subserialin google/go-containerregistry#2105- Update validator action by
@Subserialin google/go-containerregistry#2106New Contributors
@luhringmade their first contribution in google/go-containerregistry#2071@Subserialmade their first contribution in google/go-containerregistry#2096Full Changelog: https://github.com/google/go-containerregistry/compare/v0.20.3...v0.20.4
Commits
59a4b85Bump some deps (#2110)5b10395Ensure that tag name is not empty if name contains colon (#2094)4eb8c4dUpdate validator action (#2106)78d4a6eUpdate provenance action (#2105)33840ffUpdate goreleaser permissions (#2104)8d47c37Update CodeQL permissions (#2103)a61de15implement TextMarshaler/JSONMarshaler more consistently (#2097)1d5b256bump go version + bump deps (#2093)ccaa0d6Migrate linter to v2 (#2096)098045dbuild(deps): bump docker/docker to v28.0.0+incompatible (#2071)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions