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

update buf-examples repo with latest plugins #33

Merged
merged 2 commits into from Dec 1, 2022

Conversation

pkwarren
Copy link
Member

@pkwarren pkwarren commented Nov 1, 2022

Update the examples in the buf-examples repository to use newer remote plugins syntax (introduced in Buf v1.8). Regenerate code using the latest plugins and enable dependabot to keep Github Actions up to date.

Update the examples in the buf-examples repository to use newer remote
plugins syntax (introduced in Buf v1.8). Regenerate code using the
latest plugins and enable dependabot to keep Github Actions up to date.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Copy link
Member Author

Choose a reason for hiding this comment

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

Noticed the github actions were pretty old - this should help keep them updated with new Buf CLI releases.

@@ -4,7 +4,7 @@ This repo houses example projects for learning how to use [Buf]. For more inform

## Version

The examples in this repo currently use version [1.5.0][version] of the [`buf` CLI][cli].
The examples in this repo currently use version [1.8.0][version] of the [`buf` CLI][cli].
Copy link
Member Author

Choose a reason for hiding this comment

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

Version 1.8.0 introduced the plugin key in buf.gen.yaml.

incompatible/acme/weather/v1/weather.proto:13:9:Field "2" on message "Location" changed name from "longitude" to "latitude_max".
incompatible/acme/weather/v1/weather.proto:18:1:Previously present reserved range "[5]" on message "Weather" was deleted.
incompatible/acme/weather/v1/weather.proto:36:1:Previously present RPC "GetWeather" on service "WeatherService" was deleted.
incompatible/acme/weather/v1/weather.proto:10:21:Enum value "1" on enum "Condition" changed name from "CONDITION_SUNNY" to "CONDITION_FOGGY".
Copy link
Member Author

Choose a reason for hiding this comment

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

Re-ran the command in the README and saw changes to line offsets (with Buf CLI v1.9.0).

@@ -4,4 +4,4 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: bcdcd1dee95c4277b2edbae6c21332a2
commit: 783e4b5374fa488ab068d08af9658438
Copy link
Member Author

Choose a reason for hiding this comment

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

We'll need someone with bufbot access to re-push linting/bad and linting/good to the BSR after this lands so that the modules reference a reachable googleapis commit.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added a new Github Actions workflow to automate BSR push of modules in this repository.

runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1.9.0
Copy link
Member

@mfridman mfridman Nov 2, 2022

Choose a reason for hiding this comment

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

Should we just pin this (and others) to the major @v1 to ensure this repository always works with the latest. In the odd change it'll allow us to address issues earlier.

Copy link
Member Author

Choose a reason for hiding this comment

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

Dependabot should keep it up to date (and if there is any issue, we should be able to troubleshoot it more easily if a build fails with an upgrade from a known version).

Copy link
Member

@mfridman mfridman left a comment

Choose a reason for hiding this comment

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

I think we'll need to wait for the docs to land, lgtm.

@pkwarren pkwarren merged commit 0fb2347 into main Dec 1, 2022
@pkwarren pkwarren deleted the pkw/BSR-762-remote-plugins branch December 1, 2022 15:48
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

2 participants