Skip to content

Commit 07e86cf

Browse files
committed
Update CHANGELOG for version 0.0.10: add new SnapshotHelmUsedValues switch, enhance documentation, and improve error handling for Helm commands
Signed-off-by: PixelRobots <[email protected]>
1 parent 0ba7de3 commit 07e86cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.10] - 2024-12-04
8+
9+
### Added:
10+
- **`-SnapshotHelmUsedValues`**: Introduced a new switch to capture only the used values (default and user-provided) for Helm releases.
11+
- **Combined Helm Snapshots**: Added support for combining `-SnapshotHelm` and `-SnapshotHelmUsedValues` to capture both full Helm snapshots and used values in a single command.
12+
- **Documentation Enhancements**: Expanded PowerShell and Krew plugin usage documentation to reflect the new Helm-related functionality, including examples for individual and combined switches.
13+
14+
### Fixed:
15+
- **Non-System Namespace Handling**: Resolved issues with `AllNonSystemNamespaces` when processing Helm snapshots, ensuring proper filtering of system namespaces.
16+
- **Error Handling in Helm Commands**: Improved error handling for `helm` commands to provide clearer feedback when commands fail or outputs are invalid.
17+
18+
### Changed:
19+
- **Output File Naming**: Standardized file naming conventions for Helm snapshots to include timestamps and clearly distinguish between full snapshots and used values.
20+
- **Verbose Mode Improvements**: Enhanced verbosity messages to provide better visibility into the snapshotting process, particularly for Helm-related operations.
21+
722
## [0.0.9] - 2024-11-04
823

924
### Fixed:

0 commit comments

Comments
 (0)