fix(deployment): upgrade contour to latest version (1.33) and update chart url#7947
Merged
dotansimha merged 2 commits intomainfrom Apr 7, 2026
Merged
fix(deployment): upgrade contour to latest version (1.33) and update chart url#7947dotansimha merged 2 commits intomainfrom
dotansimha merged 2 commits intomainfrom
Conversation
Contributor
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/laboratory |
0.1.3-alpha-20260405154146-d538f21221f72d338edb1167b7b5c0b03f868ba0 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/render-laboratory |
0.1.3-alpha-20260405154146-d538f21221f72d338edb1167b7b5c0b03f868ba0 |
npm ↗︎ unpkg ↗︎ |
hive |
11.0.2-alpha-20260405154146-d538f21221f72d338edb1167b7b5c0b03f868ba0 |
npm ↗︎ unpkg ↗︎ |
Contributor
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
Contributor
There was a problem hiding this comment.
Code Review
The changes migrate the Contour Helm chart source to the official repository, update documentation links to version 1.33, and remove deprecated rate limiting and legacy image configurations. The selected chart version 0.4.0 is outdated for Contour 1.33 and should be updated to a compatible version like 1.10.1. Additionally, a misleading placeholder comment for Contour resources should be removed since the logic only addresses Envoy resources.
d538f21 to
6af835b
Compare
n1ru4l
approved these changes
Apr 7, 2026
n1ru4l
pushed a commit
that referenced
this pull request
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades Contour to latest version, as part of the preparations for upgrading K8s.
TODO
deployment/#generatescript and update generated types for contour chartdev