v0.6.2 #1820
shaneutt
announced in
Announcements
v0.6.2
#1820
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
API versions:
v1beta1
,v1alpha2
This is a patch release that predominantly includes updated conformance tests
for implementations to implement.
For all major changes since the
v0.5.x
release series, please see thev0.6.0 release notes.
Maintenance
usage of the k8s.gcr.io registry with registry.k8s.io.
(chore: replace usage of the deprecated k8s.gcr.io registry #1736, @shaneutt)
Bug Fixes
(fix: remove invalid redirect examples #1787, @Xunzhuo)
Conformance Test Updates
HTTPRouteInvalidCrossNamespaceParentRef
conformance test now checks forthe
NotAllowedByListeners
reason on theHTTPRoute
'sAccepted: false
condition to better indicate why the route was note accepted.
(conformance: check reason in HTTPRouteInvalidCrossNamespaceParentRef test #1714, @skriss)
HTTPRoute
to cover the behavior of anon-matching
SectionName
similar to what was already present forListenerPort
.(Add missing sectionName conformance test #1719, @zaunist)
that are already removed.
(chore: cleanup err check in conformance tests #1745, @mlavacca)
ObservedGeneration
has been improved to emit the `ObservedGenerations that are found for the
purpose of making it easier to debug test failures and be more verbose about
the objects in question.
(Log Generation / Observed generation. #1761, @briantkennedy)
(Improve conformance test log message. #1763, @briantkennedy)
in logs.
(conformance: use Patch to make ObservedGeneration tests robust against conflicts #1760, @michaelbeaumont)
AttachedRoutes
testing to conformance tests.(conformance: add attachedRoutes to conformance tests #1624, @ChaningHwang)
is enforced, even when the status is true.
(conformance: HTTPRoute resolvedRefs condition always checked #1668, @mlavacca)
This discussion was created from the release v0.6.2.
Beta Was this translation helpful? Give feedback.
All reactions