Skip to content

Commit

Permalink
Bump Kueue from 0.8.2 to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Nov 5, 2024
1 parent 0f22ac7 commit 31be787
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-20240502163921-fe8a2dddb1d0
sigs.k8s.io/controller-runtime v0.17.5
sigs.k8s.io/controller-tools v0.14.0
sigs.k8s.io/kueue v0.8.2
sigs.k8s.io/kueue v0.8.3
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.2 h1:hvSetRF3iVScnFqzDf/kWscvDXIKyRiIAYVlmf3lnm4=
sigs.k8s.io/kueue v0.8.2/go.mod h1:JO87rmNX7d71ZQvCX+TS5H5g1NtSWHDaXXEzbJi6Muk=
sigs.k8s.io/kueue v0.8.3 h1:H4ZUSWYWnbnUrchunkaeubNVbSEhO8FhyxVlI+IsNLA=
sigs.k8s.io/kueue v0.8.3/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
4 changes: 2 additions & 2 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.2"
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"

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

patches:
- target:
Expand Down

0 comments on commit 31be787

Please sign in to comment.