Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch release 1.28.1 changelog/site updates #6190

Merged
merged 4 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions changelogs/CHANGELOG-v1.28.1.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion changelogs/unreleased/6185-sunjayBhatia-small.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix data race in BackendTlSPolicy status update logic.
Fix data race in BackendTLSPolicy status update logic.
1 change: 1 addition & 0 deletions site/content/resources/compatibility-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] |
Expand Down
12 changes: 11 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down