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

V2: Fix Connect-Query v2.0.0-beta.1 in connect-migrate #1266

Merged

Conversation

timostamm
Copy link
Member

Missed some TODOs in #1264.

@@ -119,7 +118,7 @@ const bufGenYamlMigrations: BufGenYamlMigration[] = [
updatePlugin: {
remote: "buf.build/connectrpc/query-es",
from: "^1.0.0",
to: "1.4.2", // TODO
to: targetVersionConnectQuery,
Copy link
Member Author

@timostamm timostamm Oct 10, 2024

Choose a reason for hiding this comment

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

This will update the remote plugin in buf.gen.yaml to the beta version, which will not be available as a pre-release (only stable versions are). I think that's acceptable, since the migration is also beta.

@timostamm timostamm merged commit bc11967 into v2 Oct 10, 2024
46 checks passed
@timostamm timostamm deleted the tstamm/Fix-Connect-Query-v2.0.0-beta.1-in-connect-migrate branch October 10, 2024 15:53
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.

2 participants