Skip to content

docs(envoy-gateway): sync 1.8.2 default#373

Merged
mberlofa merged 2 commits into
mainfrom
docs/envoy-gateway-1.8.2
Jul 7, 2026
Merged

docs(envoy-gateway): sync 1.8.2 default#373
mberlofa merged 2 commits into
mainfrom
docs/envoy-gateway-1.8.2

Conversation

@mberlofa

@mberlofa mberlofa commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sync Envoy Gateway docs and playground defaults with v1.8.2.
  • Update controller, certgen, and shutdown-manager default tags.
  • Document the v1.8.2 upgrade note for stricter SecurityPolicy API key source validation.

Validation

  • make site-sync-check CHART=envoy-gateway
  • npm run format:check
  • npm run lint
  • npm run build
  • make release-check REPO=site
  • make attribution-check REPO=site

Summary by CodeRabbit

  • Documentation
    • Updated Envoy Gateway chart docs to reflect the v1.8.2 defaults and version history.
    • Refreshed upgrade notes with the latest patch details, including updated validation guidance.
  • Bug Fixes
    • Tightened admission validation related to SecurityPolicy API key extraction behavior.
  • Chores
    • Bumped default image tags in the Envoy Gateway playground and chart documentation from v1.8.1 to v1.8.2 for key components.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c1594c82-fb1c-48dd-aa6f-a0026e570ec0

📥 Commits

Reviewing files that changed from the base of the PR and between 4764b1d and 2228a67.

📒 Files selected for processing (1)
  • src/pages/docs/charts/envoy-gateway.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/pages/docs/charts/envoy-gateway.mdx

📝 Walkthrough

Walkthrough

Updates Envoy Gateway playground defaults and chart documentation from v1.8.1 to v1.8.2, including image tags, upgrade notes, and version history.

Changes

Envoy Gateway version bump

Layer / File(s) Summary
Playground config image tags
src/data/playground-configs.ts
Controller and shutdown manager sidecar image tags bumped from v1.8.1 to v1.8.2 in envoy-gateway defaults.
Chart documentation updates
src/pages/docs/charts/envoy-gateway.mdx
Controller, proxy shutdown-manager, and certgen image tags bumped to v1.8.2; Upgrade Notes rewritten to describe v1.8.2 fixes including stricter SecurityPolicy.spec.apiKeyAuth.extractFrom validation; Version History updated to v1.8.2.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related issues

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the Envoy Gateway docs/defaults sync to v1.8.2.
Description check ✅ Passed It has a clear summary and validation steps, and only minor template sections like Related Issue are missing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/envoy-gateway-1.8.2

Comment @coderabbitai help to get the list of available commands.

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>
@mberlofa mberlofa merged commit 85603bd into main Jul 7, 2026
6 checks passed
@mberlofa mberlofa deleted the docs/envoy-gateway-1.8.2 branch July 7, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant