Skip to content

Commit e3cdb19

Browse files
authored
Merge pull request #4588 from fluxcd/backport-4583-to-release/v2.2.x
[release/v2.2.x] Update toolkit components
2 parents 81f8bf8 + cb0cf95 commit e3cdb19

File tree

9 files changed

+36
-36
lines changed

9 files changed

+36
-36
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ require (
1212
github.com/distribution/distribution/v3 v3.0.0-alpha.1
1313
github.com/fluxcd/cli-utils v0.36.0-flux.3
1414
github.com/fluxcd/go-git-providers v0.19.3
15-
github.com/fluxcd/helm-controller/api v0.37.2
16-
github.com/fluxcd/image-automation-controller/api v0.37.0
17-
github.com/fluxcd/image-reflector-controller/api v0.31.1
18-
github.com/fluxcd/kustomize-controller/api v1.2.1
19-
github.com/fluxcd/notification-controller/api v1.2.3
15+
github.com/fluxcd/helm-controller/api v0.37.4
16+
github.com/fluxcd/image-automation-controller/api v0.37.1
17+
github.com/fluxcd/image-reflector-controller/api v0.31.2
18+
github.com/fluxcd/kustomize-controller/api v1.2.2
19+
github.com/fluxcd/notification-controller/api v1.2.4
2020
github.com/fluxcd/pkg/apis/event v0.7.0
2121
github.com/fluxcd/pkg/apis/meta v1.3.0
2222
github.com/fluxcd/pkg/git v0.17.0
@@ -29,7 +29,7 @@ require (
2929
github.com/fluxcd/pkg/ssh v0.11.0
3030
github.com/fluxcd/pkg/tar v0.4.0
3131
github.com/fluxcd/pkg/version v0.2.2
32-
github.com/fluxcd/source-controller/api v1.2.3
32+
github.com/fluxcd/source-controller/api v1.2.4
3333
github.com/go-git/go-git/v5 v5.11.0
3434
github.com/go-logr/logr v1.4.1
3535
github.com/gonvenience/bunt v1.3.5

go.sum

+12-12
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,16 @@ github.com/fluxcd/cli-utils v0.36.0-flux.3/go.mod h1:9lShvUz7uRPIjYZ6phr5AOuORkR
141141
github.com/fluxcd/gitkit v0.6.0 h1:iNg5LTx6ePo+Pl0ZwqHTAkhbUHxGVSY3YCxCdw7VIFg=
142142
github.com/fluxcd/go-git-providers v0.19.3 h1:G70yZR6biRgOE7FJVnSTLran642K9rm645wlXPNxLvw=
143143
github.com/fluxcd/go-git-providers v0.19.3/go.mod h1:NyHogwOJXUflL8IX05ycVjXwmvxqql0WgbVkmoj+iiE=
144-
github.com/fluxcd/helm-controller/api v0.37.2 h1:tkLezpRdqPDz7HoKHFu92sV+ppOCVDxkjFTh8/lpff8=
145-
github.com/fluxcd/helm-controller/api v0.37.2/go.mod h1:BuXZhAX9blQviil6yUN5zNM4RB753yhyBTJXxXff7Mo=
146-
github.com/fluxcd/image-automation-controller/api v0.37.0 h1:0L8kzX3zaYfg4wQ2Mx3G56atLMNeDGjy5qMGP4tDKRs=
147-
github.com/fluxcd/image-automation-controller/api v0.37.0/go.mod h1:B2EbmiY69mE2bGOENPNUXr6klwrVe7FwVoB2iE1q08E=
148-
github.com/fluxcd/image-reflector-controller/api v0.31.1 h1:nc44G0JjLgSvqglJSiXQJZcrRw+eY01j7fHRUDB3FMw=
149-
github.com/fluxcd/image-reflector-controller/api v0.31.1/go.mod h1:KopMbC92Cw2ypZZeMytzTLr3EfOj2hoL6MizrdpBDhc=
150-
github.com/fluxcd/kustomize-controller/api v1.2.1 h1:+WgQOU7jpqz9bA4djPWmaeYAp9cG7c/TdcIYku3Jrzk=
151-
github.com/fluxcd/kustomize-controller/api v1.2.1/go.mod h1:0Kgc4uYnr5jCm4H8JwArkR0v4WTmXeX/9KgoDbxluVc=
152-
github.com/fluxcd/notification-controller/api v1.2.3 h1:vXVMg2PmTjmRC5+ULZfbmBEm/CsJaM9yjNJzRdI0JMs=
153-
github.com/fluxcd/notification-controller/api v1.2.3/go.mod h1:A0VkH3mswQAeGKsmzq81jAUN+zNJt9SPXjwe8mvnnaw=
144+
github.com/fluxcd/helm-controller/api v0.37.4 h1:rkBMqYXexyf1s5BS8QpxGi691DsCi+yugIFCM5fNKLU=
145+
github.com/fluxcd/helm-controller/api v0.37.4/go.mod h1:KFdP5Lbrc4Vv+Jt4xRj6UUo3qiwdBqBPl1xiiAnBe9c=
146+
github.com/fluxcd/image-automation-controller/api v0.37.1 h1:zi1VfPoGuHsNtyTpueKbr4b/c+Ms7HjFocTAmixmYno=
147+
github.com/fluxcd/image-automation-controller/api v0.37.1/go.mod h1:7p0woxB275YzhdctzbxVMck0/hZt45bm0K12A0ABldo=
148+
github.com/fluxcd/image-reflector-controller/api v0.31.2 h1:s16ewwfuLBYuh8hENuVgU8SYsSNxRaA4f+AD60/+les=
149+
github.com/fluxcd/image-reflector-controller/api v0.31.2/go.mod h1:tV7g+KXQL3W8w5+fRJU7ubVGc4QAfx1C7XI5qrQvA3U=
150+
github.com/fluxcd/kustomize-controller/api v1.2.2 h1:LXRa2181usLsDkAJ86i/CnvCyPwhLcFUw9jBnXxTFJ4=
151+
github.com/fluxcd/kustomize-controller/api v1.2.2/go.mod h1:dfAaPQuuoWfExyWaeO7Kj2ZtfKQ4nDcJrt7AeAFlLZs=
152+
github.com/fluxcd/notification-controller/api v1.2.4 h1:H/C8XW5boncf8rzJjSe/MCr186Hgvw+arPat9XOaRlw=
153+
github.com/fluxcd/notification-controller/api v1.2.4/go.mod h1:LeHtKKTI3ew+FXY0oYtYqM68UYOArfBa/cy4pxAzN4M=
154154
github.com/fluxcd/pkg/apis/acl v0.1.0 h1:EoAl377hDQYL3WqanWCdifauXqXbMyFuK82NnX6pH4Q=
155155
github.com/fluxcd/pkg/apis/acl v0.1.0/go.mod h1:zfEZzz169Oap034EsDhmCAGgnWlcWmIObZjYMusoXS8=
156156
github.com/fluxcd/pkg/apis/event v0.7.0 h1:QN/gz9i5kZ3GlfTOE6SCjjnSXrSPUU75MCVRwN8U+qo=
@@ -180,8 +180,8 @@ github.com/fluxcd/pkg/tar v0.4.0 h1:SuXpfXBIcSJ5R/yqQi2CBxBmV/i/LH0agqNAh2PWBZg=
180180
github.com/fluxcd/pkg/tar v0.4.0/go.mod h1:SyJBaQvuv2VA/rv4d1OHhCV6R8+9QKc9np193EzNHBc=
181181
github.com/fluxcd/pkg/version v0.2.2 h1:ZpVXECeLA5hIQMft11iLp6gN3cKcz6UNuVTQPw/bRdI=
182182
github.com/fluxcd/pkg/version v0.2.2/go.mod h1:NGnh/no8S6PyfCDxRFrPY3T5BUnqP48MxfxNRU0z8C0=
183-
github.com/fluxcd/source-controller/api v1.2.3 h1:71mXv3Qg9HEhcpqOq1ObmoE+P/HuZNaAvxfI7dqZMo8=
184-
github.com/fluxcd/source-controller/api v1.2.3/go.mod h1:5gaIVVH7hgb8p3HKFp8P6hGmZEC8fKSt4EcrG3g5vZI=
183+
github.com/fluxcd/source-controller/api v1.2.4 h1:XjKTWhSSeLGsogWnTcLl5sUnyMlC5TKDbbBgP9SyJ5c=
184+
github.com/fluxcd/source-controller/api v1.2.4/go.mod h1:j3QSHpIPBP5sjaGIkVtsgWCx8JcOmcsutRmdJmRMOZg=
185185
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
186186
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
187187
github.com/gliderlabs/ssh v0.3.5 h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=

manifests/bases/helm-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.2/helm-controller.crds.yaml
5-
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.2/helm-controller.deployment.yaml
4+
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.4/helm-controller.crds.yaml
5+
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.4/helm-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/image-automation-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.crds.yaml
5-
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.deployment.yaml
4+
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.1/image-automation-controller.crds.yaml
5+
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.1/image-automation-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/image-reflector-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.crds.yaml
5-
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.deployment.yaml
4+
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.2/image-reflector-controller.crds.yaml
5+
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.2/image-reflector-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/kustomize-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.1/kustomize-controller.crds.yaml
5-
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.1/kustomize-controller.deployment.yaml
4+
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.2/kustomize-controller.crds.yaml
5+
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.2/kustomize-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/notification-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.3/notification-controller.crds.yaml
5-
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.3/notification-controller.deployment.yaml
4+
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.4/notification-controller.crds.yaml
5+
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.4/notification-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/bases/source-controller/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/source-controller/releases/download/v1.2.3/source-controller.crds.yaml
5-
- https://github.com/fluxcd/source-controller/releases/download/v1.2.3/source-controller.deployment.yaml
4+
- https://github.com/fluxcd/source-controller/releases/download/v1.2.4/source-controller.crds.yaml
5+
- https://github.com/fluxcd/source-controller/releases/download/v1.2.4/source-controller.deployment.yaml
66
- account.yaml
77
transformers:
88
- labels.yaml

manifests/crds/kustomization.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://github.com/fluxcd/source-controller/releases/download/v1.2.3/source-controller.crds.yaml
5-
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.1/kustomize-controller.crds.yaml
6-
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.2/helm-controller.crds.yaml
7-
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.3/notification-controller.crds.yaml
8-
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.1/image-reflector-controller.crds.yaml
9-
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.0/image-automation-controller.crds.yaml
4+
- https://github.com/fluxcd/source-controller/releases/download/v1.2.4/source-controller.crds.yaml
5+
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.2.2/kustomize-controller.crds.yaml
6+
- https://github.com/fluxcd/helm-controller/releases/download/v0.37.4/helm-controller.crds.yaml
7+
- https://github.com/fluxcd/notification-controller/releases/download/v1.2.4/notification-controller.crds.yaml
8+
- https://github.com/fluxcd/image-reflector-controller/releases/download/v0.31.2/image-reflector-controller.crds.yaml
9+
- https://github.com/fluxcd/image-automation-controller/releases/download/v0.37.1/image-automation-controller.crds.yaml

0 commit comments

Comments
 (0)