v0.4.1
Flux Upgrade
- PR: #997 - Upgrade flux version from 0.19.1 to 0.21.0
This release comes with ECDSA as the default SSH key algorithm used by flux bootstrap and all the other commands that generate SSH keys. This change was imposed by GitHub that is no longer accepting RSA SHA-1 SSH keys.
Read the official release notes. The release notes include steps for rotating your SSH deploy keys.
🚀 Enhancements
- PR: #980 - Move
app add
toadd app
- PR: #983 - Move
app remove
todelete app
- PR: #958 - Sync application endpoint
- PR: #984 - Move
app pause
/app unpause
tosuspend app
/resume app
respectively - PR: #990 - Move
app list
toget apps
- PR: #931 - Add integration tests
- PR: #999 - Move
app <app-name> get commits
toget commits <app-name>
- PR: #998 - Move
app status
toget app
- PR: #1014 - Move auto-generated CLI reference under "CLI Reference" menu item
- PR: #1009 - Add flag validation for WGE commands
🔥 UI
- PR: #978 - Update README for UI Dev environment setup
🐛 Bugs
- PR: #970 - Fix overflowing text in graph nodes (#899)
- PR: #987 - Resolve nighlty test conflicts
- PR: #969 - Fix capi template being rendered without identityRef
- PR: #994 - FIx beta install to create the GitOps runtime file
- PR: #1000 - Remove pr- prefix from flags
- PR: #1006 - Replacing undescore with dashs on cluster names
- PR: #1008 - Fix delete cluster request body always being empty
- PR: #1015 - Fixes add-app in wego-server