Releases: solvaholic/octodns-sync
octodns-action v1.0.6
Uses python:3-alpine rather than python:3-slim
The python:3-alpine image is smaller, and shares more of its base with the images cached for Linux runners. This change brought runtime for publishing a simple change down to 35 seconds. (v1.0.3 took 1min 10sec.)
If speed is very important, though, then just run octodns-action.sh from your workflow - the runners have python and pip.
octodns-action v1.0.5
Moves work from Dockerfile
and entrypoint.sh
to octodns-action.sh
.
octodns-action v1.0.4
Updated title in README; Added chmod to Dockerfile to ensure /entrypoint.sh will be executable.
octodns-action v1.0.3
v1 provides basic functionality, passed limited manual testing with Route53.
--doit
deployments with a small config and small change have been taking about 1min 10sec.
Have comments or questions? Please open an issue.
v1.0.0
Initial realease. Local and workflow runs tested OK with a few record types in Route53.