Skip to content

Commit 4a468e7

Browse files
authored
Merge pull request #1108 from CodesbyUnnati/bump-k8s-1.35
Bump k8s to 1.35 to fix CVEs
2 parents b17fa71 + 021efed commit 4a468e7

File tree

1,554 files changed

+70090
-56119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,554 files changed

+70090
-56119
lines changed

go.mod

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
module carvel.dev/kapp
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
carvel.dev/ytt v0.53.0
7+
github.com/carvel-dev/difflib v0.0.0-20240118055029-596a7a5585c3
78
github.com/cppforlife/cobrautil v0.0.0-20221130162803-acdfead391ef
89
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835
910
github.com/cppforlife/go-cli-ui v0.0.0-20220425131040-94f26b16bc14
1011
github.com/cppforlife/go-patch v0.0.0-20240118020416-2147782e467b
1112
github.com/google/go-cmp v0.7.0
1213
github.com/hashicorp/go-version v1.6.0
13-
github.com/k14s/difflib v0.0.0-20240118055029-596a7a5585c3
1414
github.com/mitchellh/go-wordwrap v1.0.1
1515
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11
16-
github.com/spf13/cobra v1.9.1
17-
github.com/spf13/pflag v1.0.6
18-
github.com/stretchr/testify v1.10.0
16+
github.com/spf13/cobra v1.10.0
17+
github.com/spf13/pflag v1.0.9
18+
github.com/stretchr/testify v1.11.1
1919
github.com/vmware-tanzu/carvel-kapp-controller v0.51.0
2020
golang.org/x/net v0.47.0
2121
gopkg.in/yaml.v2 v2.4.0
22-
k8s.io/api v0.34.2
23-
k8s.io/apiextensions-apiserver v0.31.2
24-
k8s.io/apimachinery v0.34.2
25-
k8s.io/apiserver v0.31.2
26-
k8s.io/client-go v0.34.2
27-
k8s.io/component-helpers v0.31.2
28-
k8s.io/kubernetes v1.31.14
29-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
22+
k8s.io/api v0.35.0
23+
k8s.io/apiextensions-apiserver v0.35.0
24+
k8s.io/apimachinery v0.35.0
25+
k8s.io/apiserver v0.35.0
26+
k8s.io/client-go v0.35.0
27+
k8s.io/component-helpers v0.35.0
28+
k8s.io/kubernetes v1.35.0
29+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
3030
sigs.k8s.io/yaml v1.6.0
3131
)
3232

@@ -56,29 +56,31 @@ require (
5656
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5757
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5858
github.com/nxadm/tail v1.4.8 // indirect
59-
github.com/pkg/errors v0.9.1 // indirect
6059
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
61-
github.com/prometheus/client_golang v1.19.1 // indirect
62-
github.com/prometheus/client_model v0.6.1 // indirect
63-
github.com/prometheus/common v0.55.0 // indirect
64-
github.com/prometheus/procfs v0.15.1 // indirect
60+
github.com/prometheus/client_golang v1.23.2 // indirect
61+
github.com/prometheus/client_model v0.6.2 // indirect
62+
github.com/prometheus/common v0.66.1 // indirect
63+
github.com/prometheus/procfs v0.16.1 // indirect
6564
github.com/vito/go-interact v1.0.1 // indirect
6665
github.com/x448/float16 v0.8.4 // indirect
67-
go.yaml.in/yaml/v2 v2.4.2 // indirect
66+
go.opentelemetry.io/otel v1.36.0 // indirect
67+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
68+
go.yaml.in/yaml/v2 v2.4.3 // indirect
6869
go.yaml.in/yaml/v3 v3.0.4 // indirect
6970
golang.org/x/oauth2 v0.30.0 // indirect
7071
golang.org/x/sys v0.38.0 // indirect
7172
golang.org/x/term v0.37.0 // indirect
7273
golang.org/x/text v0.31.0 // indirect
7374
golang.org/x/time v0.9.0 // indirect
74-
google.golang.org/protobuf v1.36.5 // indirect
75-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
75+
google.golang.org/protobuf v1.36.8 // indirect
76+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
7677
gopkg.in/inf.v0 v0.9.1 // indirect
7778
gopkg.in/yaml.v3 v3.0.1 // indirect
78-
k8s.io/component-base v0.31.2 // indirect
79+
k8s.io/component-base v0.35.0 // indirect
80+
k8s.io/controller-manager v0.35.0 // indirect
7981
k8s.io/klog/v2 v2.130.1 // indirect
80-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
81-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
82+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
83+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
8284
sigs.k8s.io/randfill v1.0.0 // indirect
8385
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
8486
)

go.sum

Lines changed: 73 additions & 56 deletions
Large diffs are not rendered by default.

pkg/kapp/diff/text_diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"strings"
1010

11-
"github.com/k14s/difflib"
11+
"github.com/carvel-dev/difflib"
1212
)
1313

1414
type TextDiff struct {

pkg/kapp/diff/text_diff_view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"strings"
99

1010
ctlconf "carvel.dev/kapp/pkg/kapp/config"
11+
"github.com/carvel-dev/difflib"
1112
"github.com/cppforlife/color"
12-
"github.com/k14s/difflib"
1313
)
1414

1515
type TextDiffViewOpts struct {

pkg/kapp/diffgraph/change_group_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
package diffgraph_test
55

66
import (
7-
"strings"
87
"testing"
98

109
ctldgraph "carvel.dev/kapp/pkg/kapp/diffgraph"
@@ -21,8 +20,6 @@ func TestNewChangeGroupFromAnnString(t *testing.T) {
2120
"valid-name.com/valid",
2221
"valid-name.com/valid-name_Another_Name--valid",
2322
"valid-name.com/valid-name_CustomResourceDefinition--valid",
24-
// Allow arbitrary long names since it might be populated with data via placeholders
25-
"valid-name.com/valid-name_CustomResourceDefinition--valid" + strings.Repeat("a", 1000),
2623
// Example from pinniped of a long name
2724
"change-groups.kapp.k14s.io/crds-authentication.concierge.pinniped.dev-WebhookAuthenticator",
2825
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)