Releases: solvaholic/octodns-sync
Releases · solvaholic/octodns-sync
octodns-sync v3.1.1
octodns-sync v3.1.0
What's Changed
- Feature: Add zones input variable to optional sync a subset of zones in the configuration by @maikelpoot in #104
New Contributors
- @maikelpoot made their first contribution in #104
Full Changelog: v3...v3.1.0
octodns-sync v3.0.1
What's Changed
- Modify run.sh to use redirects rather than screen by @solvaholic in #93
- Use
github.event.pull_request.comments_urlby @jasperroel in #97 - Added action input to run octodns-sync in force mode by @felixoi in #99
- Update CHANGELOG.md for release 3.0.1 by @solvaholic in #100
New Contributors
- @jasperroel made their first contribution in #97
- @felixoi made their first contribution in #99
Full Changelog: v3.0.0...v3.0.1
octodns-sync v3.0.0
[3.0.0] - 2022-06-21
Removed
- (#86) Remove
octodns_refinput and installation script.
BREAKING CHANGE:octodnsmust now be installed by a separate workflow step, prior to running this action.
Fixed
octodns-sync v2.3.0
octodns-sync v2.2.0
Known issues
- (#57) [2.2.x] Running octodns-sync twice in one job fails
Added
- (#53) Enable user to specify a release tag or branch of octodns to use.
- (#55) Document manual release procedures.
Changed
- Change default octodns/octodns from v0.9.11 to v0.9.12.
- (#55) Make linter.yml faster, reducing its workflow time from 100 sec to 20 sec.
Removed
- (#53) Removed Docker dependency 🎉
Fixed
- (#55) Improve release workflow to sync tags properly.
octodns-sync v2.1.3
octodns-sync v2.1.2
octodns-sync v2.1.0
Added
- (#11) Write
octodns-syncoutput tooctodns-sync.login the workspace directory. - Push the solvaholic/octodns-sync container image to GitHub's container registry.
Changed
- solvaholic/octodns-sync uses the container image from GitHub's container registry rather than from Docker hub.
- Running
solvaholic/octodns-sync@mainwill pull the:latestcontainer image. - Upgrade github/octodns from v0.9.9 to v0.9.10.
Deprecated
- The
masterbranch will no longer be updated. Usemaininstead.
Removed
- Stop pushing the solvaholic/octodns-sync container image GitHub's package registry.
- Stop pushing the solvaholic/octodns-sync container image to Docker hub.
octodns-sync v2.0.0
- Rename octodns-action to octodns-sync.
- Pull image from Docker hub public repo.
- Run time ~20s for small configuration.