Merge pull request #5518 from fluxcd/update-components

Update source-controller to v1.7.0
main
Matheus Pimenta 20 hours ago committed by GitHub
commit e4dcc4bd5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -204,12 +204,13 @@ func TestCreateSourceGit(t *testing.T) {
ObservedGeneration: repo.GetGeneration(), ObservedGeneration: repo.GetGeneration(),
} }
apimeta.SetStatusCondition(&repo.Status.Conditions, newCondition) apimeta.SetStatusCondition(&repo.Status.Conditions, newCondition)
repo.Status.Artifact = &sourcev1.Artifact{ repo.Status.Artifact = &meta.Artifact{
Path: "some-path", Path: "some-path",
Revision: "v1", Revision: "v1",
LastUpdateTime: metav1.Time{ LastUpdateTime: metav1.Time{
Time: time.Now(), Time: time.Now(),
}, },
Digest: "sha256:1234567890abcdef",
} }
repo.Status.ObservedGeneration = repo.GetGeneration() repo.Status.ObservedGeneration = repo.GetGeneration()
}, },

@ -25,6 +25,7 @@ status:
revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f
path: "example" path: "example"
url: "example" url: "example"
digest: sha1:696f056df216eea4f9401adbee0ff744d4df390f
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f' message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f'
@ -54,6 +55,7 @@ status:
revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f
path: "example" path: "example"
url: "example" url: "example"
digest: sha1:696f056df216eea4f9401adbee0ff744d4df390f
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f' message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f'
@ -83,6 +85,7 @@ status:
revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f
path: "example" path: "example"
url: "example" url: "example"
digest: sha1:696f056df216eea4f9401adbee0ff744d4df390f
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f' message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f'

@ -78,6 +78,7 @@ status:
path: "example" path: "example"
revision: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3 revision: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3
url: "example" url: "example"
digest: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: "stored artifact for digest 'sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'" message: "stored artifact for digest 'sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'"

@ -80,6 +80,7 @@ status:
revision: 6.3.5 revision: 6.3.5
path: "example" path: "example"
url: "example" url: "example"
digest: sha1:cf13ba96773d9a879cd052c86e73199b3f96c854
conditions: conditions:
- lastTransitionTime: "2021-07-16T15:32:09Z" - lastTransitionTime: "2021-07-16T15:32:09Z"
message: 'Fetched revision: 6.3.5' message: 'Fetched revision: 6.3.5'
@ -107,6 +108,7 @@ status:
revision: sha1:8411f23d07d3701f0e96e7d9e503b7936d7e1d56 revision: sha1:8411f23d07d3701f0e96e7d9e503b7936d7e1d56
path: "example" path: "example"
url: "example" url: "example"
digest: sha256:f105fc5f3b58605631dc25497773d0a392b807cb220f32635fada3ce0dd81ad6
conditions: conditions:
- lastTransitionTime: "2021-07-11T00:25:46Z" - lastTransitionTime: "2021-07-11T00:25:46Z"
message: 'Fetched revision: main@sha1:8411f23d07d3701f0e96e7d9e503b7936d7e1d56' message: 'Fetched revision: main@sha1:8411f23d07d3701f0e96e7d9e503b7936d7e1d56'

@ -83,6 +83,7 @@ status:
path: "example" path: "example"
revision: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3 revision: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3
url: "example" url: "example"
digest: sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: "stored artifact for digest 'sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'" message: "stored artifact for digest 'sha256:dbdb109711ffb3be77504d2670dbe13c24dd63d8d7f1fb489d350e5bfe930dd3'"

@ -80,6 +80,7 @@ status:
revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f
path: "example" path: "example"
url: "example" url: "example"
digest: sha1:696f056df216eea4f9401adbee0ff744d4df390f
conditions: conditions:
- lastTransitionTime: "2021-07-20T00:48:16Z" - lastTransitionTime: "2021-07-20T00:48:16Z"
message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f' message: 'Fetched revision: main@sha1:696f056df216eea4f9401adbee0ff744d4df390f'

