Skip to content

Commit 7c5859c

Browse files
chore: set version to v0.1.2
1 parent a30c362 commit 7c5859c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
### What's changed in v0.1.2
2+
3+
* chore: Delete CHANGELOG.md (generated by each release) (by @patrickleet)
4+
5+
* fix: use chart's env: key, not extraEnvVars:, for CF_API_TOKEN injection (by @patrickleet)
6+
7+
The external-dns Helm chart (v1.x) ignores extraEnvVars; environment
8+
variables on the controller pod are configured via the top-level env:
9+
array. The previous template wrote extraEnvVars and produced a pod
10+
without CF_API_TOKEN set, crashing with:
11+
12+
failed to initialize cloudflare provider:
13+
invalid credentials: key & email must not be empty
14+
15+
even when the cloudflare-api-token Secret was correctly populated by
16+
the ExternalSecret integration. Fixed by switching the values key.
17+
18+
19+
See full diff: [v0.1.1...v0.1.2](https://github.com/hops-ops/cloudflare-dns-stack/compare/v0.1.1...v0.1.2)

0 commit comments

Comments
 (0)