Skip to content

Commit 9b0bda4

Browse files
authored
Update CHANGELOG with v1.2.0-rc2 details (#3363)
Signed-off-by: Nick Young <[email protected]>
1 parent ff6e320 commit 9b0bda4

18 files changed

+63
-27
lines changed

CHANGELOG/1.2-CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,44 @@
22

33
## Table of Contents
44

5+
- [v1.2.0-rc2](#v120-rc2)
56
- [v1.2.0-rc1](#v120-rc1)
67

8+
# v1.2.0-rc2
9+
10+
This release candidate should be the same as the final v1.2.0 release.
11+
12+
This release candidate is suitable for implementors, but we do not recommend
13+
shipping products based on a release candidate API due to the possibility of
14+
incompatible changes prior to the final release. The following represents the
15+
changes since v1.2.0-rc1:
16+
17+
## Breaking Changes
18+
19+
### `GRPCRoute` and `ReferenceGrant` `v1alpha2` removal
20+
21+
As per a previous deprecation notice, in this version, both Experimental
22+
and Standard channel YAMLs will no longer serve the `v1alpha2` versions
23+
of `GRPCRoute` and `ReferenceGrant`.
24+
25+
For the final release, we will provide pre-upgrade migration instructions
26+
to cover folks who have been using the `v1alpha2` versions of these objects.
27+
28+
* Disable v1alpha2 versions for GRPCRoute and ReferenceGrant by @youngnick in
29+
[#3361](https://github.com/kubernetes-sigs/gateway-api/pull/3361)
30+
31+
## Documentation Changes
32+
33+
* Fix a number of GEP stage errors by @youngnick in
34+
[#3359](https://github.com/kubernetes-sigs/gateway-api/pull/3359)
35+
36+
## Testing and Conformance changes
37+
38+
* Add conformance suite client options by @BobyMCbobs in
39+
[#3343](https://github.com/kubernetes-sigs/gateway-api/pull/3343)
40+
* Fix conformance test race condition by @caboteria in
41+
[#3350](https://github.com/kubernetes-sigs/gateway-api/pull/3350)
42+
743
# v1.2.0-rc1
844

945
We expect that this release candidate is quite close to the final v1.2.0

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.

config/crd/experimental/gateway.networking.k8s.io_tcproutes.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_tlsroutes.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)