You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping helm chart version to 1.0 before the release. Also added a snippet to the release doc for testing our examples. Fixed broken links in the release doc.
Copy file name to clipboardExpand all lines: docs/developer/release-process.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,23 @@ To create a new release, follow these steps:
28
28
format `Release X.Y.Z`.
29
29
2. Stop merging any new work into the main branch.
30
30
3. Test the main branch for release-readiness. For that, use the `edge` containers, which are built from the main
31
-
branch.
31
+
branch, and the [example applications](/examples).
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 Helm [Chart.yaml](../deploy/helm-chart/Chart.yaml): the `appVersion` to `X.Y.Z`, the icon and source
36
-
URLs to point at `vX.Y.Z`, and bump the `version`.
37
-
2. Adjust the `VERSION` variable in the [Makefile](../Makefile) and the `NGF_TAG` in the
38
-
[conformance tests Makefile](../conformance/Makefile) to `X.Y.Z`.
39
-
3. Update the tag of NGF container images used in the Helm [values.yaml](../deploy/helm-chart/values.yaml) file, the
40
-
[provisioner manifest](../conformance/provisioner/provisioner.yaml), and all docs to `X.Y.Z`.
41
-
4. Ensure that the `imagePullPolicy` is `IfNotPresent` in the Helm [values.yaml](../deploy/helm-chart/values.yaml)
35
+
1. Update the Helm [Chart.yaml](/deploy/helm-chart/Chart.yaml): the `appVersion` to `X.Y.Z`, the icon and source
36
+
URLs to point at `vX.Y.Z`.
37
+
2. Adjust the `VERSION` variable in the [Makefile](/Makefile) and the `NGF_TAG` in the
38
+
[conformance tests Makefile](/conformance/Makefile) to `X.Y.Z`.
39
+
3. Update the tag of NGF container images used in the Helm [values.yaml](/deploy/helm-chart/values.yaml) file, the
40
+
[provisioner manifest](/conformance/provisioner/provisioner.yaml), and all docs to `X.Y.Z`.
41
+
4. Ensure that the `imagePullPolicy` is `IfNotPresent` in the Helm [values.yaml](/deploy/helm-chart/values.yaml)
42
42
file.
43
43
5. Generate the installation manifests by running `make generate-manifests`.
44
44
6. Modify any `git clone` instructions to use `vX.Y.Z` tag.
45
45
7. Modify any docs links that refer to `main` to instead refer to `vX.Y.Z`.
46
-
8. Update the [README](../README.md) to include information about the release.
47
-
9. Update the [changelog](../CHANGELOG.md). The changelog includes only important (from the user perspective)
46
+
8. Update the [README](/README.md) to include information about the release.
47
+
9. Update the [changelog](/CHANGELOG.md). The changelog includes only important (from the user perspective)
48
48
changes to NGF. This is in contrast with the autogenerated full changelog, which is created in the next step. As
49
49
a starting point, copy the important features, bug fixes, and dependencies from the autogenerated draft of the
50
50
full changelog. This draft can be found under
@@ -54,8 +54,8 @@ To create a new release, follow these steps:
54
54
- Build NGF container images with the release tag `X.Y.Z` and push it to the registry.
55
55
- Package and publish the Helm chart to the registry.
56
56
- Create a GitHub release with an autogenerated changelog and attached release artifacts.
57
-
8. Prepare and merge a PR into the main branch to update the [README](../README.md) to include the information about the
58
-
latest release and also the [changelog](../CHANGELOG.md).
57
+
8. Prepare and merge a PR into the main branch to update the [README](/README.md) to include the information about the
58
+
latest release and also the [changelog](/CHANGELOG.md).
59
59
9. Close the issue created in Step 1.
60
60
10. Submit the `conformance-profile.yaml` artifact from the release to the [Gateway API repo](https://github.com/kubernetes-sigs/gateway-api/tree/main/conformance/reports).
0 commit comments