From 131d18d0a1635b08c23f215dae9599ff6e9f9bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ko=C5=82odziejczak?= <69915024+kolodziejczak@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:30:57 +0200 Subject: [PATCH] RN for fix in APIRule v2alpha1 hosts validation (#1400) * RN for fix in APIRule v2alpha1 hosts validation * Update docs/release-notes/2.8.0.md Co-authored-by: Natalia Sitko <80401180+nataliasitko@users.noreply.github.com> --------- Co-authored-by: Natalia Sitko <80401180+nataliasitko@users.noreply.github.com> --- docs/release-notes/2.8.0.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/2.8.0.md b/docs/release-notes/2.8.0.md index 0b8119552..936fce65b 100644 --- a/docs/release-notes/2.8.0.md +++ b/docs/release-notes/2.8.0.md @@ -5,4 +5,5 @@ ## Bug fixes -- Remove hard dependency to Gardener DNSEntry and Certificate resources and handle them on-demand if they are present [#1341](https://github.com/kyma-project/api-gateway/pull/1341) \ No newline at end of file +- Remove hard dependency to Gardener DNSEntry and Certificate resources and handle them on-demand if they are present [#1341](https://github.com/kyma-project/api-gateway/pull/1341) +- Fix FQDN validation for the **hosts** field entries in APIRule `v2alpha1`, allowing for one-character long labels and two-character top-level domains [#1376](https://github.com/kyma-project/api-gateway/pull/1376) \ No newline at end of file