File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ updates:
5555
5656# The release branch(es):
5757 - package-ecosystem : " gomod"
58- target-branch : release-1.17
58+ target-branch : release-1.18
5959 directories :
6060 - " /"
6161 # We don't update development or test dependencies on release branches
@@ -81,7 +81,7 @@ updates:
8181 - k8s.io/klog/*
8282
8383 - package-ecosystem : " docker"
84- target-branch : release-1.17
84+ target-branch : release-1.18
8585 directories :
8686 # CUDA image
8787 - " /deployments/container"
@@ -101,7 +101,7 @@ updates:
101101 - maintenance
102102
103103 - package-ecosystem : " github-actions"
104- target-branch : release-1.17
104+ target-branch : release-1.18
105105 directory : " /"
106106 schedule :
107107 interval : " weekly"
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515LIB_NAME := nvidia-container-toolkit
16- LIB_VERSION := 1.18 .0
17- LIB_TAG :=
16+ LIB_VERSION := 1.19 .0
17+ LIB_TAG := dev
1818
1919# The package version is the combination of the library version and tag.
2020# If the tag is specified the two components are joined with a tilde (~).
You can’t perform that action at this time.
0 commit comments