Skip to content

KubeSnapIt Krew Release v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 14:37

[0.0.4] - 2024-10-22

Added

  • Separate Comparison Switches: Introduced two distinct switches for comparison:
    • -CompareWithCluster: Allows users to compare a snapshot against the current state of the Kubernetes cluster without requiring a namespace.
    • -CompareSnapshots: Allows users to compare two snapshots, enabling more flexible comparison options.

Changed

  • Refined Operation Logic: Improved the internal logic to handle operations more clearly using switch statements, ensuring that each operation (Snapshot, Compare, Restore) is handled independently without unnecessary dependencies.
  • Improved Error Messaging: Enhanced error messages for missing required parameters specific to each operation, providing clearer feedback to users.

Fixed

  • Namespace Requirement for Compare Operations: Resolved the issue where comparing snapshots against the cluster incorrectly enforced namespace requirements, allowing users to perform comparisons without specifying a namespace.