Skip to content

Releases: anexia/k8s-external-dns-webhook

v0.2.0

04 Dec 10:12
0105621
Compare
Choose a tag to compare

0.2.0 (2024-12-04)

⚠️ As part of the migration to the Anexia organisation, the path to the container image changed!

- ghcr.io/probstenhias/external-dns-anexia-webhook:latest-amd64
+ ghcr.io/anexia/k8s-external-dns-webhook:latest-amd64

In case you were importing this project as a Go module, you also have to change the module:

- import "ghcr.io/probstenhias/external-dns-anexia-webhook"
+ import "go.anx.io/external-dns-webhook"

Bug Fixes

  • update image name for goreleaser (90b1f96)

Miscellaneous Chores

  • deps: bump anchore/sbom-action from 0.17.2 to 0.17.3 (#43) (a37d164)
  • deps: bump anchore/sbom-action from 0.17.3 to 0.17.4 (#44) (6dc77be)
  • deps: bump anchore/sbom-action from 0.17.4 to 0.17.5 (#47) (64ddaec)
  • deps: bump anchore/sbom-action from 0.17.5 to 0.17.6 (#48) (cc8826f)
  • deps: bump anchore/sbom-action from 0.17.6 to 0.17.7 (#50) (d57ab45)
  • deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#53) (2f90474)
  • deps: bump go.anx.io/go-anxcloud from 0.7.3 to 0.7.4 (#45) (8ba5b44)
  • deps: bump go.anx.io/go-anxcloud from 0.7.4 to 0.7.5 (#46) (9968c93)
  • deps: bump go.anx.io/go-anxcloud from 0.7.5 to 0.7.6 (#49) (a65e23f)
  • deps: bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#40) (693e4ee)

v0.1.6

25 Sep 09:56
e78468e
Compare
Choose a tag to compare

0.1.6 (2024-09-25)

Miscellaneous Chores

  • deps: bump anchore/sbom-action from 0.16.1 to 0.17.0 (#31) (b0fea23)
  • deps: bump anchore/sbom-action from 0.17.0 to 0.17.1 (#37) (9a87b20)
  • deps: bump anchore/sbom-action from 0.17.1 to 0.17.2 (#38) (37dc2ff)
  • deps: bump github.com/caarlos0/env/v11 from 11.1.0 to 11.2.2 (#35) (fd33c0a)
  • deps: bump go.anx.io/go-anxcloud from 0.7.2 to 0.7.3 (#34) (0dc6320)
  • deps: bump sigs.k8s.io/external-dns from 0.14.2 to 0.15.0 (#39) (44d35fa)
  • deps: bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#36) (2e672d1)

v0.1.5

11 Jul 11:59
728f5dc
Compare
Choose a tag to compare

0.1.5 (2024-07-10)

Bug Fixes

Miscellaneous Chores

  • deps: bump anchore/sbom-action from 0.16.0 to 0.16.1 (#30) (c7d40d9)

v0.1.4

06 Jul 20:29
7a995be
Compare
Choose a tag to compare

0.1.4 (2024-07-06)

Bug Fixes

  • update goreleaser config to work with v2 (#26) (2ee51d8)

Miscellaneous Chores

  • deps: bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 (#20) (9357d69)
  • deps: bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0 (#24) (0fe0722)
  • deps: bump go.anx.io/go-anxcloud from 0.6.4 to 0.7.0 (#15) (d5eacbf)
  • deps: bump go.anx.io/go-anxcloud from 0.7.0 to 0.7.1 (#18) (3c70b4a)
  • deps: bump go.anx.io/go-anxcloud from 0.7.1 to 0.7.2 (#22) (938b348)
  • deps: bump goreleaser/goreleaser-action from 5 to 6 (#17) (e6e0270)

v0.1.3

07 May 12:20
6b42da4
Compare
Choose a tag to compare

This is the first version that is actually able to update dns entries.
DO NOT use previous versions. They will destroy you dns entries.

0.1.3 (2024-05-07)

Bug Fixes

  • reorder record parsing in GetRecords function (#9) (4b5a0cb)

v0.1.2

07 May 10:24
c8d568e
Compare
Choose a tag to compare

0.1.2 (2024-05-07)

Bug Fixes

  • update Dockerfile entrypoint to use Anexia webhook (#8) (cb23803)

Miscellaneous Chores

v0.1.1

06 May 17:23
b9ea5ea
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

0.1.1 (2024-05-06)

Miscellaneous Chores

  • add release-please configuration file (f317571)
  • Update .conform.yaml and release.yml (d4e427b)

v0.1.0

06 May 17:01
203e516
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/ProbstenHias/external-dns-anexia-webhook/commits/v0.1.0