Skip to content

Commit

Permalink
Bump to kueue 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Nov 18, 2024
1 parent 5128b94 commit 3afffbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
sigs.k8s.io/controller-runtime v0.19.1
sigs.k8s.io/controller-tools v0.16.5
sigs.k8s.io/kueue v0.9.0
sigs.k8s.io/kueue v0.9.1
sigs.k8s.io/kustomize/kustomize/v5 v5.5.0
sigs.k8s.io/yaml v1.4.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ sigs.k8s.io/jobset v0.7.0 h1:CbPG6VpokBALa1MEGnTz5bjtJz+V4dwSL/AKcUQeOZc=
sigs.k8s.io/jobset v0.7.0/go.mod h1:cbBuQ6QrTU88x5PrDqcC5AI28YyTSQCIcRTLNTJoHDE=
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/kueue v0.9.0 h1:vcbCv6AaF3wekC83djaa/9Z7cRaW05TNausgZ9u17Jg=
sigs.k8s.io/kueue v0.9.0/go.mod h1:9t5SwZ0XH/xK0+XSuLea4stzCC/PIja5JpFZzip2/Oo=
sigs.k8s.io/kueue v0.9.1 h1:4y8YCoWyZj/C1rOWLvjn9T3Hmjfe+YD7Syhii1B92Fo=
sigs.k8s.io/kueue v0.9.1/go.mod h1:9t5SwZ0XH/xK0+XSuLea4stzCC/PIja5JpFZzip2/Oo=
sigs.k8s.io/kustomize/api v0.18.0 h1:hTzp67k+3NEVInwz5BHyzc9rGxIauoXferXyjv5lWPo=
sigs.k8s.io/kustomize/api v0.18.0/go.mod h1:f8isXnX+8b+SGLHQ6yO4JG1rdkZlvhaCf/uZbLVMb0U=
sigs.k8s.io/kustomize/kustomize/v5 v5.5.0 h1:o1mtt6vpxsxDYaZKrw3BnEtc+pAjLz7UffnIvHNbvW0=
Expand Down
4 changes: 2 additions & 2 deletions hack/kueue-config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.9.0"
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.9.1"

configMapGenerator:
- name: manager-config
Expand All @@ -13,7 +13,7 @@ configMapGenerator:
images:
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.9.0
newTag: v0.9.1

patches:
- target:
Expand Down

0 comments on commit 3afffbb

Please sign in to comment.