What's Changed
- 🔒 Fix sensitive API token logging by @STRRL in #285
- feat: pass tunnel token via Kubernetes Secret instead of command args by @STRRL in #270
- chore(deps): Bump github.com/onsi/gomega from 1.39.1 to 1.41.0 by @dependabot[bot] in #305
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.32.0 by @dependabot[bot] in #304
- ci: group dependabot updates by @STRRL in #314
- chore(deps): Bump the go-deps group with 3 updates by @dependabot[bot] in #315
- chore: remove k8s.io replace pins and update script by @STRRL in #316
- chore(deps): Bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.24.1 by @dependabot[bot] in #306
- fix(controller): return error when ingress rule has host but nil HTTP by @AruneshDwivedi in #313
- feat: emit Kubernetes events for skipped and failed ingress rules by @STRRL in #317
- ci: replace floating branch refs with version tags and track actions via dependabot by @STRRL in #319
- fix: omit tunnel rule path for non http backend protocols by @STRRL in #321
- Sort wildcard domain ingress routes after non-wildcard routes by @joelcox22 in #287
- feat: add per-ingress annotation to disable DNS record management by @lado936 in #311
- feat: refine wildcard rule ordering and verify routing end to end by @STRRL in #322
- feat: relinquish DNS ownership when management is disabled by @STRRL in #323
- chore(deps): Bump the kubernetes group across 1 directory with 3 updates by @dependabot[bot] in #318
- chore(deps): Bump the actions group across 1 directory with 9 updates by @dependabot[bot] in #320
- feat: use Viper for controller configuration loading by @rdyjun in #292
- chore: finish viper config loading follow up by @STRRL in #324
- feat: add pod anti-affinity for multi-replica cloudflared connector (#297) by @STRRL in #325
- feat: make cloudflared pod anti-affinity an explicit opt in by @STRRL in #326
- Allow customization of cloudflared Deployment spec by @STRRL in #273
New Contributors
- @AruneshDwivedi made their first contribution in #313
- @joelcox22 made their first contribution in #287
- @lado936 made their first contribution in #311
- @rdyjun made their first contribution in #292
Full Changelog: v0.0.23...v0.0.24