Skip to content

Commit 29cce2a

Browse files
authored
chore(1.4.1): CHANGELOG and version updates (#4317)
* chore(CHANGELOG): 1.4.1 (and, honestly, final 1.4.0) CHANGELOG Signed-off-by: Flynn <emissary@flynn.kodachi.com> * chore(v1.4.1): bump version numbers for 1.4.1 Signed-off-by: Flynn <emissary@flynn.kodachi.com> --------- Signed-off-by: Flynn <emissary@flynn.kodachi.com>
1 parent 2ad4863 commit 29cce2a

20 files changed

+70
-20
lines changed

CHANGELOG/1.4-CHANGELOG.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,60 @@
22

33
## Table of Contents
44

5+
- [v1.4.1](#v141)
6+
- [v1.4.0](#v140)
57
- [v1.4.0-rc.2](#v140-rc2)
68
- [v1.4.0-rc.1](#v140-rc1)
79

10+
# v1.4.1
11+
12+
## Changes Since v1.4.0
13+
14+
### BackendTLSPolicy
15+
16+
- BackendTLSPolicy supports only a single `targetRef` per policy while Gateway API works through edge cases around representing the status of multiple `targetRefs` in a single policy. This restriction is expected to be lifted in a future release. ([#4316], [#4298])
17+
- SAN validation in BackendTLSPolicy is correctly marked as standard. ([#4194])
18+
- BackendTLSPolicy `status` is correctly marked as a subresource. ([#4245])
19+
20+
### Conformance
21+
22+
- Conformance tests for mesh routing with weights have been made faster. ([#4315])
23+
- BackendTLSPolicy conformance tests are included in the GATEWAY-HTTP profile. ([#4223])
24+
25+
### Thanks to
26+
27+
[Ciara Stacke], [Lior Lieberman], [Nick Young], [Norwin Schnyder], [Ricardo Pchevuzinske Katz], and [zirain]
28+
29+
[Ciara Stacke]:https://github.com/ciarams87
30+
[Lior Lieberman]:https://github.com/LiorLieberman
31+
[Nick Young]:https://github.com/youngnick
32+
[Norwin Schnyder]:https://github.com/snorwin
33+
[Ricardo Pchevuzinske Katz]:https://github.com/rikatz
34+
[zirain]:https://github.com/zirain
35+
36+
[#4194]: https://github.com/kubernetes-sigs/gateway-api/pull/4194
37+
[#4223]: https://github.com/kubernetes-sigs/gateway-api/pull/4223
38+
[#4245]: https://github.com/kubernetes-sigs/gateway-api/pull/4245
39+
[#4298]: https://github.com/kubernetes-sigs/gateway-api/pull/4298
40+
[#4315]: https://github.com/kubernetes-sigs/gateway-api/pull/4315
41+
[#4316]: https://github.com/kubernetes-sigs/gateway-api/pull/4316
42+
43+
## Full Changelog
44+
45+
**Full Changelog**: https://github.com/kubernetes-sigs/gateway-api/compare/v1.4.0...v1.4.1
46+
47+
# v1.4.0
48+
49+
## Changes Since v1.4.0-rc.2
50+
51+
* conformance: make backend TLS tests IPv6-safe by @howardjohn in https://github.com/kubernetes-sigs/gateway-api/pull/4120
52+
53+
## Full Changelog
54+
55+
**Full Changelog**: https://github.com/kubernetes-sigs/gateway-api/compare/v1.4.0-rc.2...v1.4.0
56+
57+
# v1.4.0-rc.2
58+
859
## Changes Since v1.4.0-rc.1
960

1061
* Allow preprepared CoreDNS image to be used by @aaronjwood in https://github.com/kubernetes-sigs/gateway-api/pull/3906
@@ -21,7 +72,6 @@
2172
* Removing experimental annotation from SupportedFeatures in GWC Status. by @bexxmodd in https://github.com/kubernetes-sigs/gateway-api/pull/4115
2273
* conformance: fix invalid BackendTLSPolicy conformance test by @howardjohn in https://github.com/kubernetes-sigs/gateway-api/pull/4105
2374
* fix: use inferred supported features to set extendedSupportedFeatures by @snorwin in https://github.com/kubernetes-sigs/gateway-api/pull/4113
24-
* conformance: make backend TLS tests IPv6-safe by @howardjohn in https://github.com/kubernetes-sigs/gateway-api/pull/4120
2575
* concepts/tooling.md: Add Headlamp tool by @illume in https://github.com/kubernetes-sigs/gateway-api/pull/4083
2676
* docs: update implements page by @zirain in https://github.com/kubernetes-sigs/gateway-api/pull/3996
2777
* Fix broken link in TLS Configuration page by @4n86rakam1 in https://github.com/kubernetes-sigs/gateway-api/pull/4091

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.

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