chore(deps): bump civic-cloud to v1.9.0 (Envoy Gateway foundation)#146
Merged
Conversation
civic-cloud v1.9.0 → cluster-template v1.5.0, which adds: - Gateway API v1.5.1 CRDs (standard channel — Gateway, HTTPRoute, ListenerSet, etc.) - Envoy Gateway controller v1.7.3 (installs to envoy-gateway-system) - Envoy Gateway proprietary CRDs (Backend, BackendTrafficPolicy, etc.) - cert-manager Gateway API integration wired up via ControllerConfiguration ConfigMap (enableGatewayAPI: true + featureGates.ListenerSet: true) Foundation for migrating off ingress-nginx onto Gateway API. Doesn't configure any Gateway/HTTPRoute resources yet — those come next on a per-project basis (PRs #131/132/133/143 become actionable on top of this). Also drops the workspace cert-manager/helm-values.yaml override that was the temporary workaround for the upstream stale-values-file issue. That's fixed properly upstream in cluster-template v1.4.1+ (carried through v1.5.0), so the local override is no longer needed — the projected tree is byte-identical with or without it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Forgot to include the source ref bump in the prior commit — only the workspace override deletion landed. This is the actual bump that pulls in Envoy Gateway + Gateway API + cert-manager Gateway API wiring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Bumps civic-cloud v1.8.0 → v1.9.0, which transitively pulls cluster-template v1.5.0:
Also drops the workspace `cert-manager/helm-values.yaml` workaround introduced in #144. The upstream fix in cluster-template v1.4.1 is now part of v1.5.0, so the override is no longer needed — projected tree is byte-identical with or without it.
What changes in the deployed projection
86 files, ~92.8k insertions / 3k deletions vs. currently deployed:
Server-side apply (already in our deploy workflow) handles the bigger CRDs — HTTPRoute alone is 11.6k lines.
What this DOES NOT do
Unblocks
Test plan
🤖 Generated with Claude Code