From c64acce4823b620472c55f839f860a698cf8e0e2 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 10 Jan 2025 14:00:32 -0500 Subject: [PATCH 1/3] 1.28.8 docs/changelog Signed-off-by: Sunjay Bhatia --- changelogs/CHANGELOG-v1.28.8.md | 25 +++++++++++++++++++ .../content/resources/compatibility-matrix.md | 4 ++- versions.yaml | 12 ++++++++- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 changelogs/CHANGELOG-v1.28.8.md diff --git a/changelogs/CHANGELOG-v1.28.8.md b/changelogs/CHANGELOG-v1.28.8.md new file mode 100644 index 00000000000..607f5f075b0 --- /dev/null +++ b/changelogs/CHANGELOG-v1.28.8.md @@ -0,0 +1,25 @@ +We are delighted to present version v1.28.8 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 + +- Updates Envoy to v1.29.12. See the release notes [here](https://www.envoyproxy.io/docs/envoy/v1.29.12/version_history/v1.29/v1.29.12). + + +# 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.8 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). diff --git a/site/content/resources/compatibility-matrix.md b/site/content/resources/compatibility-matrix.md index 98af4895bad..2b7d87d5872 100644 --- a/site/content/resources/compatibility-matrix.md +++ b/site/content/resources/compatibility-matrix.md @@ -17,7 +17,8 @@ These combinations of versions are specifically tested in CI and supported by th | 1.29.2 | [1.30.4][59] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.29.1 | [1.30.2][56] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.29.0 | [1.30.1][53] | 1.29, 1.28, 1.27 | [1.0.0][110] | -| 1.28.7 | [1.29.10][62] | 1.29, 1.28, 1.27 | [1.0.0][110] | +| 1.28.8 | [1.29.12][67] | 1.29, 1.28, 1.27 | [1.0.0][110] | +| 1.28.7 | [1.29.10][62] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.28.6 | [1.29.7][61] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.28.5 | [1.29.5][57] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.28.4 | [1.29.4][55] | 1.29, 1.28, 1.27 | [1.0.0][110] | @@ -215,6 +216,7 @@ __Note:__ This list of extensions was last verified to be complete with Envoy v1 [64]: https://www.envoyproxy.io/docs/envoy/v1.31.3/version_history/v1.31/v1.31 [65]: https://www.envoyproxy.io/docs/envoy/v1.32.0/version_history/v1.32/v1.32 [66]: https://www.envoyproxy.io/docs/envoy/v1.32.3/version_history/v1.32/v1.32.3 +[67]: https://www.envoyproxy.io/docs/envoy/v1.29.12/version_history/v1.29/v1.29.12 [98]: https://github.com/kubernetes/client-go [99]: https://github.com/kubernetes/client-go#compatibility-matrix diff --git a/versions.yaml b/versions.yaml index 140dce6696c..000ee461df9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -74,8 +74,18 @@ versions: - "1.27" gateway-api: - "1.0.0" - - version: v1.28.7 + - version: v1.28.8 supported: "true" + dependencies: + envoy: "1.29.12" + kubernetes: + - "1.29" + - "1.28" + - "1.27" + gateway-api: + - "1.0.0" + - version: v1.28.7 + supported: "false" dependencies: envoy: "1.29.10" kubernetes: From a0fe5d85eed41e57ddf40825bb5c8cb53fc138fa Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 10 Jan 2025 14:04:10 -0500 Subject: [PATCH 2/3] 1.29.4 docs/changelog Signed-off-by: Sunjay Bhatia --- changelogs/CHANGELOG-v1.29.4.md | 26 +++++++++++++++++++ .../content/resources/compatibility-matrix.md | 2 ++ versions.yaml | 12 ++++++++- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 changelogs/CHANGELOG-v1.29.4.md diff --git a/changelogs/CHANGELOG-v1.29.4.md b/changelogs/CHANGELOG-v1.29.4.md new file mode 100644 index 00000000000..b72d2e2741d --- /dev/null +++ b/changelogs/CHANGELOG-v1.29.4.md @@ -0,0 +1,26 @@ +We are delighted to present version v1.29.4 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 + +- Updates Envoy to v1.30.9. See the release notes [here](https://www.envoyproxy.io/docs/envoy/v1.30.9/version_history/v1.30/v1.30.9). +- Updates Go to v1.22.10. See the release notes [here](https://go.dev/doc/devel/release#go1.22.minor). + + +# 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.29.4 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). diff --git a/site/content/resources/compatibility-matrix.md b/site/content/resources/compatibility-matrix.md index 2b7d87d5872..58a736d001a 100644 --- a/site/content/resources/compatibility-matrix.md +++ b/site/content/resources/compatibility-matrix.md @@ -13,6 +13,7 @@ These combinations of versions are specifically tested in CI and supported by th | main | [1.32.3][66] | 1.32, 1.31, 1.30 | [1.2.1][112] | | 1.30.1 | [1.31.3][64] | 1.30, 1.29, 1.28 | [1.1.0][111] | | 1.30.0 | [1.31.0][60] | 1.30, 1.29, 1.28 | [1.1.0][111] | +| 1.29.4 | [1.30.9][68] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.29.3 | [1.30.7][63] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.29.2 | [1.30.4][59] | 1.29, 1.28, 1.27 | [1.0.0][110] | | 1.29.1 | [1.30.2][56] | 1.29, 1.28, 1.27 | [1.0.0][110] | @@ -217,6 +218,7 @@ __Note:__ This list of extensions was last verified to be complete with Envoy v1 [65]: https://www.envoyproxy.io/docs/envoy/v1.32.0/version_history/v1.32/v1.32 [66]: https://www.envoyproxy.io/docs/envoy/v1.32.3/version_history/v1.32/v1.32.3 [67]: https://www.envoyproxy.io/docs/envoy/v1.29.12/version_history/v1.29/v1.29.12 +[68]: https://www.envoyproxy.io/docs/envoy/v1.30.9/version_history/v1.30/v1.30.9 [98]: https://github.com/kubernetes/client-go [99]: https://github.com/kubernetes/client-go#compatibility-matrix diff --git a/versions.yaml b/versions.yaml index 000ee461df9..46774c390f0 100644 --- a/versions.yaml +++ b/versions.yaml @@ -34,8 +34,18 @@ versions: - "1.28" gateway-api: - "1.1.0" - - version: v1.29.3 + - version: v1.29.4 supported: "true" + dependencies: + envoy: "1.30.9" + kubernetes: + - "1.29" + - "1.28" + - "1.27" + gateway-api: + - "1.0.0" + - version: v1.29.3 + supported: "false" dependencies: envoy: "1.30.7" kubernetes: From 40ca0b39e4ff0090d1a30ef7fff1497365d1e2eb Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 10 Jan 2025 14:09:34 -0500 Subject: [PATCH 3/3] 1.30.2 docs/changelog Signed-off-by: Sunjay Bhatia --- changelogs/CHANGELOG-v1.30.2.md | 26 +++++++++++++++++++ .../content/resources/compatibility-matrix.md | 2 ++ versions.yaml | 12 ++++++++- 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 changelogs/CHANGELOG-v1.30.2.md diff --git a/changelogs/CHANGELOG-v1.30.2.md b/changelogs/CHANGELOG-v1.30.2.md new file mode 100644 index 00000000000..01bc015c145 --- /dev/null +++ b/changelogs/CHANGELOG-v1.30.2.md @@ -0,0 +1,26 @@ +We are delighted to present version v1.30.2 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 + +- Updates Envoy to v1.31.5. See the release notes [here](https://www.envoyproxy.io/docs/envoy/v1.31.5/version_history/v1.31/v1.31.5). +- Updates Go to v1.22.10. See the release notes [here](https://go.dev/doc/devel/release#go1.22.minor). + + +# 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.30.2 is tested against Kubernetes 1.28 through 1.30. + + +# 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). diff --git a/site/content/resources/compatibility-matrix.md b/site/content/resources/compatibility-matrix.md index 58a736d001a..66ded430236 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.32.3][66] | 1.32, 1.31, 1.30 | [1.2.1][112] | +| 1.30.2 | [1.31.5][69] | 1.30, 1.29, 1.28 | [1.1.0][111] | | 1.30.1 | [1.31.3][64] | 1.30, 1.29, 1.28 | [1.1.0][111] | | 1.30.0 | [1.31.0][60] | 1.30, 1.29, 1.28 | [1.1.0][111] | | 1.29.4 | [1.30.9][68] | 1.29, 1.28, 1.27 | [1.0.0][110] | @@ -219,6 +220,7 @@ __Note:__ This list of extensions was last verified to be complete with Envoy v1 [66]: https://www.envoyproxy.io/docs/envoy/v1.32.3/version_history/v1.32/v1.32.3 [67]: https://www.envoyproxy.io/docs/envoy/v1.29.12/version_history/v1.29/v1.29.12 [68]: https://www.envoyproxy.io/docs/envoy/v1.30.9/version_history/v1.30/v1.30.9 +[69]: https://www.envoyproxy.io/docs/envoy/v1.31.5/version_history/v1.31/v1.31.5 [98]: https://github.com/kubernetes/client-go [99]: https://github.com/kubernetes/client-go#compatibility-matrix diff --git a/versions.yaml b/versions.yaml index 46774c390f0..09f77023d8d 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,8 +14,18 @@ versions: - "1.30" gateway-api: - "1.2.1" - - version: v1.30.1 + - version: v1.30.2 supported: "true" + dependencies: + envoy: "1.31.5" + kubernetes: + - "1.30" + - "1.29" + - "1.28" + gateway-api: + - "1.1.0" + - version: v1.30.1 + supported: "false" dependencies: envoy: "1.31.3" kubernetes: