Skip to content

Commit 7042cd8

Browse files
authored
Merge pull request #1814 from shaneutt/shaneutt/release-v0.6.2
Release v0.6.2
2 parents e5170d1 + abdc042 commit 7042cd8

File tree

59 files changed

+529
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+529
-72
lines changed

CHANGELOG.md

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

33
## Table of Contents
44

5+
- [v0.6.2](#v062)
56
- [v0.6.1](#v061)
67
- [v0.6.0](#v060)
78
- [v0.6.0-rc2](#v060-rc2)
@@ -22,6 +23,55 @@
2223
- [v0.1.0-rc2](#v010-rc2)
2324
- [v0.1.0-rc1](#v010-rc1)
2425

26+
# v0.6.2
27+
28+
This is a patch release that predominantly includes updated conformance tests
29+
for implementations to implement.
30+
31+
For all major changes since the `v0.5.x` release series, please see the
32+
[v0.6.0](/#v060) release notes.
33+
34+
## Maintenance
35+
36+
- As per [changes in upstream to container image registries] we replaced all
37+
usage of the k8s.gcr.io registry with registry.k8s.io.
38+
(#1736, @shaneutt)
39+
40+
[changes in upstream to container image registries]:https://github.com/kubernetes/k8s.io/issues/4738
41+
42+
## Bug Fixes
43+
44+
- Fix invalid HTTP redirect/rewrite examples.
45+
(#1787, @Xunzhuo)
46+
47+
## Conformance Test Updates
48+
49+
- The `HTTPRouteInvalidCrossNamespaceParentRef` conformance test now checks for
50+
the `NotAllowedByListeners` reason on the `HTTPRoute`'s `Accepted: false`
51+
condition to better indicate why the route was note accepted.
52+
(#1714, @skriss)
53+
- A conformance test was added for `HTTPRoute` to cover the behavior of a
54+
non-matching `SectionName` similar to what was already present for
55+
`ListenerPort`.
56+
(#1719, @zaunist)
57+
- Fixed an issue where tests may fail erroneously on the removal of resources
58+
that are already removed.
59+
(#1745, @mlavacca)
60+
- Logging in conformance utilities related to resource's `ObservedGeneration`
61+
has been improved to emit the `ObservedGenerations that are found for the
62+
purpose of making it easier to debug test failures and be more verbose about
63+
the objects in question.
64+
(#1761, @briantkennedy)
65+
(#1763, @briantkennedy)
66+
- Patch instead of update in some places in conformance tests to reduce noise
67+
in logs.
68+
(#1760, @michaelbeaumont)
69+
- Added `AttachedRoutes` testing to conformance tests.
70+
(#1624, @ChaningHwang)
71+
- The conformance tests always check that the HTTPRoute ResolvedRefs condition
72+
is enforced, even when the status is true.
73+
(#1668, @mlavacca)
74+
2575
# v0.6.1
2676

2777
This is a patch release that predominantly includes updated conformance tests

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.

config/crd/standard/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.

0 commit comments

Comments
 (0)