Skip to content

Commit 1d1a06b

Browse files
authored
Merge pull request #1251 from fluxcd/update-sc
Update source-controller to v1.4.1
2 parents 0d28f0f + 8e39f7b commit 1d1a06b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/default/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: kustomize-system
44
resources:
5-
- https://github.com/fluxcd/source-controller/releases/download/v1.4.0/source-controller.crds.yaml
6-
- https://github.com/fluxcd/source-controller/releases/download/v1.4.0/source-controller.deployment.yaml
5+
- https://github.com/fluxcd/source-controller/releases/download/v1.4.1/source-controller.crds.yaml
6+
- https://github.com/fluxcd/source-controller/releases/download/v1.4.1/source-controller.deployment.yaml
77
- ../crd
88
- ../rbac
99
- ../manager

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/fluxcd/pkg/ssa v0.41.1
2929
github.com/fluxcd/pkg/tar v0.8.1
3030
github.com/fluxcd/pkg/testserver v0.7.0
31-
github.com/fluxcd/source-controller/api v1.4.0
31+
github.com/fluxcd/source-controller/api v1.4.1
3232
github.com/getsops/sops/v3 v3.9.0
3333
github.com/hashicorp/vault/api v1.14.0
3434
github.com/onsi/gomega v1.34.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ github.com/fluxcd/pkg/tar v0.8.1 h1:K9RWV+E/+Qbz6Mzcg+S9DkVvZrWwJq4957Kqms183RQ=
174174
github.com/fluxcd/pkg/tar v0.8.1/go.mod h1:vuGrnXQPcdi3M4DoVtwvAyvLnSeFgXRJckTGYuZOy2Q=
175175
github.com/fluxcd/pkg/testserver v0.7.0 h1:kNVAn+3bAF2rfR9cT6SxzgEz2o84i+o7zKY3XRKTXmk=
176176
github.com/fluxcd/pkg/testserver v0.7.0/go.mod h1:Ih5IK3Y5G3+a6c77BTqFkdPDCY1Yj1A1W5cXQqkCs9s=
177-
github.com/fluxcd/source-controller/api v1.4.0 h1:PCCrD9aSIqaqfl3O/ug5ZLl5NSAFKTrNFFNFjNUt4yQ=
178-
github.com/fluxcd/source-controller/api v1.4.0/go.mod h1:gSjg57T+IG66SsBR0aquv+DFrm4YyBNpKIJVDnu3Ya8=
177+
github.com/fluxcd/source-controller/api v1.4.1 h1:zV01D7xzHOXWbYXr36lXHWWYS7POARsjLt61Nbh3kVY=
178+
github.com/fluxcd/source-controller/api v1.4.1/go.mod h1:gSjg57T+IG66SsBR0aquv+DFrm4YyBNpKIJVDnu3Ya8=
179179
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
180180
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
181181
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=

0 commit comments

Comments
 (0)