Skip to content

Commit

Permalink
Created v0.2.0 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Jan 29, 2024
1 parent 5d0f4a0 commit 1d0f0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# capi-ui-extension
Rancher Extension used in [rancher/dashboard](https://github.com/rancher/dashboard) for [Rancher Turtles](https://elemental.docs.rancher.com/) CAPI Provisioning UI.
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.


## Running for Development
Expand Down
5 changes: 3 additions & 2 deletions pkg/capi/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "capi",
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
"version": "0.2.0-rc1",
"version": "0.2.0",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= v2.7.8"
"catalog.cattle.io/rancher-version": ">= v2.7.8",
"catalog.cattle.io/display-name": "Rancher Turtles UI"
}
},
"scripts": {
Expand Down

0 comments on commit 1d0f0cc

Please sign in to comment.