Skip to content

Commit 76c3f4c

Browse files
authored
Adding changelog for v1.2.0 (#3374)
1 parent b311b1c commit 76c3f4c

20 files changed

+670
-31
lines changed

CHANGELOG/1.2-CHANGELOG.md

Lines changed: 640 additions & 1 deletion
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the specification and Custom Resource Definitions (CRDs).
66
## Status
77

88
The latest supported version is `v1` as released by
9-
the [v1.1.0 release][gh_release] of this project.
9+
the [v1.2.0 release][gh_release] of this project.
1010

1111
This version of the API is has GA level support for the following resources:
1212

@@ -71,7 +71,7 @@ Participation in the Kubernetes community is governed by the
7171
[spec]: https://gateway-api.sigs.k8s.io/reference/spec/
7272
[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview
7373
[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model
74-
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.1.0
74+
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.0
7575
[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api
7676
[conformance-docs]: https://gateway-api.sigs.k8s.io/concepts/conformance/
7777
[reports-readme]: ./conformance/reports/README.md

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following steps must be done by one of the [Gateway API maintainers][gateway
7070
- Run the `make build-install-yaml` command which will generate install files in the `release/` directory.
7171
Attach these files to the GitHub release.
7272
- Update the `README.md` and `site-src/guides/index.md` files to point links and examples to the new release.
73-
- Update the implementation table path (`nav.Implementations.Comparison`) in the nav of `mkdocs.yml` to point to the latest release file (for example Implementation Comparison points to `implmenetation-table-v1.1.0.md`). Add the now past version under `Past Version Comparisons`, and edit the text blurb in `mkdocs-generate-conformance.py` to also reflect the added past version.
73+
- Update the implementation table path (`nav.Implementations.Comparison`) in the nav of `mkdocs.yml` to point to the latest release file (for example Implementation Comparison points to `implmenetation-table-v1.2.0.md`). Add the now past version under `Past Version Comparisons`, and edit the text blurb in `mkdocs-generate-conformance.py` to also reflect the added past version.
7474

7575
#### For an **RC** release:
7676
- Update `pkg/consts/consts.go` with the new semver tag (like `v1.2.0-rc1`) and any updates to the API review URL.

config/crd/experimental/gateway.networking.k8s.io_backendlbpolicies.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_backendtlspolicies.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)