Skip to content

Commit d259f20

Browse files
committed
Refactor output formatting in Compare-KubeSnapshots.ps1
Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com>
1 parent fafa2bc commit d259f20

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.5] - 2024-10-22
8+
9+
### Fixed
10+
- **Function Execution Logic**: Addressed the issue where the function was incorrectly requiring a namespace for comparison operations, ensuring that users can now run comparisons against the cluster or between snapshots without needing to specify a namespace.
11+
712
## [0.0.4] - 2024-10-22
813

914
### Added

KubeSnapIt.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'KubeSnapIt.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.4'
15+
ModuleVersion = '0.0.5'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

KubeSnapIt.psm1

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,4 @@ function Invoke-KubeSnapIt {
211211
return
212212
}
213213
}
214-
}
215-
216-
217-
Invoke-KubeSnapIt -InputPath "C:\Users\rhooper\OneDrive - Intercept\Documents\Git\KubeDeck\snapshot\ConfigMap_task-scheduler-configmap_2024-10-22_15-04-47.yaml" -CompareWithCluster -verbose
214+
}

0 commit comments

Comments
 (0)