Skip to content

Commit

Permalink
chore: Bump kubernetes-sigs/karpenter to the latest (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Feb 28, 2024
1 parent bf2d9b2 commit dfa74ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
knative.dev/pkg v0.0.0-20231010144348-ca8c009405dd
sigs.k8s.io/controller-runtime v0.17.2
sigs.k8s.io/karpenter v0.34.1-0.20240221213555-0fea7cee3459
sigs.k8s.io/karpenter v0.34.1-0.20240227070119-01b8127e7068
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ sigs.k8s.io/controller-runtime v0.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeG
sigs.k8s.io/controller-runtime v0.17.2/go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/karpenter v0.34.1-0.20240221213555-0fea7cee3459 h1:WgQezuhG/D1zKHhcPDScd9Fqqe2Y7ZFduVOMvGznZH0=
sigs.k8s.io/karpenter v0.34.1-0.20240221213555-0fea7cee3459/go.mod h1:xHMNckVQTSXN56es2BHr3s4ehyo39tOkcUU3OeUsK8U=
sigs.k8s.io/karpenter v0.34.1-0.20240227070119-01b8127e7068 h1:IhXgVXilDe8Fplueg05M6a+kHdhk0rVl2bTercilr9s=
sigs.k8s.io/karpenter v0.34.1-0.20240227070119-01b8127e7068/go.mod h1:cUrYd9r91yK9Y4k6N87kdhs0EYTAlp9yimSqFcckxAw=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/crds/karpenter.sh_nodeclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ spec:
description: ProviderID of the corresponding node object
type: string
type: object
required:
- spec
type: object
served: true
storage: true
Expand Down
2 changes: 2 additions & 0 deletions pkg/apis/crds/karpenter.sh_nodepools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ spec:
description: Resources is the list of resources that have been provisioned.
type: object
type: object
required:
- spec
type: object
served: true
storage: true
Expand Down

0 comments on commit dfa74ee

Please sign in to comment.