Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport-2.1: cli: Fix support for deprecated --http-host flag #29220

Merged
merged 1 commit into from
Aug 29, 2018

Conversation

a-robinson
Copy link
Contributor

Backport 1/1 commits from #29213.

/cc @cockroachdb/release


It looks like we accidentally stopped registering the --http-host flag
in the cli package's init function recently, which completely removed
support for --http-host rather than the intended effect of deprecating
(but continuing to allow) it.

Also make the handling of deprecated/alias flags more consistent with
each other while I'm here.

Release note (bug fix): Fix support for --http-host flag that was broken
in previous 2.1 beta releases.

It looks like we accidentally stopped registering the --http-host flag
in the cli package's init function recently, which completely removed
support for --http-host rather than the intended effect of deprecating
(but continuing to allow) it.

Also make the handling of deprecated/alias flags more consistent with
each other while I'm here.

Release note (bug fix): Fix support for --http-host flag that was broken
in previous 2.1 beta releases.
@a-robinson a-robinson requested a review from knz August 28, 2018 22:26
@a-robinson a-robinson requested a review from a team as a code owner August 28, 2018 22:26
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@a-robinson a-robinson merged commit 98f7f44 into cockroachdb:release-2.1 Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants