From 5db2639dd2f05ddb4c43f3a3cb5b4d4820ddb849 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 12 May 2026 23:49:43 -0400 Subject: [PATCH 1/2] chore(deps): bump civic-cloud to v1.9.0 (Envoy Gateway foundation) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- cert-manager/helm-values.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cert-manager/helm-values.yaml diff --git a/cert-manager/helm-values.yaml b/cert-manager/helm-values.yaml deleted file mode 100644 index 7a3e45f..0000000 --- a/cert-manager/helm-values.yaml +++ /dev/null @@ -1,12 +0,0 @@ -# Overrides the stale helm-values.yaml pulled from cert-manager's source. -# Upstream cert-manager keeps `ingressShim.resources` and `webhook.enabled` -# in deploy/manifests/helm-values.yaml, but the chart schema in v1.20+ no -# longer accepts those keys — they fail validation. -# This file mirrors the still-valid bits. - -fullnameOverride: cert-manager - -resources: - requests: - cpu: 10m - memory: 32Mi From 573842f40cc122e2ddd283366888547c13d95ca7 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 12 May 2026 23:50:08 -0400 Subject: [PATCH 2/2] chore(deps): bump civic-cloud to v1.9.0 (continued) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .holo/sources/civic-cloud.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/civic-cloud.toml b/.holo/sources/civic-cloud.toml index c8ffb0e..87a425c 100644 --- a/.holo/sources/civic-cloud.toml +++ b/.holo/sources/civic-cloud.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/civic-cloud/cluster-template" -ref = "refs/tags/v1.8.0" +ref = "refs/tags/v1.9.0"