-
Notifications
You must be signed in to change notification settings - Fork 279
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
Ensure GitHub releases begin with v
#1782
Comments
Why is this a default behavior? I was just debugging some integration tests failing only to discover that a service failed to start Have you considered changing the default behavior? I can only assume how many users were affected by this typo today. |
The goal is to provide information when the release you're running is out of date, since there may be important security updates in new versions (as there is in the latest release of SpiceDB!) Note that this is supposed to fail gracefully and skip the check entirely if there is any issue with the GitHub API - the fact that it didn't is a bug (that is now fixed in head). This issue is just to follow up and make sure assumptions are always enforced by CD.
That's always a discussion to have, though this feature exists with the best of intentions. The good news is that this only happens on startup, so no stably-running SpiceDB instances were affected. |
What platforms are affected?
linux, macos, windows
What architectures are affected?
amd64, arm64
What SpiceDB version are you using?
v1.29.2
Steps to Reproduce
v
prefixExpected Result
Observe:
Actual Result
Note that the underlying cause of the panic is fixed, but since we have other assumptions in the release process that the version begins with a
v
, we should validate this.The text was updated successfully, but these errors were encountered: