Skip to content

docs: describe the release process#131

Open
fmuyassarov wants to merge 1 commit intokubernetes-sigs:mainfrom
Nordix:docs/release-process
Open

docs: describe the release process#131
fmuyassarov wants to merge 1 commit intokubernetes-sigs:mainfrom
Nordix:docs/release-process

Conversation

@fmuyassarov
Copy link
Copy Markdown
Member

What type of PR is this?

/kind documentation

What this PR does / why we need it:

Add a release process docucment

Which issue(s) this PR is related to:

Partially related to #128

Special notes for your reviewer:

Depends on #130

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 6, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fmuyassarov
Once this PR has been reviewed and has the lgtm label, please assign danwinship for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 6, 2026
Copy link
Copy Markdown
Contributor

@michaelasp michaelasp left a comment

Choose a reason for hiding this comment

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

Lgtm overall, should we wait for #130 to land before merging the docs?

@fmuyassarov
Copy link
Copy Markdown
Member Author

Lgtm overall, should we wait for #130 to land before merging the docs?

Yes. Totally forgot to add the hold label
/hold
depends on #130

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 6, 2026
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
@fmuyassarov fmuyassarov force-pushed the docs/release-process branch from c0d84cb to cfbe90e Compare April 7, 2026 06:56
Copy link
Copy Markdown
Member

@gauravkghildiyal gauravkghildiyal left a comment

Choose a reason for hiding this comment

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

Thanks @fmuyassarov. This is gonna be really helpful.

I've left a few suggestions.

to help with release notes generation. Among several other helpful features,
it can help extract release notes from the PR description.
DRANET releases both a container image and a Helm chart as OCI artifacts, both
promoted through the Kubernetes image promotion pipeline.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can we please link to the standard process which we are following for future references https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/README.md

--github-repo dranet \
--branch main \
--start-rev vX.Y.Z-1 \
--end-rev vX.Y.Z \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we keep Generate release notes section as the second step, given we've not yet generated this tag?

```
Review and edit `release-notes.md`.

## 2. Push a release tag
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Before creating the tag, we'd like to create a release branch. Let's focus on a major/minor kind of release (and appropriately name this section because the steps for a patch release could slightly differ)

For example, we create a new release branch release-1.1 and then a corresponding tag within this branch v1.1.0.


## 3. Cloud Build produces staging artifacts

Cloud Build runs `make ensure-helm release`, which:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

(Based on the outcome from the other question in #130 (comment), lets update this, or resolve the comment if no action is needed)

"sha256:<CHART_DIGEST>": ["X.Y.Z"]
```

Once the PR is merged, the `post-k8sio-image-promo` postsubmit job in kubernetes/test-infra will promote both artifacts from `gcr.io/k8s-staging-networking` to `registry.k8s.io/networking`.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: Can we link to https://testgrid.k8s.io/sig-k8s-infra-k8sio#post-k8sio-image-promo as well? (I assume this is the correct one right)


## 7. Publish the GitHub Release

Publish the release notes prepared in step 1 as a [GitHub Release](https://github.com/kubernetes-sigs/dranet/releases/new) against the tag. At this point all artifacts are available at `registry.k8s.io` and the release is safe to announce in [#wg-device-management](https://kubernetes.slack.com/archives/C0409NGC1TK) Slack group.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If we are include working groups, let's include sig-network as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/documentation Categorizes issue or PR as related to documentation. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants