mirror of
https://github.com/rancher/rke.git
synced 2025-07-04 02:57:52 +00:00
go generate
This commit is contained in:
parent
b5ab4b02ab
commit
c04d9e545a
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6-1222-patches/data.json"
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.6/data.json"
|
||||
dataFile = "data/data.json"
|
||||
)
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -18182,7 +18182,7 @@
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"version": "v1.24.9+k3s1"
|
||||
"version": "v1.24.9+k3s2"
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -27568,7 +27568,7 @@
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"version": "v1.24.9+rke2r1"
|
||||
"version": "v1.24.9+rke2r2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
Copyright 2022 Rancher Labs, Inc.
|
||||
Copyright 2023 Rancher Labs, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -2,7 +2,7 @@
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
Copyright 2022 Rancher Labs, Inc.
|
||||
Copyright 2023 Rancher Labs, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
Loading…
Reference in New Issue
Block a user