1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-11 12:03:47 +00:00

update kdm url and go generate

This commit is contained in:
Kinara Shah
2023-01-23 16:57:10 -08:00
parent 166ea7b50f
commit a2cd5958cd
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import (
) )
const ( const (
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.7-1222-patches/data.json" defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.7/data.json"
dataFile = "data/data.json" dataFile = "data/data.json"
) )

File diff suppressed because one or more lines are too long

View File

@@ -18192,7 +18192,7 @@
"type": "array" "type": "array"
} }
}, },
"version": "v1.24.9+k3s1" "version": "v1.24.9+k3s2"
} }
] ]
}, },
@@ -27575,7 +27575,7 @@
"type": "array" "type": "array"
} }
}, },
"version": "v1.24.9+rke2r1" "version": "v1.24.9+rke2r2"
} }
] ]
} }

View File

@@ -2,7 +2,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* /*
Copyright 2022 Rancher Labs, Inc. Copyright 2023 Rancher Labs, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@@ -2,7 +2,7 @@
// +build !ignore_autogenerated // +build !ignore_autogenerated
/* /*
Copyright 2022 Rancher Labs, Inc. Copyright 2023 Rancher Labs, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.