From 046f69a0d5eb9bb27e1a5c61ae1f75df05c04fdf Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 13 Feb 2024 11:12:31 -0500 Subject: [PATCH 1/4] changelog Signed-off-by: Sunjay Bhatia --- changelogs/CHANGELOG-v1.28.1.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 changelogs/CHANGELOG-v1.28.1.md diff --git a/changelogs/CHANGELOG-v1.28.1.md b/changelogs/CHANGELOG-v1.28.1.md new file mode 100644 index 00000000000..1be029afa75 --- /dev/null +++ b/changelogs/CHANGELOG-v1.28.1.md @@ -0,0 +1,24 @@ +We are delighted to present version v1.28.1 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters. + +- [All Changes](#all-changes) +- [Installing/Upgrading](#installing-and-upgrading) +- [Compatible Kubernetes Versions](#compatible-kubernetes-versions) + +# All Changes + +- Fix data race in BackendTlSPolicy status update logic. + +# Installing and Upgrading + +For a fresh install of Contour, consult the [getting started documentation](https://projectcontour.io/getting-started/). + +To upgrade an existing Contour installation, please consult the [upgrade documentation](https://projectcontour.io/resources/upgrading/). + + +# Compatible Kubernetes Versions + +Contour v1.28.1 is tested against Kubernetes 1.27 through 1.29. + + +# Are you a Contour user? We would love to know! +If you're using Contour and want to add your organization to our adopters list, please visit this [page](https://projectcontour.io/resources/adopters/). If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this [GitHub thread](https://github.com/projectcontour/contour/issues/1269). From 379ed493ee0506d46e4ba1856734535aa641acff Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 13 Feb 2024 11:13:03 -0500 Subject: [PATCH 2/4] compat matrix Signed-off-by: Sunjay Bhatia --- site/content/resources/compatibility-matrix.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/resources/compatibility-matrix.md b/site/content/resources/compatibility-matrix.md index b3a8c43f71c..c00f4f0b41f 100644 --- a/site/content/resources/compatibility-matrix.md +++ b/site/content/resources/compatibility-matrix.md @@ -11,6 +11,7 @@ These combinations of versions are specifically tested in CI and supported by th | Contour Version | Envoy Version | Kubernetes Versions | Gateway API Version | | --------------- | :------------------- | ------------------- | --------------------| | main | [1.29.1][46] | 1.29, 1.28, 1.27 | [1.0.0][110] | +| 1.28.1 | [1.29.1][46] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.28.0 | [1.29.1][46] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.27.1 | [1.28.1][47] | 1.28, 1.27, 1.26 | [0.8.1][109] | | 1.27.0 | [1.28.0][45] | 1.28, 1.27, 1.26 | [0.8.1][109] | From 3bd4506a6d3f9e2d0f43fe8afdb1d3a9a969815e Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 13 Feb 2024 11:13:42 -0500 Subject: [PATCH 3/4] versions Signed-off-by: Sunjay Bhatia --- versions.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 396e5497028..8c6b3f58e95 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,7 +14,7 @@ versions: - "1.27" gateway-api: - "1.0.0" - - version: v1.28.0 + - version: v1.28.1 supported: "true" dependencies: envoy: "1.29.1" @@ -24,6 +24,16 @@ versions: - "1.27" gateway-api: - "1.0.0" + - version: v1.28.0 + supported: "false" + dependencies: + envoy: "1.29.1" + kubernetes: + - "1.29" + - "1.28" + - "1.27" + gateway-api: + - "1.0.0" - version: v1.27.1 supported: "true" dependencies: From 0b55806a8f1aa0b625c092a0287b14b1c022c0c3 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 13 Feb 2024 11:24:57 -0500 Subject: [PATCH 4/4] fix typo Signed-off-by: Sunjay Bhatia --- changelogs/CHANGELOG-v1.28.1.md | 2 +- changelogs/unreleased/6185-sunjayBhatia-small.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/CHANGELOG-v1.28.1.md b/changelogs/CHANGELOG-v1.28.1.md index 1be029afa75..b0127057d48 100644 --- a/changelogs/CHANGELOG-v1.28.1.md +++ b/changelogs/CHANGELOG-v1.28.1.md @@ -6,7 +6,7 @@ We are delighted to present version v1.28.1 of Contour, our layer 7 HTTP reverse # All Changes -- Fix data race in BackendTlSPolicy status update logic. +- Fix data race in BackendTLSPolicy status update logic. # Installing and Upgrading diff --git a/changelogs/unreleased/6185-sunjayBhatia-small.md b/changelogs/unreleased/6185-sunjayBhatia-small.md index 5a566ce3562..ef1bb0a8169 100644 --- a/changelogs/unreleased/6185-sunjayBhatia-small.md +++ b/changelogs/unreleased/6185-sunjayBhatia-small.md @@ -1 +1 @@ -Fix data race in BackendTlSPolicy status update logic. +Fix data race in BackendTLSPolicy status update logic.