Skip to content

Commit a94a248

Browse files
authored
Added info for patch releases 1.29.5 and 1.30.3 (#6973)
Signed-off-by: Tero Saarni <[email protected]>
1 parent 63653b0 commit a94a248

File tree

4 files changed

+78
-2
lines changed

4 files changed

+78
-2
lines changed

changelogs/CHANGELOG-v1.29.5.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
We are delighted to present version v1.29.5 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.
2+
3+
- [All Changes](#all-changes)
4+
- [Installing/Upgrading](#installing-and-upgrading)
5+
- [Compatible Kubernetes Versions](#compatible-kubernetes-versions)
6+
7+
# All Changes
8+
9+
- Updates Envoy to v1.30.10. See the [Envoy release notes](https://www.envoyproxy.io/docs/envoy/v1.30.10/version_history/v1.30/v1.30.10) for more information about the content of the release.
10+
- Updates Go to go1.22.12. See the [Go release notes](https://go.dev/doc/devel/release#go1.22.0) for more information about the content of the release.
11+
12+
13+
# Installing and Upgrading
14+
15+
For a fresh install of Contour, consult the [getting started documentation](https://projectcontour.io/getting-started/).
16+
17+
To upgrade an existing Contour installation, please consult the [upgrade documentation](https://projectcontour.io/resources/upgrading/).
18+
19+
20+
# Compatible Kubernetes Versions
21+
22+
Contour v1.29.5 is tested against Kubernetes 1.27 through 1.29.
23+
24+
25+
# Are you a Contour user? We would love to know!
26+
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).

changelogs/CHANGELOG-v1.30.3.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
We are delighted to present version v1.30.3 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.
2+
3+
- [All Changes](#all-changes)
4+
- [Installing/Upgrading](#installing-and-upgrading)
5+
- [Compatible Kubernetes Versions](#compatible-kubernetes-versions)
6+
7+
# All Changes
8+
9+
- Updates Envoy to v1.31.6. See the [Envoy release notes](https://www.envoyproxy.io/docs/envoy/v1.31.6/version_history/v1.31/v1.31.6) for more information about the content of the release.
10+
- Updates Go to go1.22.12. See the [Go release notes](https://go.dev/doc/devel/release#go1.22.0) for more information about the content of the release.
11+
12+
13+
# Installing and Upgrading
14+
15+
For a fresh install of Contour, consult the [getting started documentation](https://projectcontour.io/getting-started/).
16+
17+
To upgrade an existing Contour installation, please consult the [upgrade documentation](https://projectcontour.io/resources/upgrading/).
18+
19+
20+
# Compatible Kubernetes Versions
21+
22+
Contour v1.30.3 is tested against Kubernetes 1.28 through 1.30.
23+
24+
25+
# Are you a Contour user? We would love to know!
26+
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).

site/content/resources/compatibility-matrix.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ These combinations of versions are specifically tested in CI and supported by th
1111
| Contour Version | Envoy Version | Kubernetes Versions | Gateway API Version |
1212
| --------------- | :------------------- | ------------------- | --------------------|
1313
| main | [1.33.1][66] | 1.32, 1.31, 1.30 | [1.2.1][112] |
14+
| 1.30.3 | [1.31.6][71] | 1.30, 1.29, 1.28 | [1.1.0][111] |
1415
| 1.30.2 | [1.31.5][69] | 1.30, 1.29, 1.28 | [1.1.0][111] |
1516
| 1.30.1 | [1.31.3][64] | 1.30, 1.29, 1.28 | [1.1.0][111] |
1617
| 1.30.0 | [1.31.0][60] | 1.30, 1.29, 1.28 | [1.1.0][111] |
18+
| 1.29.5 | [1.30.10][70] | 1.29, 1.28, 1.27 | [1.0.0][110] |
1719
| 1.29.4 | [1.30.9][68] | 1.29, 1.28, 1.27 | [1.0.0][110] |
1820
| 1.29.3 | [1.30.7][63] | 1.29, 1.28, 1.27 | [1.0.0][110] |
1921
| 1.29.2 | [1.30.4][59] | 1.29, 1.28, 1.27 | [1.0.0][110] |
@@ -221,6 +223,8 @@ __Note:__ This list of extensions was last verified to be complete with Envoy v1
221223
[67]: https://www.envoyproxy.io/docs/envoy/v1.29.12/version_history/v1.29/v1.29.12
222224
[68]: https://www.envoyproxy.io/docs/envoy/v1.30.9/version_history/v1.30/v1.30.9
223225
[69]: https://www.envoyproxy.io/docs/envoy/v1.31.5/version_history/v1.31/v1.31.5
226+
[70]: https://www.envoyproxy.io/docs/envoy/v1.30.10/version_history/v1.30/v1.30.10
227+
[71]: https://www.envoyproxy.io/docs/envoy/v1.31.6/version_history/v1.31/v1.31.6
224228

225229
[98]: https://github.com/kubernetes/client-go
226230
[99]: https://github.com/kubernetes/client-go#compatibility-matrix

versions.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ versions:
1414
- "1.30"
1515
gateway-api:
1616
- "1.2.1"
17-
- version: v1.30.2
17+
- version: v1.30.3
1818
supported: "true"
19+
dependencies:
20+
envoy: "1.31.6"
21+
kubernetes:
22+
- "1.30"
23+
- "1.29"
24+
- "1.28"
25+
gateway-api:
26+
- "1.1.0"
27+
- version: v1.30.2
28+
supported: "false"
1929
dependencies:
2030
envoy: "1.31.5"
2131
kubernetes:
@@ -44,8 +54,18 @@ versions:
4454
- "1.28"
4555
gateway-api:
4656
- "1.1.0"
47-
- version: v1.29.4
57+
- version: v1.29.5
4858
supported: "true"
59+
dependencies:
60+
envoy: "1.30.10"
61+
kubernetes:
62+
- "1.29"
63+
- "1.28"
64+
- "1.27"
65+
gateway-api:
66+
- "1.0.0"
67+
- version: v1.29.4
68+
supported: "false"
4969
dependencies:
5070
envoy: "1.30.9"
5171
kubernetes:

0 commit comments

Comments
 (0)