File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,13 @@ To create a new release, follow these steps:
32
32
4 . If a problem is found, prepare a fix PR, merge it into the main branch and return to the previous step.
33
33
5 . Create a release branch with a name that follows the ` release-X.Y ` format.
34
34
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 ` .
36
38
2 . Ensure that the ` imagePullPolicy ` is ` IfNotPresent ` in the installation manifests.
37
39
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 ` .
39
42
5 . Update the [ README] ( ../README.md ) to include information about the release.
40
43
6 . Update the [ changelog] ( ../CHANGELOG.md ) . The changelog includes only important (from the user perspective)
41
44
changes to NKG. This is in contrast with the autogenerated full changelog, which is created in the next step. Use
You can’t perform that action at this time.
0 commit comments