Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ updates:

# The release branch(es):
- package-ecosystem: "gomod"
target-branch: release-1.17
target-branch: release-1.18
directories:
- "/"
# We don't update development or test dependencies on release branches
Expand All @@ -81,7 +81,7 @@ updates:
- k8s.io/klog/*

- package-ecosystem: "docker"
target-branch: release-1.17
target-branch: release-1.18
directories:
# CUDA image
- "/deployments/container"
Expand All @@ -101,7 +101,7 @@ updates:
- maintenance

- package-ecosystem: "github-actions"
target-branch: release-1.17
target-branch: release-1.18
directory: "/"
schedule:
interval: "weekly"
Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.18.0
LIB_TAG :=
LIB_VERSION := 1.19.0
LIB_TAG := dev

# The package version is the combination of the library version and tag.
# If the tag is specified the two components are joined with a tilde (~).
Expand Down