Skip to content

Commit ef64f03

Browse files
committed
chore: bump operatorpkg and karpenter
1 parent ab2d3e7 commit ef64f03

File tree

20 files changed

+128
-149
lines changed

20 files changed

+128
-149
lines changed

charts/karpenter-crd/templates/karpenter.sh_nodeclaims.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ spec:
227227
minLength: 1
228228
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*(\/))?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$
229229
timeAdded:
230-
description: |-
231-
TimeAdded represents the time at which the taint was added.
232-
It is only written for NoExecute taints.
230+
description: TimeAdded represents the time at which the taint was added.
233231
format: date-time
234232
type: string
235233
value:
@@ -264,9 +262,7 @@ spec:
264262
minLength: 1
265263
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*(\/))?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$
266264
timeAdded:
267-
description: |-
268-
TimeAdded represents the time at which the taint was added.
269-
It is only written for NoExecute taints.
265+
description: TimeAdded represents the time at which the taint was added.
270266
format: date-time
271267
type: string
272268
value:

charts/karpenter-crd/templates/karpenter.sh_nodepools.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ spec:
356356
minLength: 1
357357
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*(\/))?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$
358358
timeAdded:
359-
description: |-
360-
TimeAdded represents the time at which the taint was added.
361-
It is only written for NoExecute taints.
359+
description: TimeAdded represents the time at which the taint was added.
362360
format: date-time
363361
type: string
364362
value:
@@ -393,9 +391,7 @@ spec:
393391
minLength: 1
394392
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*(\/))?([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]$
395393
timeAdded:
396-
description: |-
397-
TimeAdded represents the time at which the taint was added.
398-
It is only written for NoExecute taints.
394+
description: TimeAdded represents the time at which the taint was added.
399395
format: date-time
400396
type: string
401397
value:

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ require (
2222
github.com/aws/karpenter-provider-aws/tools/kompat v0.0.0-20240410220356-6b868db24881
2323
github.com/aws/smithy-go v1.22.5
2424
github.com/awslabs/amazon-eks-ami/nodeadm v0.0.0-20240229193347-cfab22a10647
25-
github.com/awslabs/operatorpkg v0.0.0-20250624064700-e9977193119b
25+
github.com/awslabs/operatorpkg v0.0.0-20250822220536-d4fbec42f646
2626
github.com/awslabs/operatorpkg/aws v0.0.0-20250414225955-b47cd315ffe9
2727
github.com/docker/docker v28.3.3+incompatible
2828
github.com/go-logr/zapr v1.3.0
2929
github.com/google/uuid v1.6.0
3030
github.com/imdario/mergo v0.3.16
3131
github.com/jonathan-innis/aws-sdk-go-prometheus v0.1.1
3232
github.com/mitchellh/hashstructure/v2 v2.0.2
33-
github.com/onsi/ginkgo/v2 v2.23.4
33+
github.com/onsi/ginkgo/v2 v2.24.0
3434
github.com/onsi/gomega v1.38.0
3535
github.com/patrickmn/go-cache v2.1.0+incompatible
3636
github.com/pelletier/go-toml/v2 v2.2.4
@@ -39,19 +39,19 @@ require (
3939
go.uber.org/multierr v1.11.0
4040
go.uber.org/zap v1.27.0
4141
golang.org/x/sync v0.16.0
42-
k8s.io/api v0.33.4
43-
k8s.io/apiextensions-apiserver v0.33.4
44-
k8s.io/apimachinery v0.33.4
45-
k8s.io/client-go v0.33.4
42+
k8s.io/api v0.34.0-alpha.1
43+
k8s.io/apiextensions-apiserver v0.34.0-alpha.1
44+
k8s.io/apimachinery v0.34.0-alpha.1
45+
k8s.io/client-go v0.34.0-alpha.1
4646
k8s.io/klog/v2 v2.130.1
47-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
48-
sigs.k8s.io/controller-runtime v0.21.0
49-
sigs.k8s.io/karpenter v1.6.1-0.20250812203506-42144b8115fa
47+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
48+
sigs.k8s.io/controller-runtime v0.21.1-0.20250620151452-b9a9ca01fd37
49+
sigs.k8s.io/karpenter v1.6.1-0.20250823000906-03e703df3e5d
5050
sigs.k8s.io/yaml v1.6.0
5151
)
5252

5353
require (
54-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
54+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
5555
github.com/andybalholm/cascadia v1.3.3 // indirect
5656
github.com/aws/aws-sdk-go-v2/credentials v1.18.3 // indirect
5757
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.2 // indirect
@@ -69,8 +69,8 @@ require (
6969
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
7070
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
7171
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
72-
github.com/fsnotify/fsnotify v1.7.0 // indirect
73-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
72+
github.com/fsnotify/fsnotify v1.9.0 // indirect
73+
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
7474
github.com/go-logr/logr v1.4.3 // indirect
7575
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7676
github.com/go-openapi/jsonreference v0.20.2 // indirect
@@ -90,7 +90,7 @@ require (
9090
github.com/mitchellh/go-homedir v1.1.0 // indirect
9191
github.com/moby/spdystream v0.5.0 // indirect
9292
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
93-
github.com/modern-go/reflect2 v1.0.2 // indirect
93+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
9494
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9595
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
9696
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -100,28 +100,28 @@ require (
100100
github.com/prometheus/procfs v0.16.1 // indirect
101101
github.com/rivo/uniseg v0.4.4 // indirect
102102
github.com/robfig/cron/v3 v3.0.1 // indirect
103-
github.com/spf13/cobra v1.8.1 // indirect
103+
github.com/spf13/cobra v1.9.1 // indirect
104104
github.com/spf13/pflag v1.0.6 // indirect
105105
github.com/x448/float16 v0.8.4 // indirect
106106
go.uber.org/automaxprocs v1.6.0 // indirect
107107
go.yaml.in/yaml/v2 v2.4.2 // indirect
108-
golang.org/x/net v0.41.0 // indirect
108+
golang.org/x/net v0.43.0 // indirect
109109
golang.org/x/oauth2 v0.30.0 // indirect
110-
golang.org/x/sys v0.33.0 // indirect
111-
golang.org/x/term v0.32.0 // indirect
112-
golang.org/x/text v0.27.0 // indirect
110+
golang.org/x/sys v0.35.0 // indirect
111+
golang.org/x/term v0.34.0 // indirect
112+
golang.org/x/text v0.28.0 // indirect
113113
golang.org/x/time v0.12.0 // indirect
114-
golang.org/x/tools v0.34.0 // indirect
114+
golang.org/x/tools v0.36.0 // indirect
115115
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
116116
google.golang.org/protobuf v1.36.6 // indirect
117117
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
118118
gopkg.in/inf.v0 v0.9.1 // indirect
119119
gopkg.in/yaml.v3 v3.0.1 // indirect
120120
k8s.io/cloud-provider v0.33.2 // indirect
121-
k8s.io/component-base v0.33.4 // indirect
121+
k8s.io/component-base v0.34.0-alpha.1 // indirect
122122
k8s.io/csi-translation-lib v0.33.2 // indirect
123123
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
124124
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
125125
sigs.k8s.io/randfill v1.0.0 // indirect
126-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
126+
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
127127
)

0 commit comments

Comments
 (0)