Skip to content

Releases: kashalls/external-dns-unifi-webhook

v0.2.0

13 Jun 22:37
6bc8b84
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency go to v1.22.4 by @renovate in #31
  • fix(deps): update module golang.org/x/net to v0.26.0 by @renovate in #32
  • chore: Add CoC, CODEOWNERS, and issue templates by @onedr0p in #33
  • feat: migrate logrus to zap by @kashalls in #34

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Jun 18:24
700503a
Compare
Choose a tag to compare

🍿UniFi has moved DNS Record support to General Availability as of June 2024. Read more here.

What's Changed

Full Changelog: v0.0.8...v0.1.0

v0.0.8

28 May 16:41
9d6d1a7
Compare
Choose a tag to compare

What's Changed

  • fix: devin regression (dont babysit and code) by @buroa in #28

Full Changelog: v0.0.7...v0.0.8

v0.0.7

26 May 23:39
3534a3d
Compare
Choose a tag to compare

What's Changed

  • feat: implement healthz/readyz/metrics servers & FormatUrl func by @onedr0p in #25
  • Add additional disclaimer for Unifi Early Access by @kashalls in #27

Full Changelog: v0.0.6...v0.0.7

v0.0.6

26 May 16:03
e67be81
Compare
Choose a tag to compare

TLDR: Auth Fix

What's Changed

  • chore: update readme by @onedr0p in #17
  • refactor: implement doRequest and other changes by @onedr0p in #21
  • fix: re-auth when cookie expires & allow changing site by @onedr0p in #23

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 May 21:52
a25aa51
Compare
Choose a tag to compare

What's Changed

  • chore: move around up and down by @onedr0p in #13
  • fix: always refresh records on identifier lookup by @buroa in #14
  • fix: make unifi env vars required by @onedr0p in #15
  • fix: delete and recreate records by @buroa in #16

Full Changelog: v0.0.4...v0.0.5

v0.0.4

24 May 18:14
e223079
Compare
Choose a tag to compare

Unifi Network v8.2.92 disables the ability to add new CNAME records, and claims it will return in a future release. Please stay on v8.2.87 for the time being.

Special thanks to @buroa, everything is working as it should.

What's Changed

  • Print literally everything that wants to be applied by @kashalls in #10
  • fix: everything by @buroa in #12

New Contributors

Full Changelog: v0.0.3...v0.0.4

Screenshot_2024-05-24_at_10 50 13_AM

v0.0.3

24 May 05:21
6499261
Compare
Choose a tag to compare

Creating records is working, issues with txt ownership at the moment. Deleteing/Updating records hasn't been fully tested yet and may not work. Your mileage may vary.

What's Changed

  • fix(deps): update module github.com/caarlos0/env/v8 to v11 by @renovate in #6
  • fix: update dockerfile to distroless by @onedr0p in #7
  • chore: update github workflow by @onedr0p in #8
  • chore: update renovate by @onedr0p in #9

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

23 May 21:11
15cb4e0
Compare
Choose a tag to compare

Uses an actual numerical value for the image user since kubernetes complains with:

Error: container has runAsNonRoot and image has non-numeric user (nobody), cannot verify user is non-root

What's Changed

  • chore(deps): update golang docker tag to v1.22 by @renovate in #3
  • fix(deps): update module github.com/go-chi/chi/v5 to v5.0.12 by @renovate in #2

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 May 20:30
0e49170
Compare
Choose a tag to compare

🧶🐈