File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### What's changed in v0.2.0
2+
3+ * feat: istio source toggle and platform-default secret store (by @patrickleet )
4+
5+ Adds spec.externalDNS.istio.enabled (defaults false). When on, ExternalDNS
6+ also watches istio-virtualservice and istio-gateway sources so Knative-on-
7+ Istio (and other Istio-routed) services auto-publish per-host DNS records
8+ without overrideAllValues gymnastics.
9+
10+ Sources are now computed once in state-init instead of being hard-coded in
11+ the helm values block with the user's values appended below — this removes
12+ the duplicate-key YAML pattern that silently dropped overrides.
13+
14+ Defaults externalSecrets.secretStoreRef.name to "hops-aws-secrets-manager"
15+ (the platform-wide ClusterSecretStore composed by aws-secret-stack), so
16+ consumer manifests only declare the AWS Secrets Manager path, not the
17+ backend reference.
18+
19+
20+ See full diff: [ v0.1.2...v0.2.0] ( https://github.com/hops-ops/cloudflare-dns-stack/compare/v0.1.2...v0.2.0 )
You can’t perform that action at this time.
0 commit comments