Skip to content

Commit

Permalink
Merge pull request #3586 from jiaqiluo/15-swtich-kdm
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqiluo authored May 13, 2024
2 parents 08e8d6d + 0595d1b commit 8714c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes instal

## Latest Release
* v1.5
* v1.5.8 - Read the full release [notes](https://github.com/rancher/rke/releases/tag/v1.5.8).
* v1.5.9 - Read the full release [notes](https://github.com/rancher/rke/releases/tag/v1.5.9).
* v1.4
* v1.4.17 - Read the full release [notes](https://github.com/rancher/rke/releases/tag/v1.4.17).
* v1.4.18 - Read the full release [notes](https://github.com/rancher/rke/releases/tag/v1.4.18).

## Download

Expand Down Expand Up @@ -57,7 +57,7 @@ RANCHER_METADATA_URL=${./local/data.json} rke [commands] [options]

## License

Copyright © 2017 - 2023 SUSE LLC
Copyright © 2017 - 2024 SUSE LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
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

0 comments on commit 8714c3c

Please sign in to comment.