kubectl-gs release v2.22.0

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