chore(deps): update ghcr.io/projectcontour/contour docker tag to v1.28.2 #68

Merged
prskr merged 1 commit from renovate/ghcr.io-projectcontour-contour-1.x into main 2024-03-21 20:22:26 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ghcr.io/projectcontour/contour (source) Kustomization patch v1.28.1 -> v1.28.2

Release Notes

projectcontour/contour (ghcr.io/projectcontour/contour)

v1.28.2: Contour v1.28.2

Compare Source

We are delighted to present version v1.28.2 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

Update Envoy to v1.29.2

See the release notes here.

Note that this Envoy version reverts the HTTP/2 codec back to nghttp2 from oghttp2.

Disable Envoy removing TE header

As of version v1.29.0, Envoy removes the hop-by-hop TE header.
However, this causes issues with HTTP/2, particularly gRPC, with implementations expecting the header to be present (and set to trailers).
Contour disables this via Envoy runtime setting and reverts to the v1.28.x and prior behavior of allowing the header to be proxied.

Once this Envoy PR that enables the TE header including trailers to be forwarded is backported to a release or a new minor is cut, Contour will no longer set the aforementioned runtime key.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.28.2 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. 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/projectcontour/contour](https://projectcontour.io/) ([source](https://github.com/projectcontour/contour)) | Kustomization | patch | `v1.28.1` -> `v1.28.2` | --- ### Release Notes <details> <summary>projectcontour/contour (ghcr.io/projectcontour/contour)</summary> ### [`v1.28.2`](https://github.com/projectcontour/contour/releases/tag/v1.28.2): Contour v1.28.2 [Compare Source](https://github.com/projectcontour/contour/compare/v1.28.1...v1.28.2) We are delighted to present version v1.28.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 #### Update Envoy to v1.29.2 See the release notes [here](https://www.envoyproxy.io/docs/envoy/v1.29.2/version_history/v1.29/v1.29.2). Note that this Envoy version reverts the HTTP/2 codec back to `nghttp2` from `oghttp2`. #### Disable Envoy removing TE header As of version v1.29.0, Envoy removes the hop-by-hop TE header. However, this causes issues with HTTP/2, particularly gRPC, with implementations expecting the header to be present (and set to `trailers`). Contour disables this via Envoy runtime setting and reverts to the v1.28.x and prior behavior of allowing the header to be proxied. Once [this Envoy PR that enables the TE header including `trailers` to be forwarded](https://github.com/envoyproxy/envoy/pull/32255) is backported to a release or a new minor is cut, Contour will no longer set the aforementioned runtime key. ### 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.2 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). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
prskr added 1 commit 2024-03-20 03:33:51 +00:00
prskr merged commit 2ce942887f into main 2024-03-21 20:22:26 +00:00
prskr deleted branch renovate/ghcr.io-projectcontour-contour-1.x 2024-03-21 20:22:26 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/apps#68
No description provided.