Skip to content

Commit afdd481

Browse files
chore: set version to v0.2.0
1 parent b79d189 commit afdd481

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

0 commit comments

Comments
 (0)