Skip to content

Commit ccf4858

Browse files
committedMar 21, 2023
fix: improvements to s3 profile/bucket scanning
* improve handling of no aws profiles/no buckets situations ([30be07b](guidebooks/store@30be07b)) * ml/codeflare/training/demos/getting-started/submit should offer submit-only ([e2da046](guidebooks/store@e2da046)) * improve handling of no aws profiles/no buckets situations ([30be07b](guidebooks/store@30be07b)) * ml/codeflare/training/demos/getting-started/submit should offer submit-only ([e2da046](guidebooks/store@e2da046))
1 parent b1b1cbf commit ccf4858

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed
 

‎package-lock.json

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

‎plugins/plugin-codeflare/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@types/split2": "^3.2.1"
3131
},
3232
"dependencies": {
33-
"@guidebooks/store": "^7.1.1",
33+
"@guidebooks/store": "^7.1.2",
3434
"@logdna/tail-file": "^3.0.1",
3535
"@patternfly/react-charts": "^6.94.18",
3636
"@patternfly/react-core": "^4.276.6",
3737
"asciinema-player": "^3.1.0",
3838
"chokidar": "^3.5.3",
39-
"madwizard": "^7.0.3",
39+
"madwizard": "^7.0.4",
4040
"needle": "^3.2.0",
4141
"open": "^8.4.2",
4242
"pretty-bytes": "^6.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.