Skip to content

Commit d2344ea

Browse files
committed
docs: add v0.6.1 changelog
1 parent c36416c commit d2344ea

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

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

33
## Table of Contents
44

5+
- [v0.6.1](#v061)
56
- [v0.6.0](#v060)
67
- [v0.6.0-rc2](#v060-rc2)
78
- [v0.6.0-rc1](#v060-rc1)
@@ -21,6 +22,59 @@
2122
- [v0.1.0-rc2](#v010-rc2)
2223
- [v0.1.0-rc1](#v010-rc1)
2324

25+
# v0.6.1
26+
27+
This is a patch release that predominantly includes updated conformance tests
28+
for implementations to implement.
29+
30+
For all major changes since the `v0.5.x` release series, please see the
31+
[v0.6.0](/#v060) release notes.
32+
33+
## Bug Fixes
34+
35+
- Our regex for validating path characters was updated to accurately identify
36+
"p-chars" as per RFC-3986.
37+
(#1644, @jackstine)
38+
- An erroneous "namespace" field was present in our webhook ClusterRoleBindings
39+
and has been removed.
40+
(#1684, @tao12345666333)
41+
42+
## New Features
43+
44+
- Conditions for Policies have been added to the Golang library, enabling
45+
Go-based implementations to re-use those for their downstream Policies.
46+
(#1682, @mmamczur)
47+
48+
## Conformance Test Updates
49+
50+
- Added conformance tests for checking Port, Scheme and Path to the extended and
51+
experimental features.
52+
(#1611, @LiorLieberman)
53+
- Added conformance tests for HTTP rewrite
54+
(#1622, #1628, @LiorLieberman)
55+
- Added more conformance tests for path matching to catch known edge cases.
56+
(#1627, @sunjayBhatia)
57+
- Added some initial conformance tests for TLSRoute passthrough.
58+
(#1579, @candita)
59+
- Added conformance tests that exercise NotAllowedByListeners reason.
60+
(#1669, @mlavacca)
61+
- Loosen the Accepted check in GatewayClass observed generation tests to
62+
provide a more realistic test for implementations.
63+
(#1655, @arkodg)
64+
- A "SkipTests" field has been added to accomodate implementations in
65+
running subsets of the tests as needed, this can be particularly helpful
66+
for new implementations that want to add conformance iteratively.
67+
(#1578, @mlavacca)
68+
- Fixed a broken test for GRPCRoute that caused an erronous failure.
69+
(#1692, @arkodg)
70+
- Added "all-features" flag to conformance test to enable all supported
71+
features on test runs.
72+
(#1642, @gyohuangxin)
73+
- Fixed usage of `net/http` default client in conformance test suite
74+
(#1617, @howardjohn)
75+
- Fixed missing reference to NoMatchingParent in godoc
76+
(#1671, @mlavacca)
77+
2478
# v0.6.0
2579

2680
## Major Changes

0 commit comments

Comments
 (0)