8000 [release 1.1] Prepare release 1.1.1 (#3423) · kubernetes-sigs/gateway-api@9a0614f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a0614f

Browse files
authored
[release 1.1] Prepare release 1.1.1 (#3423)
* chore: update README and bundle version Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com> * chore: Changelog for 1.1.1 Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com> --------- Signed-off-by: Mattia Lavacca <lavacca.mattia@gmail.com>
1 parent 53ba0e3 commit 9a0614f

19 files changed

+54
-29
lines changed

CHANGELOG/1.1-CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22

33
## Table of Contents
44

5+
- [v1.1.1](#v111)
56
- [v1.1.0](#v110)
67
- [v1.1.0-rc2](#v110-rc2)
78
- [v1.1.0-rc1](#v110-rc1 10BC0 )
89

10+
# v1.1.1
11+
This is a patch release that fixes some issues with GRPCRoute v1alpha2 and session
12+
persistence, and backports some improvements on CI and the conformance suite. Details
13+
follow.
14+
15+
## Changes by Kind
16+
17+
### Bug Fixes
18+
19+
- Make GRPCRoute v1alpha2's status a subresource, and restore the previous additional
20+
printer columns (#3412, @kflynn)
21+
- Allow the header based session persistence not to have AbsoluteTimeout, by relaxing
22+
CEL validation (#3215, @sanposhiho)
23+
24+
### CI improvements
25+
26+
- Perform CEL validation tests for multiple Kubernetes versions (#3417, @mlavacca,
27+
@robscott)
28+
29+
### Conformance suite improvements
30+
31+
- Expose the gRPC client interface as a conformance suite option (#3095, @snehachhabria)
32+
933
# v1.1.0
1034
On behalf of Kubernetes SIG Network, we are pleased to announce the v1.1 release!
1135
This release includes the graduation of several features to GA, including both

README.md

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

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

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

1313
- `v1.GatewayClass`
1414
- `v1.Gateway`
1515
- `v1.HTTPRoute`
16+
- `v1.GRPCRoute`
1617

1718
For all the other APIs and their support levels please consult [the spec][spec].
1819

@@ -70,7 +71,7 @@ Participation in the Kubernetes community is governed by the
7071
[spec]: https://gateway-api.sigs.k8s.io/reference/spec/
7172
[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview
7273
[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model
73-
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0
74+
[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.1.1
7475
[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api
7576
[conformance-docs]: https://gateway-api.sigs.k8s.io/concepts/conformance/
7677
[reports-readme]: ./conformance/reports/README.md

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.

0 commit comments

Comments
 (0)
0