Each OSDU milestone starts with about 1.5 months of development, following the code tagging process, deployment into pre shipping environment by CSP teams, and validation in pre shipping environment.
The code freeze date is important milestone for development teams. Below is the current planned date for code freeze for upcoming milestones:
- M5:
- M6: end of May - May 28, 2021
- M7: mid of Jul - Jul 16, 2021
- M8: end of Aug - Aug 27, 2021
# Creation Process
# Creation Process
## Creating a new Release
## Creating a new Release
...
@@ -44,4 +56,4 @@ Once created, the tag will run a full protected pipeline as well.
...
@@ -44,4 +56,4 @@ Once created, the tag will run a full protected pipeline as well.
If a new patch is needed on a particular service, simply add the new commits to the release branch, either with cherry picks or merges.
If a new patch is needed on a particular service, simply add the new commits to the release branch, either with cherry picks or merges.
Then, wait for the new pipeline to succeed, and create a new tag on the branch incrementing the patch number (for example, "vX.Y.1").
Then, wait for the new pipeline to succeed, and create a new tag on the branch incrementing the patch number (for example, "vX.Y.1").
If new CI-CD Pipelines are needed for the patch, don't forget to update the `.gitlab-ci.yml` file to reference the new version of the CI-CD includes.
If new CI-CD Pipelines are needed for the patch, don't forget to update the `.gitlab-ci.yml` file to reference the new version of the CI-CD includes.