Skip to content

Commit dbfa652

Browse files
authored
Bump gitopssets to v0.16.5 (#3724)
This pulls in the latest chart and updates the Go dependency.
1 parent 9204513 commit dbfa652

File tree

4 files changed

+50
-47
lines changed

4 files changed

+50
-47
lines changed

charts/mccp/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ dependencies:
1313
version: 0.21.0
1414
- name: gitopssets-controller
1515
repository: oci://ghcr.io/weaveworks/charts
16-
version: 0.16.4
16+
version: 0.16.5
1717
- name: cluster-reflector-controller
1818
repository: oci://ghcr.io/weaveworks/charts
1919
version: 0.0.9
2020
- name: cluster-bootstrap-controller
2121
repository: oci://ghcr.io/weaveworks/charts
2222
version: 0.7.3
23-
digest: sha256:01a0075710244603f0f5df2d87e37b99af5965b97b6f896c1ca674ccb80d9463
24-
generated: "2023-11-14T10:53:22.368498+01:00"
23+
digest: sha256:e5cf7e99c087b2da8bd0ff7cc662e6de159fbc72e8cfdc54d08c29c28080a60b
24+
generated: "2023-12-14T09:52:04.589237Z"

charts/mccp/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
repository: "oci://ghcr.io/weaveworks/charts"
3838
condition: enablePipelines
3939
- name: gitopssets-controller
40-
version: "0.16.4"
40+
version: "0.16.5"
4141
repository: "oci://ghcr.io/weaveworks/charts"
4242
condition: gitopssets-controller.enabled
4343
- name: cluster-reflector-controller

go.mod

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/google/go-cmp v0.6.0
99
github.com/google/uuid v1.3.1
1010
github.com/gorilla/mux v1.8.0 // indirect
11-
github.com/onsi/gomega v1.27.10
11+
github.com/onsi/gomega v1.30.0
1212
github.com/pkg/errors v0.9.1 // indirect
1313
github.com/prometheus/client_golang v1.16.0
1414
github.com/sclevine/agouti v3.0.0+incompatible
@@ -58,20 +58,20 @@ require (
5858
github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2
5959
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
6060
github.com/mkmik/multierror v0.3.0
61-
github.com/onsi/ginkgo/v2 v2.11.0
61+
github.com/onsi/ginkgo/v2 v2.13.0
6262
github.com/slok/go-http-metrics v0.10.0
6363
github.com/spf13/pflag v1.0.5
6464
github.com/spf13/viper v1.16.0
6565
github.com/tonglil/buflogr v1.0.1
6666
github.com/weaveworks/cluster-controller v1.5.5
6767
github.com/weaveworks/cluster-reflector-controller v0.0.9
68-
github.com/weaveworks/gitopssets-controller v0.16.4
68+
github.com/weaveworks/gitopssets-controller v0.16.5
6969
github.com/weaveworks/policy-agent/api v1.0.5
7070
github.com/weaveworks/progressive-delivery v0.0.0-20230421131659-61a8aadf8aac
7171
github.com/weaveworks/templates-controller v0.2.0
7272
github.com/xanzy/go-gitlab v0.90.0
7373
go.mozilla.org/sops/v3 v3.7.3
74-
golang.org/x/crypto v0.14.0
74+
golang.org/x/crypto v0.16.0
7575
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
7676
golang.org/x/oauth2 v0.13.0
7777
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
@@ -83,12 +83,12 @@ require (
8383
k8s.io/kubernetes v1.26.3
8484
sigs.k8s.io/cluster-api v1.5.2
8585
sigs.k8s.io/kustomize/kyaml v0.14.1
86-
sigs.k8s.io/yaml v1.3.0
86+
sigs.k8s.io/yaml v1.4.0
8787
)
8888

8989
require (
9090
dario.cat/mergo v1.0.0 // indirect
91-
github.com/fluxcd/pkg/tar v0.2.0 // indirect
91+
github.com/fluxcd/pkg/tar v0.4.0 // indirect
9292
github.com/gitops-tools/pkg v0.1.0 // indirect
9393
github.com/google/go-containerregistry v0.12.0 // indirect
9494
)
@@ -117,7 +117,7 @@ require (
117117
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
118118
github.com/google/go-github/v52 v52.0.0 // indirect
119119
github.com/google/s2a-go v0.1.5 // indirect
120-
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
120+
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
121121
github.com/mschoch/smat v0.2.0 // indirect
122122
github.com/stretchr/objx v0.5.0 // indirect
123123
go.etcd.io/bbolt v1.3.7 // indirect
@@ -194,7 +194,7 @@ require (
194194

195195
require (
196196
github.com/bufbuild/connect-go v0.2.0 // indirect
197-
github.com/chzyer/readline v1.5.1 // indirect
197+
github.com/chzyer/readline v1.5.1
198198
github.com/containerd/typeurl v1.0.2 // indirect
199199
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
200200
github.com/dustin/go-humanize v1.0.0 // indirect
@@ -276,7 +276,7 @@ require (
276276
github.com/go-git/go-billy/v5 v5.4.1 // indirect
277277
github.com/go-git/go-git/v5 v5.8.1
278278
github.com/go-gorp/gorp/v3 v3.0.5 // indirect
279-
github.com/go-logr/zapr v1.2.4 // indirect
279+
github.com/go-logr/zapr v1.3.0 // indirect
280280
github.com/go-openapi/jsonpointer v0.20.0 // indirect
281281
github.com/go-openapi/jsonreference v0.20.2 // indirect
282282
github.com/go-openapi/swag v0.22.4 // indirect
@@ -296,7 +296,7 @@ require (
296296
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
297297
github.com/hashicorp/errwrap v1.1.0 // indirect
298298
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
299-
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
299+
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
300300
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
301301
github.com/huandu/xstrings v1.4.0 // indirect
302302
github.com/iancoleman/strcase v0.2.0 // indirect
@@ -358,12 +358,12 @@ require (
358358
github.com/xlab/treeprint v1.2.0 // indirect
359359
go.starlark.net v0.0.0-20230302034142-4b1e35fe2254 // indirect
360360
go.uber.org/multierr v1.11.0 // indirect
361-
go.uber.org/zap v1.25.0
362-
golang.org/x/net v0.17.0
361+
go.uber.org/zap v1.26.0
362+
golang.org/x/net v0.19.0
363363
golang.org/x/sync v0.4.0
364-
golang.org/x/sys v0.13.0 // indirect
365-
golang.org/x/term v0.13.0 // indirect
366-
golang.org/x/text v0.13.0
364+
golang.org/x/sys v0.15.0 // indirect
365+
golang.org/x/term v0.15.0 // indirect
366+
golang.org/x/text v0.14.0
367367
golang.org/x/time v0.3.0 // indirect
368368
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
369369
google.golang.org/appengine v1.6.8 // indirect

0 commit comments

Comments
 (0)