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

feat: add release channel support for pulsar cluster #44

Merged
merged 8 commits into from
May 6, 2024

Conversation

urfreespace
Copy link
Member

@urfreespace urfreespace commented Apr 28, 2024

fix #43

@urfreespace urfreespace requested a review from a team as a code owner April 28, 2024 03:44
Copy link
Member

@tuteng tuteng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run go generate ./... for update docs

Signed-off-by: lili <[email protected]>
"release_channel": {
Type: schema.TypeString,
Optional: true,
Default: "rapid",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the rapid channel used by default?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, on UI also uses the rapid as default

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, keep consistent with console UI

Optional: true,
Default: "rapid",
Description: descriptions["release_channel"],
ValidateFunc: validateNotBlank,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can add a function validateReleaseChannel to verify if it is lts, rapid or null.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, thanks.

Signed-off-by: lili <[email protected]>
Signed-off-by: lili <[email protected]>
@urfreespace
Copy link
Member Author

Please run go generate ./... for update docs

done, thanks.

Signed-off-by: lili <[email protected]>
Signed-off-by: lili <[email protected]>
Signed-off-by: lili <[email protected]>
Signed-off-by: lili <[email protected]>
@urfreespace urfreespace merged commit 3d3cf80 into main May 6, 2024
1 check passed
@urfreespace urfreespace deleted the support-release-channel branch May 6, 2024 04:04
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.

[feat]: support release channel on terraform provider
3 participants