mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-14 07:46:51 +00:00
Update toolkit components
- helm-controller to v0.34.1 https://github.com/fluxcd/helm-controller/blob/v0.34.1/CHANGELOG.md - source-controller to v1.0.0-rc.5 https://github.com/fluxcd/source-controller/blob/v1.0.0-rc.5/CHANGELOG.md - image-automation-controller to v0.34.1 https://github.com/fluxcd/image-automation-controller/blob/v0.34.1/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
ae9b541ce2
commit
29c2c72d8f
6 changed files with 18 additions and 18 deletions
6
go.mod
6
go.mod
|
|
@ -8,8 +8,8 @@ require (
|
|||
github.com/cyphar/filepath-securejoin v0.2.3
|
||||
github.com/distribution/distribution/v3 v3.0.0-20230519140516-983358f8e250
|
||||
github.com/fluxcd/go-git-providers v0.16.0
|
||||
github.com/fluxcd/helm-controller/api v0.34.0
|
||||
github.com/fluxcd/image-automation-controller/api v0.34.0
|
||||
github.com/fluxcd/helm-controller/api v0.34.1
|
||||
github.com/fluxcd/image-automation-controller/api v0.34.1
|
||||
github.com/fluxcd/image-reflector-controller/api v0.28.0
|
||||
github.com/fluxcd/kustomize-controller/api v1.0.0-rc.4
|
||||
github.com/fluxcd/notification-controller/api v1.0.0-rc.4
|
||||
|
|
@ -25,7 +25,7 @@ require (
|
|||
github.com/fluxcd/pkg/ssh v0.7.4
|
||||
github.com/fluxcd/pkg/tar v0.2.0
|
||||
github.com/fluxcd/pkg/version v0.2.2
|
||||
github.com/fluxcd/source-controller/api v1.0.0-rc.4
|
||||
github.com/fluxcd/source-controller/api v1.0.0-rc.5
|
||||
github.com/go-git/go-git/v5 v5.7.0
|
||||
github.com/go-logr/logr v1.2.4
|
||||
github.com/gonvenience/bunt v1.3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue