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

chore: Update STABLE_RELEASES for 0.43 #9931

Merged
merged 4 commits into from
Aug 16, 2021
Merged

Conversation

amaury1093
Copy link
Contributor

Description

Closes: #9116


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • added a changelog entry to CHANGELOG.md
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

* Breaking changes in Protobuf definitions, as specified in [ADR-044](./docs/architecture/adr-044-protobuf-updates-guidelines.md).
* Changes that introduces API breakages (e.g. public functions and interfaces removal/renaming).
* Client-breaking changes in gRPC and HTTP request and response types.
* CLI-breaking changes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We didn't decide if we're okay to backport CLI-breaking changes. I've heard both opinions, for and against.

My personal opinion is to forbid backporting CLI-breaking changes.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think lines 72, and 70 should have an exception carved out explicitly in the case of bugs

Copy link
Contributor Author

@amaury1093 amaury1093 Aug 16, 2021

Choose a reason for hiding this comment

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

@ValarDragon The way it's framed right now, 70-72 are breaking changes that should not go in a "Stable Release Update".

In case of breaking bugs, they are handled by SRE:

In some circumstances, PRs that don't meet the aforementioned criteria might be raised and asked to be granted a Stable Release Exception.
** describe Stable Release Exception **

@amaury1093 amaury1093 marked this pull request as ready for review August 13, 2021 13:57
@amaury1093 amaury1093 mentioned this pull request Aug 13, 2021
42 tasks
@amaury1093 amaury1093 changed the title chore: Update STABLE_RELEASES chore: Update STABLE_RELEASES for 0.43 Aug 13, 2021
@amaury1093
Copy link
Contributor Author

ping @robert-zaremba, would also like you to have a look

@orijbot
Copy link

orijbot commented Aug 16, 2021

@alexanderbez alexanderbez merged commit e0096c2 into master Aug 16, 2021
@alexanderbez alexanderbez deleted the am/stable-releases branch August 16, 2021 13:10
mergify bot pushed a commit that referenced this pull request Aug 16, 2021
@@ -58,43 +58,53 @@ To smoothen the update to the latest stable release, the SDK includes a set of C
* Bugs that may cause **loss of user's data**.
* Other safe cases:
* Bugs which don't fit in the aforementioned categories for which an obvious safe patch is known.
* Relatively small yet strictly non-breaking features with strong support from the community.
Copy link
Collaborator

Choose a reason for hiding this comment

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

very good framing 👍

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.

v0.43 Release QA
6 participants