Skip to content

Latest commit

 

History

History
262 lines (128 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

262 lines (128 loc) · 11.5 KB

Changelog

2.0.2 (2024-11-29)

Bug Fixes

  • add .gitignore file for example (d7410d0)
  • add lock file to example (01065a4)
  • improve update performance if no changes (4eea8b3)
  • Remove override config from docs too (97a5f4f)
  • remove overrides support (2ca9c03)
  • support sops.yaml file by default (94b63c9)

2.0.1 (2024-11-26)

Bug Fixes

2.0.0 (2024-11-20)

⚠ BREAKING CHANGES

  • Add support for chart lock files

Features

  • Add .envrc and slack.sh files (84000f4)
  • Add support for chart lock files (c609fba)

Bug Fixes

  • add checks to ensure requested chart name and version consistant with lock file (642f81b)
  • replace tui with forked ratatui repo (225e3f8)

1.3.3 (2024-10-18)

Bug Fixes

  • filter out useless helm messages to slack (4f68d2f)

1.3.2 (2024-10-17)

Bug Fixes

  • attempt to highlight stderr output and stdout/stderr error output (26aa21f)

1.3.1 (2024-09-05)

Bug Fixes

  • attempt to make skipped symbol obvious under slack (9e8d6a0)

1.3.0 (2024-09-05)

Features

  • Show in output when upgrade skipped due no changes (311dddf)

Bug Fixes

  • address clippy warning (cfa13cd)
  • Fix clippy warning expect used (8bbd0df)

1.2.1 (2024-08-30)

Bug Fixes

  • Specify default rust crypto provider (d1d0ecd)

1.2.0 (2024-08-30)

Features

  • Use latest macos runner (e4084e9)

1.1.0 (2024-08-29)

Features

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)