Skip to content

Commit c672930

Browse files
authored
Merge pull request #965 from robscott/changelog-0.4.1
Updating changelog for v0.4.1
2 parents 1b0c4f7 + 29e228f commit c672930

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [v0.4.1](#v041)
56
- [v0.4.0](#v040)
67
- [v0.4.0-rc2](#v040-rc2)
78
- [v0.4.0-rc1](#v040-rc1)
@@ -11,6 +12,21 @@
1112
- [v0.1.0-rc2](#v010-rc2)
1213
- [v0.1.0-rc1](#v010-rc1)
1314

15+
## v0.4.1
16+
17+
API version: v1alpha2
18+
19+
This release contains minor bug fixes for v1alpha2.
20+
21+
### Bug Fixes
22+
23+
* ControllerName now prints correctly in kubectl output for GatewayClass
24+
[#909](https://github.com/kubernetes-sigs/gateway-api/pull/909)
25+
* Namespace can no longer be left unspecified in ReferencePolicy
26+
[#964](https://github.com/kubernetes-sigs/gateway-api/pull/964)
27+
* Wildcard characters can no longer be used in redirect Hostname values
28+
[#956](https://github.com/kubernetes-sigs/gateway-api/pull/956)
29+
1430
## v0.4.0
1531

1632
API version: v1alpha2

0 commit comments

Comments
 (0)