Skip to content

Commit fa44d16

Browse files
authored
Merge pull request #8 from KubeDeckio/add-helm-storage-backend-backup
Update CHANGELOG for version 0.0.12: correct release date and add Hel…
2 parents b9bd656 + a38bea8 commit fa44d16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.12] - 2024-12-08
7+
## [0.0.12] - 2024-12-10
88

99
### Added:
1010
- **Helm Backend Storage**: `$SnapshotHelm` now includes a backup of Helm backend storage (Secrets or ConfigMaps), ensuring that all metadata for Helm releases is captured in snapshots.

Private/Save-HelmBackup.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@ function Save-HelmBackup {
191191
}
192192
}
193193
}
194-
else {
195-
Write-Host "No Helm releases found in the namespace '$Namespace'." -ForegroundColor Yellow
196-
}
197194
}
198195

199196
try {

0 commit comments

Comments
 (0)