Skip to content

v2.36.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 09:46
· 12 commits to main since this release
v2.36.2
ae6002e

New features

  • delete api-key and delete 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-yes to delete non-interactively.

Improvements

  • --include-scaling and --exclude-scaling flags on create environment and snapshot commands 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/requests where a failure to log the outgoing payload would call Logger.Error (which exits) instead of Logger.Warn, aborting the request unnecessarily.

What's Changed

Full Changelog: v2.36.1...v2.36.2