docs(envoy-gateway): sync 1.8.2 default#373
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughUpdates Envoy Gateway playground defaults and chart documentation from v1.8.1 to v1.8.2, including image tags, upgrade notes, and version history. ChangesEnvoy Gateway version bump
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #692. ## Summary - Bump Envoy Gateway from v1.8.1 to v1.8.2. - Update controller, certgen, and shutdown-manager gateway image defaults to `docker.io/envoyproxy/gateway:v1.8.2`. - Update values schema, README upgrade notes, certificates docs, and image assertion tests. ## Upstream Evidence - Official release announcement: https://gateway.envoyproxy.io/news/releases/notes/v1.8.2 - GitHub release: https://github.com/envoyproxy/gateway/releases/tag/v1.8.2 - Docker manifest verified: `docker.io/envoyproxy/gateway:v1.8.2` - Manifest platforms: `linux/amd64`, `linux/arm64`. - `docker.io/envoyproxy/gateway:1.8.2` was checked and does not exist; the canonical upstream image tag keeps the `v` prefix. - Upstream v1.8.2 tightens `SecurityPolicy.spec.apiKeyAuth.extractFrom` admission validation. The chart does not render SecurityPolicy resources by default, and the upgrade note documents the validation change for users with existing custom policies. ## Site Sync - Site PR: helmforgedev/site#373 ## Validation - `make image-verify IMAGE=docker.io/envoyproxy/gateway:v1.8.2` - `make image-verify IMAGE=docker.io/envoyproxy/gateway:1.8.2` failed as expected because the non-prefixed tag is not published. - `make deps-check CHART=envoy-gateway` - `helm unittest charts/envoy-gateway` passed: 16 suites, 120 tests. - `make validate-chart CHART=envoy-gateway` passed fully: 20 layers, including k3d behavioral validation for default and all CI values scenarios. - `make standards-check CHART=envoy-gateway` - `node scripts/charts/template-standards-check.js --chart envoy-gateway` - `make site-sync-check CHART=envoy-gateway` - `make release-check REPO=charts` - `make attribution-check REPO=charts` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Maintenance** * Bumped the Helm chart appVersion and default component image tags to **v1.8.2** (controller, certgen, shutdown-manager). * **Documentation** * Updated quick-start prerequisites, image tag references, parameters tables, and upgrade notes to **v1.8.2**. * **Tests** * Updated certgen and envoyproxy configuration tests to expect **v1.8.2** image tags. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
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.
Summary
Validation
Summary by CodeRabbit
v1.8.2defaults and version history.SecurityPolicyAPI key extraction behavior.v1.8.1tov1.8.2for key components.