Skip to content

v2.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 15:06
b0b9e93

Changed

  • Renamed local flags, whose names conflicted with global flags and deprecated local flags with the old names
    • --namespace in kubectl gs gitops add app has been deprecated and replaced with --target-namespace
    • --namespace in kubectl gs template app has been deprecated and replaced with --target-namespace
    • --cluster in kubectl gs template app has been deprecated and replaced with --cluster-name
    • --namespace in kubectl gs template catalog has been deprecated and replaced with --target-namespace

Added

  • Added a test to detect local flags with names conflicting with global flag names