Skip to content

Commit 9316a62

Browse files
authored
Update the release process doc for conformance tests (#852)
1 parent 1f252c3 commit 9316a62

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/release-process.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ To create a new release, follow these steps:
3232
4. If a problem is found, prepare a fix PR, merge it into the main branch and return to the previous step.
3333
5. Create a release branch with a name that follows the `release-X.Y` format.
3434
6. Prepare and merge a PR into the release branch to update the repo files for the release:
35-
1. Update the tag of NKG container images used in the installation manifests and docs to `X.Y.Z`.
35+
1. Update the tag of NKG container images used in the installation manifests (both the
36+
[deployment manifest](../deploy/manifests/deployment.yaml) and the
37+
[provisioner manifest](../conformance/provisioner/provisioner.yaml)) and docs to `X.Y.Z`.
3638
2. Ensure that the `imagePullPolicy` is `IfNotPresent` in the installation manifests.
3739
3. Modify any `git clone` instructions to use `vX.Y.Z` tag.
38-
4. Adjust the `VERSION` variable in the [Makefile](../Makefile) to `X.Y.Z`.
40+
4. Adjust the `VERSION` variable in the [Makefile](../Makefile) and the `NKG_TAG` in the
41+
[conformance tests Makefile](../conformance/Makefile) to `X.Y.Z`.
3942
5. Update the [README](../README.md) to include information about the release.
4043
6. Update the [changelog](../CHANGELOG.md). The changelog includes only important (from the user perspective)
4144
changes to NKG. This is in contrast with the autogenerated full changelog, which is created in the next step. Use

0 commit comments

Comments
 (0)