Skip to content

Commit 3b25a0f

Browse files
chore: set version to v0.5.0
1 parent b82a234 commit 3b25a0f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### What's changed in v0.5.0
2+
3+
* feat: wildcardCertificate field for platform Gateway TLS (by @patrickleet)
4+
5+
Add a typed wildcardCertificate.{enabled, namespace, issuerRef, renewBefore, domains[]}
6+
field that composes one cert-manager.io/v1 Certificate per domain entry. Default
7+
namespace is istio-ingress (where platform Gateway resolves listener
8+
certificateRefs); default issuerRef is the ClusterIssuer composed by this stack.
9+
10+
Each entry produces "*.<domain>" — apex wildcards (ops.com.ai → covers
11+
auth.ops.com.ai, web.ops.com.ai) and per-cluster wildcards
12+
(patlocal.ops.com.ai) compose with the same shape. Verified end-to-end on
13+
pat-local: LE prod cert issued via DNS-01 in ~30s, platform Gateway listener
14+
Programmed, https://auth.ops.com.ai serves through SNI longest-match alongside
15+
Knative's per-route kni-* listeners with no conflict.
16+
17+
18+
See full diff: [v0.4.0...v0.5.0](https://github.com/hops-ops/cloudflare-dns-stack/compare/v0.4.0...v0.5.0)

0 commit comments

Comments
 (0)