@ -32,7 +32,7 @@ require (
github.com/fluxcd/pkg/ssh v0.21.0 github.com/fluxcd/pkg/ssh v0.21.0
github.com/fluxcd/pkg/tar v0.14.0 github.com/fluxcd/pkg/tar v0.14.0
github.com/fluxcd/pkg/version v0.10.0 github.com/fluxcd/pkg/version v0.10.0
github.com/fluxcd/source-controller/api v1.6.2 github.com/fluxcd/source-controller/api v1.7.0
github.com/go-git/go-git/v5 v5.16.2 github.com/go-git/go-git/v5 v5.16.2
github.com/go-logr/logr v1.4.3 github.com/go-logr/logr v1.4.3
github.com/gonvenience/bunt v1.4.2 github.com/gonvenience/bunt v1.4.2

@ -222,8 +222,8 @@ github.com/fluxcd/pkg/tar v0.14.0 h1:9Gku8FIvPt2bixKldZnzXJ/t+7SloxePlzyVGOK8GVQ
github.com/fluxcd/pkg/tar v0.14.0/go.mod h1:+rOWYk93qLEJ8WwmkvJOkB8i0dna1mrwJFybE8i9Udo= github.com/fluxcd/pkg/tar v0.14.0/go.mod h1:+rOWYk93qLEJ8WwmkvJOkB8i0dna1mrwJFybE8i9Udo=
github.com/fluxcd/pkg/version v0.10.0 h1:WETlCRbfbocsDItkCCeh/4x4zQkZ5i/lUe7P7VaQBrI= github.com/fluxcd/pkg/version v0.10.0 h1:WETlCRbfbocsDItkCCeh/4x4zQkZ5i/lUe7P7VaQBrI=
github.com/fluxcd/pkg/version v0.10.0/go.mod h1:dgmjEq4ykvBnqK1oVXM+hcXx3kAY/b4uZDYUn8XnHjk= github.com/fluxcd/pkg/version v0.10.0/go.mod h1:dgmjEq4ykvBnqK1oVXM+hcXx3kAY/b4uZDYUn8XnHjk=
github.com/fluxcd/source-controller/api v1.6.2 h1:UmodAeqLIeF29HdTqf2GiacZyO+hJydJlepDaYsMvhc= github.com/fluxcd/source-controller/api v1.7.0 h1:y6vjvbkIN4JzianhmaJqujeghVpvQn3gcsVW/f1xMeA=
github.com/fluxcd/source-controller/api v1.6.2/go.mod h1:ZJcAi0nemsnBxjVgmJl0WQzNvB0rMETxQMTdoFosmMw= github.com/fluxcd/source-controller/api v1.7.0/go.mod h1:UOIEs9AACxPW7fQFqGWw1/FN2QqYDLG6WkvPIyscHkw=
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k= github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM= github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM=

@ -1,8 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- https://github.com/fluxcd/source-controller/releases/download/v1.6.2/source-controller.crds.yaml - https://github.com/fluxcd/source-controller/releases/download/v1.7.0/source-controller.crds.yaml
- https://github.com/fluxcd/source-controller/releases/download/v1.6.2/source-controller.deployment.yaml - https://github.com/fluxcd/source-controller/releases/download/v1.7.0/source-controller.deployment.yaml
- account.yaml - account.yaml
transformers: transformers:
- labels.yaml - labels.yaml

@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- https://github.com/fluxcd/source-controller/releases/download/v1.6.2/source-controller.crds.yaml - https://github.com/fluxcd/source-controller/releases/download/v1.7.0/source-controller.crds.yaml
- https://github.com/fluxcd/kustomize-controller/releases/download/v1.6.1/kustomize-controller.crds.yaml - https://github.com/fluxcd/kustomize-controller/releases/download/v1.6.1/kustomize-controller.crds.yaml
- https://github.com/fluxcd/helm-controller/releases/download/v1.3.0/helm-controller.crds.yaml - https://github.com/fluxcd/helm-controller/releases/download/v1.3.0/helm-controller.crds.yaml
- https://github.com/fluxcd/notification-controller/releases/download/v1.6.0/notification-controller.crds.yaml - https://github.com/fluxcd/notification-controller/releases/download/v1.6.0/notification-controller.crds.yaml

@ -64,7 +64,7 @@ func Test_hasRevision(t *testing.T) {
APIVersion: sourcev1.GroupVersion.String(), APIVersion: sourcev1.GroupVersion.String(),
}, },
Status: sourcev1.GitRepositoryStatus{ Status: sourcev1.GitRepositoryStatus{
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: "main@sha1:5bf3a8f9bb0aa5ae8afd6208f43757ab73fc033a", Revision: "main@sha1:5bf3a8f9bb0aa5ae8afd6208f43757ab73fc033a",
}, },
}, },
@ -79,7 +79,7 @@ func Test_hasRevision(t *testing.T) {
APIVersion: sourcev1.GroupVersion.String(), APIVersion: sourcev1.GroupVersion.String(),
}, },
Status: sourcev1.GitRepositoryStatus{ Status: sourcev1.GitRepositoryStatus{
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: "main@sha1:e7f3a8f9bb0aa5ae8afd6208f43757ab73fc043a", Revision: "main@sha1:e7f3a8f9bb0aa5ae8afd6208f43757ab73fc043a",
}, },
}, },
@ -103,7 +103,7 @@ func Test_hasRevision(t *testing.T) {
Kind: sourcev1.OCIRepositoryKind, Kind: sourcev1.OCIRepositoryKind,
}, },
Status: sourcev1.OCIRepositoryStatus{ Status: sourcev1.OCIRepositoryStatus{
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: "main@sha1:5bf3a8f9bb0aa5ae8afd6208f43757ab73fc033a", Revision: "main@sha1:5bf3a8f9bb0aa5ae8afd6208f43757ab73fc033a",
}, },
}, },
@ -333,7 +333,7 @@ func Test_objectReconciled(t *testing.T) {
Conditions: []metav1.Condition{ Conditions: []metav1.Condition{
{Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"}, {Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"},
}, },
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: "main@sha1:e7f3a8f9bb0aa5ae8afd6208f43757ab73fc043a", Revision: "main@sha1:e7f3a8f9bb0aa5ae8afd6208f43757ab73fc043a",
}, },
}, },
@ -362,7 +362,7 @@ func Test_objectReconciled(t *testing.T) {
Conditions: []metav1.Condition{ Conditions: []metav1.Condition{
{Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"}, {Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"},
}, },
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: expectedRev, Revision: expectedRev,
}, },
}, },
@ -419,7 +419,7 @@ func Test_objectReconciled(t *testing.T) {
Conditions: []metav1.Condition{ Conditions: []metav1.Condition{
{Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"}, {Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"},
}, },
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: "wrong rev", Revision: "wrong rev",
}, },
} }
@ -434,7 +434,7 @@ func Test_objectReconciled(t *testing.T) {
Conditions: []metav1.Condition{ Conditions: []metav1.Condition{
{Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"}, {Type: meta.ReadyCondition, Status: metav1.ConditionTrue, ObservedGeneration: 1, Reason: "Readyyy", Message: "Cloned successfully"},
}, },
Artifact: &sourcev1.Artifact{ Artifact: &meta.Artifact{
Revision: expectedRev, Revision: expectedRev,
}, },
} }

Loading…
Cancel
Save