Skip to content

Commit

Permalink
Merge pull request #3705 from chiukapoor/update-to-v2.10
Browse files Browse the repository at this point in the history
[release/v1.7] Update KDM branch and add support for `release/v2.10` target branch
  • Loading branch information
chiukapoor authored Oct 10, 2024
2 parents e659827 + d3be492 commit 686524b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
"v1.6"*)
ACTION_TARGET_BRANCH="release/v2.9"
;;
"v1.7"*)
ACTION_TARGET_BRANCH="release/v2.10"
;;
*)
echo "Not a valid tag, not dispatching event"
exit 0
Expand Down
4 changes: 2 additions & 2 deletions codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

const (
defaultDevURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.9/data.json"
defaultReleaseURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.9/data.json"
defaultDevURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.10/data.json"
defaultReleaseURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.10/data.json"
dataFile = "data/data.json"
)

Expand Down
4 changes: 2 additions & 2 deletions data/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 686524b

Please sign in to comment.