Skip to content

Commit

Permalink
Merge branch 'main' into listen-localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog authored Oct 16, 2023
2 parents 59ffdb4 + b3847ce commit 8abe9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Changed

- Make the `--organization` flag visible when templating App CR.

### Fixed

- `kubectl-gs login`: listen only on localhost for callbacks
Expand Down
2 changes: 0 additions & 2 deletions cmd/template/app/flag.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ func (f *flag) Init(cmd *cobra.Command) {

_ = cmd.Flags().MarkDeprecated(flagNamespace, fmt.Sprintf("use --%s instead", flagTargetNamespace))
_ = cmd.Flags().MarkDeprecated(flagCluster, fmt.Sprintf("use --%s instead", flagClusterName))

_ = cmd.Flags().MarkHidden(flagOrganization)
}

func (f *flag) Validate() error {
Expand Down

0 comments on commit 8abe9e6

Please sign in to comment.