Skip to content

Commit f11c0c8

Browse files
committed
fix: shorter uuids resulted in uppercase kubernetes resource names
1 parent 5f55b78 commit f11c0c8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Diff for: package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: plugins/plugin-codeflare-dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@logdna/tail-file": "^3.0.1",
3232
"chokidar": "^3.5.3",
3333
"ink": "^4.1.0",
34-
"madwizard": "^9.0.4",
34+
"madwizard": "^9.0.5",
3535
"pretty-bytes": "^6.1.0",
3636
"pretty-ms": "^8.0.0",
3737
"strip-ansi": "^7.0.1"

Diff for: plugins/plugin-codeflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@patternfly/react-core": "^4.276.8",
3737
"asciinema-player": "^3.2.0",
3838
"chokidar": "^3.5.3",
39-
"madwizard": "^9.0.4",
39+
"madwizard": "^9.0.5",
4040
"needle": "^3.2.0",
4141
"open": "^9.1.0",
4242
"pretty-bytes": "^6.1.0",

0 commit comments

Comments
 (0)