v2.36.2
New features
delete api-keyanddelete service-account: when stdin is not interactive (e.g. in CI), the confirmation prompt now fails with a clear error instead of silently exiting 0 without deleting anything. Pass--assume-yesto delete non-interactively.
Improvements
--include-scalingand--exclude-scalingflags oncreate environmentandsnapshotcommands are now formally deprecated and print a deprecation warning when used. Scaling events no longer trigger new snapshots.
Bug fixes
- Fixed a bug in
internal/requestswhere a failure to log the outgoing payload would callLogger.Error(which exits) instead ofLogger.Warn, aborting the request unnecessarily.
What's Changed
- fix(release): strip the tag signature from the release notes by @ToreMerkely in #1057
- fix(delete): fail when the deletion prompt cannot be answered by @mbevc1 in #1058
- chore: deprecate the scaling flags by @ToreMerkely in #1061
- feat(k8s-reporter): stop passing the scaling flags by @ToreMerkely in #1062
Full Changelog: v2.36.1...v2.36.2