2.0.2 (2024-11-29)
- 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)
- rewrite caching API (aa0ccce)
2.0.0 (2024-11-20)
- Add support for chart lock files
- 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)
- filter out useless helm messages to slack (4f68d2f)
1.3.2 (2024-10-17)
- attempt to highlight stderr output and stdout/stderr error output (26aa21f)
1.3.1 (2024-09-05)
- attempt to make skipped symbol obvious under slack (9e8d6a0)
1.3.0 (2024-09-05)
- Show in output when upgrade skipped due no changes (311dddf)
1.2.1 (2024-08-30)
- Specify default rust crypto provider (d1d0ecd)
1.2.0 (2024-08-30)
- Use latest macos runner (e4084e9)
1.1.0 (2024-08-29)
1.0.0 (2024-05-29)
- Command line is different; probably shouldn't affect anything other then my scripts.
- Refactor release filter command line (74a0c48)
- Remove legacy HelmIter (4f87759)
0.5.1 (2024-04-28)
- Outdated command requires helm repos to be initialized (09c5c83)
0.5.0 (2024-04-26)
- 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)
- Really remove openssl dependancy (ad681b2)
0.4.2 (2024-04-10)
- Remove dependancy on openssl (967e0d2)
0.4.1 (2024-04-10)
- 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)
- When we skip an env or cluster then ignore config (6f7a161)
0.3.3 (2023-11-09)
- Ensure we set the correct registry and region when calling describe-images (785a355)
0.3.2 (2023-11-06)
0.3.1 (2023-08-09)
0.3.0 (2023-07-31)
- Add basic helm-secrets support (a2e687f)
- 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)
- Use Arc instead of clone for large shared objects (a93cfbc)
0.2.0 (2023-01-27)
- Slack outputs full error messages from helm (e1929a6)
- Clippy warning under rust 1.67 (9585788)
0.1.4 (2023-01-26)
0.1.3 (2023-01-25)
- 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)
0.1.1 (2023-01-24)
- Doc change to force new release (74a6525)