-
Notifications
You must be signed in to change notification settings - Fork 10
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(lbaas): add support for lb redirect rule status #351
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM at least 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left a couple of comments for small fixes.
upcloud/client/client.go
Outdated
@@ -16,7 +16,7 @@ import ( | |||
) | |||
|
|||
const ( | |||
Version string = "8.14.0" | |||
Version string = "8.15.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to bump the version here, let's use a separate release PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it back to 8.14.0. This was actually incremented by some bot commit, not sure why? Can you explain this one to me?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a GitHub action: https://github.com/UpCloudLtd/upcloud-go-api/blob/main/.github/workflows/user-agent.yml
Runs a script that greps the latest version from CHANGELOG.md 😄 Runs for PR commits
Co-authored-by: Ville Välimäki <[email protected]>
No description provided.