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

ci: don't pin version of buf #181

Merged
merged 3 commits into from
Jul 22, 2024
Merged

ci: don't pin version of buf #181

merged 3 commits into from
Jul 22, 2024

Conversation

ewanharris
Copy link
Member

@ewanharris ewanharris commented Jul 16, 2024

Description

Instead we will use the version that correlates to the action version, so an action upgrade means that we will be running that version of buf in CI. The default for the version parameter is changed every buf/buf-setup-action releases, so an upgrade of the action is an upgrade of buf.

Looking through the git blame I don't see a reason why we're pinning buf, it seems to be in place since this repo was started and then sporadically updated.

References

Review Checklist

  • I have clicked on "allow edits by maintainers".
  • I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
  • The correct base branch is being used, if not main
  • I have added tests to validate that the change in functionality is working as expected

@ewanharris ewanharris requested a review from a team as a code owner July 16, 2024 17:05
@ewanharris ewanharris merged commit a9261bb into main Jul 22, 2024
7 checks passed
@ewanharris ewanharris deleted the ci/remove-buf-pinning branch July 22, 2024 08:45
ewanharris added a commit that referenced this pull request Jul 23, 2024
ci: don't pin version of buf (#181)

* ci: don't pin version of buf

Instead we will use the version that correlates to the action version

* chore(deps): update buf-setup-action version

* style: run buf format to make formatting changes
ewanharris added a commit that referenced this pull request Jul 23, 2024
* setup feat/stronger-consistency branch

* feat: add query consistency params (#170)

* feat: add consistency enum parameter for query APIs

* fix CI workflow branch name

* ignore enum suffix lint rule

* ignore enum val prefix lint warning

* fix up generated files

* docs formatting fix

* review feedback: update enum vals for future additions, update docs

* fix up docs clarification for all endpoints

* feat: add consistency options to StreamedListObjects

* doc: correct consistency reference in doc string (#182)

* doc: correct consistency reference in doc string

* chore: remove dx from codeowners as we're moving off feature branch

* Merge main int feat/stronger-consistency-options (#184)

ci: don't pin version of buf (#181)

* ci: don't pin version of buf

Instead we will use the version that correlates to the action version

* chore(deps): update buf-setup-action version

* style: run buf format to make formatting changes

---------

Co-authored-by: Jim Anderson <[email protected]>
Co-authored-by: Raghd Hamzeh <[email protected]>
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

3 participants