Skip to content

v1.15.0 suite.1

Shlomo Heigh edited this page Nov 30, 2022 · 4 revisions

Release v1.15.0+suite.1

The next planned release v1.15.0+suite.1 is Jan 2021. We ended up skipping December. The target dates are as follows:

  • Kick off held Nov 29, 2021.
  • Hand off to Technical Writers by Jan 21, 2021.
  • Release by Jan 31, 2021.

Release Checklist

Prepare New Release

  • 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 (with issue links):

    • [cyberark/conjur-api-python3]
    • [cyberark/secrets-providers-for-k8s]
    • [cyberark/secretless-broker]
  • 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:

    • cyberark/conjur - 1.15.0
    • cyberark/secrets-providers-for-k8s - 1.3.0
    • cyberark/conjur-service-broker - 1.2.3
    • cyberark/conjur-api-python3 - 7.1.0
  • Create a docs issue to add a new OSS suite release.

    Docs issue: ONYX-14385

  • 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: https://github.com/cyberark/conjur-oss-suite-release/pull/242

Definition of Done & Release Notes

  • Conjur product owner reviews and approves the PR. All changes are:
    • Complete and usable by users
    • Documented
  • 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 maintainer merges the PR and creates a tag.
  • Conjur maintainer copies the HTML release notes from the draft release to the docs issue.

Finalize Release

  • Technical writers publish the release notes.
  • Conjur maintainer publishes the draft GitHub release.