From 7be91884b795c24d95408a8925ad63955a235119 Mon Sep 17 00:00:00 2001 From: fluxcdbot Date: Wed, 21 Dec 2022 14:38:45 +0000 Subject: [PATCH] Update toolkit components - notification-controller to v0.30.1 https://github.com/fluxcd/notification-controller/blob/v0.30.1/CHANGELOG.md Signed-off-by: GitHub --- go.mod | 2 +- go.sum | 4 ++-- manifests/bases/notification-controller/kustomization.yaml | 4 ++-- manifests/crds/kustomization.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 52376e28..481a67c4 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/fluxcd/image-automation-controller/api v0.28.0 github.com/fluxcd/image-reflector-controller/api v0.23.1 github.com/fluxcd/kustomize-controller/api v0.32.0 - github.com/fluxcd/notification-controller/api v0.30.0 + github.com/fluxcd/notification-controller/api v0.30.1 github.com/fluxcd/pkg/apis/meta v0.18.0 github.com/fluxcd/pkg/git v0.7.0 github.com/fluxcd/pkg/git/gogit v0.4.0 diff --git a/go.sum b/go.sum index 932cc7ce..817ab8bb 100644 --- a/go.sum +++ b/go.sum @@ -242,8 +242,8 @@ github.com/fluxcd/image-reflector-controller/api v0.23.1 h1:ysYzSDhFV5JPzrhTnyab github.com/fluxcd/image-reflector-controller/api v0.23.1/go.mod h1:uomyKK0ZWFOsG40wqmCJvIN8OpAiPKFteXe+cdhB/Z0= github.com/fluxcd/kustomize-controller/api v0.32.0 h1:5QGLV5xRI8S3tUFJNV+vVzy/pdl0d6Ua0AccWwGRKfs= github.com/fluxcd/kustomize-controller/api v0.32.0/go.mod h1:t2pqIe1SMzdZIAG/aietrg3XpRXmpcubf0uxDJOryEA= -github.com/fluxcd/notification-controller/api v0.30.0 h1:m8wEBtPFcO9ZMSO0NLuONhIKDsiPFJ4ys3JYs4jlvCE= -github.com/fluxcd/notification-controller/api v0.30.0/go.mod h1:Ve4SE6jeiGlyItvHa7/UpTPOVC6ac5K76Frv1P7hqLw= +github.com/fluxcd/notification-controller/api v0.30.1 h1:7523fRatqKJPeZcJsR7D0PW/h5ND/DeNgHLzEfOFmA0= +github.com/fluxcd/notification-controller/api v0.30.1/go.mod h1:Ve4SE6jeiGlyItvHa7/UpTPOVC6ac5K76Frv1P7hqLw= github.com/fluxcd/pkg/apis/acl v0.1.0 h1:EoAl377hDQYL3WqanWCdifauXqXbMyFuK82NnX6pH4Q= github.com/fluxcd/pkg/apis/acl v0.1.0/go.mod h1:zfEZzz169Oap034EsDhmCAGgnWlcWmIObZjYMusoXS8= github.com/fluxcd/pkg/apis/kustomize v0.7.0 h1:X2htBmJ91nGYv4d93gin665MFWKNGiNwUiZ08/Zz0hY= diff --git a/manifests/bases/notification-controller/kustomization.yaml b/manifests/bases/notification-controller/kustomization.yaml index 77ce19a3..d9ea5088 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.30.0/notification-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.30.0/notification-controller.deployment.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.30.1/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.30.1/notification-controller.deployment.yaml - account.yaml transformers: - labels.yaml diff --git a/manifests/crds/kustomization.yaml b/manifests/crds/kustomization.yaml index 91395422..747af16f 100644 --- a/manifests/crds/kustomization.yaml +++ b/manifests/crds/kustomization.yaml @@ -4,6 +4,6 @@ resources: - https://github.com/fluxcd/source-controller/releases/download/v0.33.0/source-controller.crds.yaml - https://github.com/fluxcd/kustomize-controller/releases/download/v0.32.0/kustomize-controller.crds.yaml - https://github.com/fluxcd/helm-controller/releases/download/v0.28.0/helm-controller.crds.yaml -- https://github.com/fluxcd/notification-controller/releases/download/v0.30.0/notification-controller.crds.yaml +- https://github.com/fluxcd/notification-controller/releases/download/v0.30.1/notification-controller.crds.yaml - https://github.com/fluxcd/image-reflector-controller/releases/download/v0.23.1/image-reflector-controller.crds.yaml - https://github.com/fluxcd/image-automation-controller/releases/download/v0.28.0/image-automation-controller.crds.yaml