-
Notifications
You must be signed in to change notification settings - Fork 2
v1.10.0 suite.1
-
Check the Jenkins dashboard to ensure builds are green.
-
If any builds have recently not been green, review the project and determine whether updates are required pre-release.
Components requiring updates pre-suite release:
- Ruby client - cyberark/conjur-api-ruby#181
-
Review the unreleased changes in the wiki. Determine whether any additional releases will be required before creating a new suite release.
Components requiring releases pre-suite release:
- Ruby client - cyberark/conjur-api-ruby#182
-
Create a docs issue to add a new OSS suite release.
Docs issue: cyberark/conjur-docs#1208
-
Create a PR to update the suite.yml to include updated versions. Include a draft of the markdown release notes by running the following command in your release branch:
summon -p keyring.py \ --yaml 'GITHUB_TOKEN: !var github/api_token' \ ./parse-changelogs \ -v {suite release version} \ -t release \ -o RELEASE_NOTES.md
PR link: [cyberark/conjur-oss-suite-release#188](https://github.com/cyberark/conjur-oss-suite-release/issues/188
-
Conjur product manager reviews the PR and adds "What's new" text in a comment.
-
PR is updated to include "What's new" text.
-
Conjur maintainer reviews and approves the PR, ensuring the PR checklist is complete for a release.
-
Conjur product owner reviews and approves the PR.
-
Conjur maintainer merges the PR and creates a tag.
-
Conjur maintainer copies the HTML release notes from the draft release to the docs issue.
-
Technical writers publish the release notes. Any additional docs are also published:
- GCP authenticator documentation (not including support for Google Cloud Functions)
-
Conjur maintainer publishes the draft GitHub release.