Skip to content

Releases: mirceanton/external-dns-provider-mikrotik

v1.2.7

19 Jan 23:50
6cde5c9

Choose a tag to compare

1.2.7 (2025-01-19)

Bug Fixes

  • don't run release workflows on forks (8fad0bd)
  • don't run renovate on PRs (it still uses config from main. it makes no sense) (5923ebb)
  • go: update dependency go ( 1.23.4 → 1.23.5 ) (#174) (6cde5c9)
  • go: update module golang.org/x/net ( v0.33.0 → v0.34.0 )(#169) (c865cb0)

v1.2.6

05 Jan 11:32
2d287bc

Choose a tag to compare

1.2.6 (2025-01-05)

Bug Fixes

  • Webhook cannot import records with regexp (#164) (2d287bc)

Misc

DevContainer

  • Update golangci/golangci-lint docker tag ( v1.62.2 → v1.63.1 ) by @mr-borboto in #158
  • Update golangci/golangci-lint docker tag ( v1.63.1 → v1.63.2 ) by @mr-borboto in #159
  • Update goreleaser/goreleaser docker tag ( v2.5.0 → v2.5.1 ) by @mr-borboto in #160
  • Update golangci/golangci-lint docker tag ( v1.63.3 → v1.63.4 ) by @mr-borboto in #163

CI

  • Update mirceanton/reusable-workflows action ( v3.4.37 → v3.4.38 ) by @mr-borboto in #155
  • Update mirceanton/reusable-workflows action ( v3.4.38 → v3.4.39 ) by @mr-borboto in #156
  • Update mirceanton/reusable-workflows action ( v3.4.39 → v3.4.40 ) by @mr-borboto in #157
  • Update mirceanton/reusable-workflows action ( v3.4.40 → v3.4.41 ) by @mr-borboto in #165

Full Changelog: v1.2.5...v1.2.6

v1.2.5

21 Dec 13:27
c2ebefc

Choose a tag to compare

1.2.5 (2024-12-21)

Dependency Updates

  • go: update module github.com/caarlos0/env/v11 ( v11.3.0 → v11.3.1 ) (#152) (c2ebefc)

v1.2.4

19 Dec 23:31

Choose a tag to compare

1.2.4 (2024-12-19)

Bug Fixes

  • goreleaser: Version and Git SHA (still) not properly passed in 😅 (fcad658)

v1.2.3

19 Dec 23:19
c115a83

Choose a tag to compare

1.2.3 (2024-12-19)

Bug Fixes

  • goreleaser: Version and Git SHA not properly passed in (#150) (c115a83)

Dependency Updates

  • golang: update module github.com/go-chi/chi/v5 ( v5.1.0 → v5.2.0 ) (#149)
  • golang: update module sigs.k8s.io/external-dns ( v0.15.0 → v0.15.1 ) (#147)
  • golang: update module github.com/caarlos0/env/v11 ( v11.2.2 → v11.3.0 ) (#148)
  • devcontainer: update mcr.microsoft.com/devcontainers/go:1.23-bookworm docker digest ( 2e00578 → a417a34 ) (#138)
  • devcontainer: update goreleaser/goreleaser docker tag ( v2.4.8 → v2.5.0 ) (#143)
  • github-actions: update mirceanton/reusable-workflows action ( v3.4.35 → v3.4.36 ) (#144)

Full Changelog: v1.2.2...v1.2.3

v1.2.2

11 Dec 18:42
58df033

Choose a tag to compare

1.2.2 (2024-12-11)

Previously the webhook was sending an API request to the Mikrotik RouterOS API to get a list of all of the configured DNS records. This would cause an issue since Mikrotik does support some record types that external DNS does NOT support.

As of this release, the webhook now adds some filtering to only get a list of supported DNS record types back from the RouterOS API.

Bug Fixes

  • only fetch supported record types from the Mikrotik API (#135) (58df033)

v1.2.1

04 Dec 23:44
dbaf647

Choose a tag to compare

1.2.1 (2024-12-04)

What's Changed

  • deps: update dependency go ( 1.23.2 → 1.23.3 ) by @mr-borboto in #108
  • deps: update module golang.org/x/net ( v0.30.0 → v0.31.0 ) by @mr-borboto in #110
  • deps: update module github.com/stretchr/testify ( v1.9.0 → v1.10.0 ) by @mr-borboto in #122
  • deps: update dependency go ( 1.23.3 → 1.23.4 ) by @mr-borboto in #127
  • deps: update module golang.org/x/net ( v0.31.0 → v0.32.0 ) by @mr-borboto in #128

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Oct 22:18
e3d6a13

Choose a tag to compare

1.2.0 (2024-10-29)

Features

  • Add support for setting disabled field in Mikrotik DNS Records via Provider Specific (#101) (e3d6a13)

v1.1.0

29 Oct 21:11
95f5b64

Choose a tag to compare

1.1.0 (2024-10-29)

Features

  • Add support for ingress and service annotations (#100) (95f5b64)

v1.0.0

27 Oct 01:05
81f94a0

Choose a tag to compare

1.0.0 (2024-10-27)

BREAKING CHANGES

  • The MIKROTIK_HOST and MIKROTIK_PORT environment variables have been replaced with a single one called MIKROTIK_BASEURL

Features

What's Changed

  • chore(container): update mcr.microsoft.com/devcontainers/go:1.23-bookworm docker digest ( 16c623a → 2e00578 ) by @mr-borboto in #92
  • deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.18 → v3.4.21 ) by @mr-borboto in #89
  • deps(github-actions): update mirceanton/reusable-workflows action ( v3.4.21 → v3.4.24 ) by @mr-borboto in #93
  • feat: Add support for MX records by @mircea-pavel-anton in #95
  • feat: Add support for SRV records by @mircea-pavel-anton in #97
  • feat: Add support for NS records by @mircea-pavel-anton in #98
  • chore: Release Cleanup by @mircea-pavel-anton in #99

Full Changelog: v0.2.5...v1.0.0