Releases: mirceanton/external-dns-provider-mikrotik
Releases · mirceanton/external-dns-provider-mikrotik
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.
Bug Fixes
v1.2.1
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
v1.1.0
v1.0.0
1.0.0 (2024-10-27)
BREAKING CHANGES
- The
MIKROTIK_HOSTandMIKROTIK_PORTenvironment variables have been replaced with a single one calledMIKROTIK_BASEURL
Features
- Add support for
NSrecords (#98) (2e5776c) - Add support for
SRVrecords (#97) (c195471) - Add support for
MXrecords (#95) (2a9ff3c)
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
SRVrecords by @mircea-pavel-anton in #97 - feat: Add support for
NSrecords by @mircea-pavel-anton in #98 - chore: Release Cleanup by @mircea-pavel-anton in #99
Full Changelog: v0.2.5...v1.0.0