Skip to content

Commit

Permalink
Merge pull request #3546 from chiukapoor/docker-1.25
Browse files Browse the repository at this point in the history
[release/v1.5] Vendor KDM data
  • Loading branch information
chiukapoor authored Apr 9, 2024
2 parents 3b5fd33 + 4aa1f21 commit 6e75b35
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.8/data.json"
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.8/data.json"
dataFile = "data/data.json"
)

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

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -14321,7 +14321,8 @@
"19.03.x",
"20.10.x",
"23.0.x",
"24.0.x"
"24.0.x",
"25.0.x"
],
"1.26": [
"1.13.x",
Expand All @@ -14333,7 +14334,8 @@
"19.03.x",
"20.10.x",
"23.0.x",
"24.0.x"
"24.0.x",
"25.0.x"
],
"1.27": [
"1.13.x",
Expand All @@ -14345,7 +14347,8 @@
"19.03.x",
"20.10.x",
"23.0.x",
"24.0.x"
"24.0.x",
"25.0.x"
],
"1.28": [
"1.13.x",
Expand All @@ -14357,7 +14360,8 @@
"19.03.x",
"20.10.x",
"23.0.x",
"24.0.x"
"24.0.x",
"25.0.x"
],
"1.8": [
"1.11.x",
Expand Down Expand Up @@ -41598,7 +41602,7 @@
"version": "1.5.100"
},
"rancher-vsphere-csi": {
"repo": "rancher-charts",
"repo": "rancher-rke2-charts",
"version": "3.0.1-rancher101"
},
"rke2-calico": {
Expand Down Expand Up @@ -43204,7 +43208,7 @@
"version": "1.5.100"
},
"rancher-vsphere-csi": {
"repo": "rancher-charts",
"repo": "rancher-rke2-charts",
"version": "3.0.1-rancher101"
},
"rke2-calico": {
Expand Down

0 comments on commit 6e75b35

Please sign in to comment.