Skip to content

Commit 1d0f0cc

Browse files
Created v0.2.0 release (#30)
1 parent 5d0f4a0 commit 1d0f0cc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# capi-ui-extension
2-
Rancher Extension used in [rancher/dashboard](https://github.com/rancher/dashboard) for [Rancher Turtles](https://elemental.docs.rancher.com/) CAPI Provisioning UI.
2+
Rancher Extension used in [rancher/dashboard](https://github.com/rancher/dashboard) for [Rancher Turtles](https://docs.rancher-turtles.com/docs/category/getting-started/) CAPI Provisioning UI.
33

44

55
## Running for Development

pkg/capi/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "capi",
33
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
4-
"version": "0.2.0-rc1",
4+
"version": "0.2.0",
55
"private": false,
66
"rancher": {
77
"annotations": {
8-
"catalog.cattle.io/rancher-version": ">= v2.7.8"
8+
"catalog.cattle.io/rancher-version": ">= v2.7.8",
9+
"catalog.cattle.io/display-name": "Rancher Turtles UI"
910
}
1011
},
1112
"scripts": {

0 commit comments

Comments
 (0)