Skip to content
Open
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.18
target-branch: release-1.19
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.18
target-branch: release-1.19
directories:
# CUDA image
- "/deployments/container"
Expand All @@ -101,7 +101,7 @@ updates:
- maintenance

- package-ecosystem: "github-actions"
target-branch: release-1.18
target-branch: release-1.19
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.19.0
LIB_TAG :=
LIB_VERSION := 1.20.0
LIB_TAG := dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a note. This is what fills up our Shipit view with versions that we don't want to release. Does it make sense to use something like rc.0 here instead so that ordering at least remains consistent?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you clarify how adding rc.0 here would help with the ordering?


# 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
Loading