Skip to content

Latest commit

 

History

History
170 lines (84 loc) · 7.55 KB

CHANGELOG.md

File metadata and controls

170 lines (84 loc) · 7.55 KB

Changelog

1.0.0 (2024-05-29)

⚠ BREAKING CHANGES

  • Command line is different; probably shouldn't affect anything other then my scripts.

Features

  • Refactor release filter command line (74a0c48)

Bug Fixes

0.5.1 (2024-04-28)

Bug Fixes

  • Outdated command requires helm repos to be initialized (09c5c83)

0.5.0 (2024-04-26)

Features

  • Add support for shared values files. (025b99b)
  • Support writing config changes (b500e6b)

Bug Fixes

  • Delete legacy chart_version config value (007c56a)
  • Increase max slack retries to 8 after rate limit error (a7f8258)
  • Run cargo fmt (8cb8898)

0.4.3 (2024-04-10)

Bug Fixes

  • Really remove openssl dependancy (ad681b2)

0.4.2 (2024-04-10)

Bug Fixes

  • Remove dependancy on openssl (967e0d2)

0.4.1 (2024-04-10)

Bug Fixes

  • Add kludge if version is not symantic version (3d95e07)
  • Correct clippy warnings (f77e45f)
  • Correct code formatting (ea83ce2)
  • Don't display errors when legacy versions cannot be parsed (3227f96)
  • Refactor Outdated command (663d4e8)

0.4.0 (2024-04-08)

Features

  • When we skip an env or cluster then ignore config (6f7a161)

0.3.3 (2023-11-09)

Bug Fixes

  • Ensure we set the correct registry and region when calling describe-images (785a355)

0.3.2 (2023-11-06)

Bug Fixes

  • clippy errors in CI (8c53d92)
  • Rename --cinc parameter to --cluster (164e3cf)

0.3.1 (2023-08-09)

Bug Fixes

  • Fix incorrect slack messages (0a20c40)
  • Refactor slack rate limit retrying (b958843)

0.3.0 (2023-07-31)

Features

  • Add basic helm-secrets support (a2e687f)

Bug Fixes

  • Add RateLimitError support for helm results too (12c2751)
  • Loop slack update on RateLimitError (2bd76d1)
  • Update slack code to check for rate limiting (a50cd2f)
  • Use OsString type for Commands (a34f9c4)

0.2.1 (2023-02-02)

Bug Fixes

  • Use Arc instead of clone for large shared objects (a93cfbc)

0.2.0 (2023-01-27)

Features

  • Slack outputs full error messages from helm (e1929a6)

Bug Fixes

  • Clippy warning under rust 1.67 (9585788)

0.1.4 (2023-01-26)

Bug Fixes

  • Don't create draft release (aa13021)
  • Simplify text message loop (e6a541a)

0.1.3 (2023-01-25)

Bug Fixes

  • Refactor text/slack outputs (5428fe8)
  • Spelling errors in code (32007bc)
  • Spelling of Unfortunately (8fbef9a)
  • Use async EventStream to read events (03ee2d4)

0.1.2 (2023-01-24)

Bug Fixes

0.1.1 (2023-01-24)

Bug Fixes

0.1.0 (2023-01-24)

Bug Fixes

  • Doc change to force new release (74a6525)