Skip to content

Commit 2002049

Browse files
chore(deps): bump the k8s-dependencies group across 1 directory with 2 updates (#457)
* chore(deps): bump the k8s-dependencies group across 1 directory with 2 updates Bumps the k8s-dependencies group with 2 updates in the / directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.34.1 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.34.1...v0.35.0) Updates `k8s.io/client-go` from 0.34.1 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.1...v0.35.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * upgrading golangci-lint from v1.61.0 to v2.11.3 with the updated module path golangci-lint/v2/cmd/golangci-lint) to ensure compatibility with Go 1.26 Signed-off-by: Rashed Kamal <rashed.kamal@broadcom.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Rashed Kamal <rashed.kamal@broadcom.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rashed Kamal <rashed.kamal@broadcom.com>
1 parent 79d4820 commit 2002049

3 files changed

Lines changed: 61 additions & 59 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ DIEGEN ?= $(LOCALBIN)/diegen
107107
## Tool Versions
108108
KUSTOMIZE_VERSION ?= v5.6.0
109109
CONTROLLER_TOOLS_VERSION ?= v0.17.2
110-
GOLANGCI_LINT_VERSION ?= v1.61.0
110+
GOLANGCI_LINT_VERSION ?= v2.11.3
111111
KO_VERSION ?= 0.17.1
112112
DIEGEN_VERSION=v0.15.0
113113
GOOS ?= darwin
@@ -129,7 +129,7 @@ $(CONTROLLER_GEN): $(LOCALBIN)
129129
.PHONY: golangci-lint
130130
golangci-lint: $(GOLANGCI_LINT) ## Download golangci-lint locally if necessary.
131131
$(GOLANGCI_LINT): $(LOCALBIN)
132-
$(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint,${GOLANGCI_LINT_VERSION})
132+
$(call go-install-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/v2/cmd/golangci-lint,${GOLANGCI_LINT_VERSION})
133133

134134
.PHONY: carvel-tools
135135
carvel-tools: $(LOCALBIN) ## Downloads Carvel CLI tools locally

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/tanzu-source-controller
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
carvel.dev/imgpkg v0.46.1
@@ -9,9 +9,9 @@ require (
99
github.com/google/go-containerregistry v0.20.6
1010
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20230517160804-b7ad3f13a62c
1111
go.uber.org/zap v1.27.1
12-
k8s.io/api v0.34.1
13-
k8s.io/apimachinery v0.34.1
14-
k8s.io/client-go v0.34.1
12+
k8s.io/api v0.35.1
13+
k8s.io/apimachinery v0.35.1
14+
k8s.io/client-go v0.35.1
1515
reconciler.io/dies v0.17.0
1616
reconciler.io/runtime v0.23.0
1717
sigs.k8s.io/controller-runtime v0.21.0
@@ -95,33 +95,33 @@ require (
9595
github.com/prometheus/procfs v0.15.1 // indirect
9696
github.com/rivo/uniseg v0.4.7 // indirect
9797
github.com/sirupsen/logrus v1.9.3 // indirect
98-
github.com/spf13/pflag v1.0.6 // indirect
98+
github.com/spf13/pflag v1.0.9 // indirect
9999
github.com/vbatts/tar-split v0.12.1 // indirect
100100
github.com/vito/go-interact v1.0.1 // indirect
101101
github.com/x448/float16 v0.8.4 // indirect
102102
go.uber.org/multierr v1.11.0 // indirect
103-
go.yaml.in/yaml/v2 v2.4.2 // indirect
103+
go.yaml.in/yaml/v2 v2.4.3 // indirect
104104
go.yaml.in/yaml/v3 v3.0.4 // indirect
105-
golang.org/x/crypto v0.41.0 // indirect
106-
golang.org/x/net v0.43.0 // indirect
105+
golang.org/x/crypto v0.44.0 // indirect
106+
golang.org/x/net v0.47.0 // indirect
107107
golang.org/x/oauth2 v0.30.0 // indirect
108-
golang.org/x/sync v0.16.0 // indirect
109-
golang.org/x/sys v0.35.0 // indirect
110-
golang.org/x/term v0.34.0 // indirect
111-
golang.org/x/text v0.28.0 // indirect
108+
golang.org/x/sync v0.18.0 // indirect
109+
golang.org/x/sys v0.38.0 // indirect
110+
golang.org/x/term v0.37.0 // indirect
111+
golang.org/x/text v0.31.0 // indirect
112112
golang.org/x/time v0.9.0 // indirect
113113
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
114114
gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect
115115
gomodules.xyz/orderedmap v0.1.0 // indirect
116116
google.golang.org/protobuf v1.36.8 // indirect
117-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
117+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
118118
gopkg.in/inf.v0 v0.9.1 // indirect
119119
gopkg.in/yaml.v2 v2.4.0 // indirect
120120
gopkg.in/yaml.v3 v3.0.1 // indirect
121121
k8s.io/apiextensions-apiserver v0.34.0 // indirect
122122
k8s.io/klog/v2 v2.130.1 // indirect
123-
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
124-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
123+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
124+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
125125
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
126126
sigs.k8s.io/randfill v1.0.0 // indirect
127127
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect

0 commit comments

Comments
 (0)