Releases: thestormforge/optimize-go
Releases · thestormforge/optimize-go
v0.1.21
v0.1.20
🏗 Changed
- Upgraded some dependencies
🐛 Fixed
- The default value for the issuer configuration has been fixed
v0.1.19
🏗 Changed
- The authorization parameters and fixed token configuration options are now part of the marshalled configuration representation.
🗝 Security
- Upgraded
golang.org/x/net
to v0.8.0
v0.1.18
🏗 Changed
- The
--for
flag onget applications
is now hidden - Allow more input to activity patching
⏳ Deprecated
- Functionality related to scenarios is deprecated
v0.1.17
🛑 Removed
- The "scan" and "run" tags have been removed as they are not longer required
- The "check labels" code has been removed as we no longer experiments to have specific labels
v0.1.16
🏗 Changed
- Recommendations will be adjusted from millicores to cores FOR DISPLAY ONLY
v0.1.15
🐛 Fixed
- Panic caused by the removed flag in 0.1.14
v0.1.14
🛑 Removed
- The
--user-agent
flag was removed from the watch activity command
v0.1.13
✨ Added
- The limit/request ratio
🏗 Changed
- The
NumberOrString
type now supports infinity
v0.1.12
✨ Added
- The
whoami
command has an--output
flag
🏗 Changed
- The
--batch-size
flag has been renamed--chunk-size
to be consistent withkubectl
- The default chunk size for applications and experiments has changed to 500 (previously it was unspecified, the server defaulted to 10)