From 1a546a1d8200ccf92a3fa3c4f25fbc9d1d0eaf3f Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Thu, 21 Apr 2022 09:29:20 +0000 Subject: [PATCH 1/2] Update toolkit components - kustomize-controller to v0.24.2 https://github.com/fluxcd/kustomize-controller/blob/v0.24.2/CHANGELOG.md - notification-controller to v0.23.4 https://github.com/fluxcd/notification-controller/blob/v0.23.4/CHANGELOG.md Signed-off-by: GitHub --- go.mod | 4 ++-- go.sum | 8 ++++---- manifests/bases/kustomize-controller/kustomization.yaml | 4 ++-- .../bases/notification-controller/kustomization.yaml | 4 ++-- manifests/crds/kustomization.yaml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index a2f6a896..cbcc2213 100644 --- a/go.mod +++ b/go.mod @@ -10,8 +10,8 @@ require ( github.com/fluxcd/helm-controller/api v0.20.1 github.com/fluxcd/image-automation-controller/api v0.22.0 github.com/fluxcd/image-reflector-controller/api v0.17.2 - github.com/fluxcd/kustomize-controller/api v0.24.1 - github.com/fluxcd/notification-controller/api v0.23.3 + github.com/fluxcd/kustomize-controller/api v0.24.2 + github.com/fluxcd/notification-controller/api v0.23.4 github.com/fluxcd/pkg/apis/meta v0.12.2 github.com/fluxcd/pkg/kustomize v0.2.0 github.com/fluxcd/pkg/runtime v0.14.1 diff --git a/go.sum b/go.sum index 2898e795..cea9ed7c 100644 --- a/go.sum +++ b/go.sum @@ -381,10 +381,10 @@ github.com/fluxcd/image-automation-controller/api v0.22.0 h1:k9R8KN2kcFUaSmYcprR github.com/fluxcd/image-automation-controller/api v0.22.0/go.mod h1:wnWx89ol/6xIj85rCxsji3aP70mRHFt5sR/WcEjY4m4= github.com/fluxcd/image-reflector-controller/api v0.17.2 h1:QQl9YBhz+7lwKejG92StCa9Vxswph6+7O7TmkVNNoSw= github.com/fluxcd/image-reflector-controller/api v0.17.2/go.mod h1:PwmjD9DeA6yBdGnMVzUB+5n2hVqsKTGroFlN/oR4RkI= -github.com/fluxcd/kustomize-controller/api v0.24.1 h1:Yh+IlEUjoNAGJO+FyDpZn9NKuc/jElYGJghkfe0YjPs= -github.com/fluxcd/kustomize-controller/api v0.24.1/go.mod h1:fzzyD5x2SRs/9XfZEVkQ89IDKykG0ugjMMrI7h5hvR8= -github.com/fluxcd/notification-controller/api v0.23.3 h1:Pl0l2nGngy3QrWOkPW+rx4ED9r5dGQWhhpBoKrxrdtg= -github.com/fluxcd/notification-controller/api v0.23.3/go.mod h1:TbXfm58an42g9DwcaYMBfuli1mbGLaUdmewjLGUTIXo= +github.com/fluxcd/kustomize-controller/api v0.24.2 h1:ZHS4KkR4t76KagrD9wKgW1Fgw5nK6PseBLLArbKFyTk= +github.com/fluxcd/kustomize-controller/api v0.24.2/go.mod h1:fzzyD5x2SRs/9XfZEVkQ89IDKykG0ugjMMrI7h5hvR8= +github.com/fluxcd/notification-controller/api v0.23.4 h1:NiH26jZu1+nbQJoeKsoGYCxi+ZdxyITkRA+vZ2+5//4= +github.com/fluxcd/notification-controller/api v0.23.4/go.mod h1:TbXfm58an42g9DwcaYMBfuli1mbGLaUdmewjLGUTIXo= github.com/fluxcd/pkg/apis/acl v0.0.3 h1:Lw0ZHdpnO4G7Zy9KjrzwwBmDZQuy4qEjaU/RvA6k1lc= github.com/fluxcd/pkg/apis/acl v0.0.3/go.mod h1:XPts6lRJ9C9fIF9xVWofmQwftvhY25n1ps7W9xw0XLU= github.com/fluxcd/pkg/apis/kustomize v0.3.3 h1:bPN29SdVzWl0yhgivuf/83IAe2R6vUuDVcB3LzyVU8E= diff --git a/manifests/bases/kustomize-controller/kustomization.yaml b/manifests/bases/kustomize-controller/kustomization.yaml index c906ac22..c9ca176d 100644 --- a/manifests/bases/kustomize-controller/kustomization.yaml +++ b/manifests/bases/kustomize-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.1/kustomize-controller.crds.yaml -- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.1/kustomize-controller.deployment.yaml +- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.2/kustomize-controller.crds.yaml +- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.2/kustomize-controller.deployment.yaml - account.yaml patchesJson6902: - target: diff --git a/manifests/bases/notification-controller/kustomization.yaml b/manifests/bases/notification-controller/kustomization.yaml index f15de171..f822ffba 100644 --- a/manifests/bases/notification-controller/kustomization.yaml +++ b/manifests/bases/notification-controller/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/fluxcd/notification-controller/releases/download/v0.23.3/notification-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.23.3/notification-controller.deployment.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.23.4/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.23.4/notification-controller.deployment.yaml - account.yaml patchesJson6902: - target: diff --git a/manifests/crds/kustomization.yaml b/manifests/crds/kustomization.yaml index 09c81d8c..3db2343d 100644 --- a/manifests/crds/kustomization.yaml +++ b/manifests/crds/kustomization.yaml @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - https://github.com/fluxcd/source-controller/releases/download/v0.24.0/source-controller.crds.yaml -- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.1/kustomize-controller.crds.yaml +- https://github.com/fluxcd/kustomize-controller/releases/download/v0.24.2/kustomize-controller.crds.yaml - https://github.com/fluxcd/helm-controller/releases/download/v0.20.1/helm-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.23.3/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.23.4/notification-controller.crds.yaml - https://github.com/fluxcd/image-reflector-controller/releases/download/v0.17.2/image-reflector-controller.crds.yaml - https://github.com/fluxcd/image-automation-controller/releases/download/v0.22.0/image-automation-controller.crds.yaml From c7504442bdf7cb57d320a7d826cd244c157a1aa7 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 21 Apr 2022 11:31:07 +0200 Subject: [PATCH 2/2] tests/azure: update toolkit components Signed-off-by: Hidde Beydals --- tests/azure/go.mod | 4 ++-- tests/azure/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/azure/go.mod b/tests/azure/go.mod index 5089bf5d..739513fc 100644 --- a/tests/azure/go.mod +++ b/tests/azure/go.mod @@ -7,8 +7,8 @@ require ( github.com/fluxcd/helm-controller/api v0.20.1 github.com/fluxcd/image-automation-controller/api v0.22.0 github.com/fluxcd/image-reflector-controller/api v0.17.2 - github.com/fluxcd/kustomize-controller/api v0.24.1 - github.com/fluxcd/notification-controller/api v0.23.3 + github.com/fluxcd/kustomize-controller/api v0.24.2 + github.com/fluxcd/notification-controller/api v0.23.4 github.com/fluxcd/pkg/apis/meta v0.12.2 github.com/fluxcd/pkg/runtime v0.14.1 github.com/fluxcd/source-controller/api v0.24.0 diff --git a/tests/azure/go.sum b/tests/azure/go.sum index dac5913d..9c193316 100644 --- a/tests/azure/go.sum +++ b/tests/azure/go.sum @@ -198,10 +198,10 @@ github.com/fluxcd/image-automation-controller/api v0.22.0 h1:k9R8KN2kcFUaSmYcprR github.com/fluxcd/image-automation-controller/api v0.22.0/go.mod h1:wnWx89ol/6xIj85rCxsji3aP70mRHFt5sR/WcEjY4m4= github.com/fluxcd/image-reflector-controller/api v0.17.2 h1:QQl9YBhz+7lwKejG92StCa9Vxswph6+7O7TmkVNNoSw= github.com/fluxcd/image-reflector-controller/api v0.17.2/go.mod h1:PwmjD9DeA6yBdGnMVzUB+5n2hVqsKTGroFlN/oR4RkI= -github.com/fluxcd/kustomize-controller/api v0.24.1 h1:Yh+IlEUjoNAGJO+FyDpZn9NKuc/jElYGJghkfe0YjPs= -github.com/fluxcd/kustomize-controller/api v0.24.1/go.mod h1:fzzyD5x2SRs/9XfZEVkQ89IDKykG0ugjMMrI7h5hvR8= -github.com/fluxcd/notification-controller/api v0.23.3 h1:Pl0l2nGngy3QrWOkPW+rx4ED9r5dGQWhhpBoKrxrdtg= -github.com/fluxcd/notification-controller/api v0.23.3/go.mod h1:TbXfm58an42g9DwcaYMBfuli1mbGLaUdmewjLGUTIXo= +github.com/fluxcd/kustomize-controller/api v0.24.2 h1:ZHS4KkR4t76KagrD9wKgW1Fgw5nK6PseBLLArbKFyTk= +github.com/fluxcd/kustomize-controller/api v0.24.2/go.mod h1:fzzyD5x2SRs/9XfZEVkQ89IDKykG0ugjMMrI7h5hvR8= +github.com/fluxcd/notification-controller/api v0.23.4 h1:NiH26jZu1+nbQJoeKsoGYCxi+ZdxyITkRA+vZ2+5//4= +github.com/fluxcd/notification-controller/api v0.23.4/go.mod h1:TbXfm58an42g9DwcaYMBfuli1mbGLaUdmewjLGUTIXo= github.com/fluxcd/pkg/apis/acl v0.0.3 h1:Lw0ZHdpnO4G7Zy9KjrzwwBmDZQuy4qEjaU/RvA6k1lc= github.com/fluxcd/pkg/apis/acl v0.0.3/go.mod h1:XPts6lRJ9C9fIF9xVWofmQwftvhY25n1ps7W9xw0XLU= github.com/fluxcd/pkg/apis/kustomize v0.3.3 h1:bPN29SdVzWl0yhgivuf/83IAe2R6vUuDVcB3LzyVU8E=