... | @@ -28,20 +28,20 @@ Streams |
... | @@ -28,20 +28,20 @@ Streams |
|
Update Policy
|
|
Update Policy
|
|
-------------
|
|
-------------
|
|
|
|
|
|
Each platform stream has different update policy since they targets different use cases.
|
|
Each platform stream has a different update policy since they target different use cases.
|
|
|
|
|
|
* **ELT Platform Next**
|
|
* **ELT Platform Next**
|
|
* No restrictions on braking changes
|
|
* No restrictions on braking changes.
|
|
* Ideally teams coordinate updates to avoid packages breaks
|
|
* Ideally teams coordinate updates to avoid broken packages.
|
|
* **Yearly Branches**
|
|
* **Yearly Branches**
|
|
* Projects may introduce breaking changes only till the release date scheduled in XXX.
|
|
* Projects may introduce breaking changes only till the release date scheduled in XXX.
|
|
* Breaking changes that are unanimously agreed between all affected projects are allowed.
|
|
* Breaking changes that are unanimously agreed between all affected projects are allowed.
|
|
* Updates containing bug-fixes and new features are allowed and can be merged any time.
|
|
* Updates containing bug fixes and new features are allowed and can be merged at any time.
|
|
* All updates has to pass staging pipelines before provided to users.
|
|
* All updates have to pass staging pipelines before being provided to users.
|
|
* Each broken test has to be examined individually. I.e. flaky test or improper API usage doesn't block the update.
|
|
* Each broken test has to be examined individually. I.e. flaky test or improper API usage doesn't block the update.
|
|
* **Release Branches**
|
|
* **Release Branches**
|
|
* Any update has to be unanimously agreed by owners of the release branch
|
|
* Any update has to be unanimously agreed upon by owners of the release branch.
|
|
* All updates has to pass staging pipelines before provided to users.
|
|
* All updates have to pass staging pipelines before being provided to users.
|
|
|
|
|
|
## Versioning
|
|
## Versioning
|
|
|
|
|
... | | ... | |