forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tackle issues with migration script (rancher#12730)
* fix issue with migration script updating resolutions + mark package updates for future adjustment after analysis * add more code comments * fix migration script to originate correct builds * bump creators version * Add completion log --------- Co-authored-by: Jordon Leach <[email protected]>
- Loading branch information
1 parent
5fe5004
commit d47451e
Showing
4 changed files
with
69 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@rancher/create-extension", | ||
"description": "Rancher UI Extension generator", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"license": "Apache-2.0", | ||
"author": "SUSE", | ||
"packageManager": "[email protected]", | ||
|