Skip to content

Commit

Permalink
Bump Kueue from 0.8.1 to 0.8.2 (#262)
Browse files Browse the repository at this point in the history
* Bump Kueue from 0.8.1 to 0.8.2
* update kueue image name to match upstream change
  • Loading branch information
dgrove-oss authored Nov 4, 2024
1 parent e206010 commit 0f22ac7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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-20240502163921-fe8a2dddb1d0
sigs.k8s.io/controller-runtime v0.17.5
sigs.k8s.io/controller-tools v0.14.0
sigs.k8s.io/kueue v0.8.1
sigs.k8s.io/kueue v0.8.2
sigs.k8s.io/kustomize/kustomize/v5 v5.3.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 @@ -320,8 +320,8 @@ sigs.k8s.io/jobset v0.5.2 h1:276q5Pi/ErLYj+GQ0ydEXR6tx3LwBhEzHLQv+k8bYF4=
sigs.k8s.io/jobset v0.5.2/go.mod h1:Vg99rj/6OoGvy1uvywGEHOcVLCWWJYkJtisKqdWzcFw=
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.8.1 h1:jK1ei/EkgmcpMqv4qjyt+6Fmz3TyVTrLUikgPkfREXw=
sigs.k8s.io/kueue v0.8.1/go.mod h1:1u80mOR4w6tny+a9cE9x/Hq9OJDAVuGNu7WIfyPtMTU=
sigs.k8s.io/kueue v0.8.2 h1:hvSetRF3iVScnFqzDf/kWscvDXIKyRiIAYVlmf3lnm4=
sigs.k8s.io/kueue v0.8.2/go.mod h1:JO87rmNX7d71ZQvCX+TS5H5g1NtSWHDaXXEzbJi6Muk=
sigs.k8s.io/kustomize/api v0.17.2 h1:E7/Fjk7V5fboiuijoZHgs4aHuexi5Y2loXlVOAVAG5g=
sigs.k8s.io/kustomize/api v0.17.2/go.mod h1:UWTz9Ct+MvoeQsHcJ5e+vziRRkwimm3HytpZgIYqye0=
sigs.k8s.io/kustomize/kustomize/v5 v5.3.0 h1:OUKaQwArd1udTz3ykibOjaUwdfly6FnkQiDSSft6+Fg=
Expand Down
6 changes: 3 additions & 3 deletions hack/kueue-config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
namespace: kueue-system

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

configMapGenerator:
- name: manager-config
Expand All @@ -14,9 +14,9 @@ configMapGenerator:
- controller_manager_config.yaml

images:
- name: gcr.io/k8s-staging-kueue/kueue
- name: us-central1-docker.pkg.dev/k8s-staging-images/kueue/kueue
newName: registry.k8s.io/kueue/kueue
newTag: v0.8.1
newTag: v0.8.2

patches:
- target:
Expand Down

0 comments on commit 0f22ac7

Please sign in to comment.