Releases: mirceanton/external-dns-provider-mikrotik
Releases · mirceanton/external-dns-provider-mikrotik
v1.4.2
v1.4.1
1.4.1 (2025-01-21)
Bug Fixes
- Provider-specific configuration from other eDNS instances are causing errors (#181) (3bd5182) by @mircea-pavel-anton
Full Changelog: v1.4.0...v1.4.1
v1.4.0
1.4.0 (2025-01-21)
Features
- Add support for setting a default comment to all records that do not have one set (#180) (55a7ce0) by @mircea-pavel-anton
Full Changelog: v1.3.0...v1.4.0
v1.3.0
1.3.0 (2025-01-21)
What's Changed
Features
Chores
- ci(github-actions): update mirceanton/reusable-workflows action ( v3.4.46 → v3.4.47 ) by @mr-borboto in #177
- chore(container): update ghcr.io/mirceanton/external-dns-provider-mikrotik docker tag ( v1.2.6 → v1.2.7 ) by @mr-borboto in #176
New Contributors
Full Changelog: v1.2.7...v1.3.0
v1.2.7
v1.2.6
1.2.6 (2025-01-05)
Bug Fixes
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
v1.2.4
v1.2.3
1.2.3 (2024-12-19)
Bug Fixes
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
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.