Skip to content

Releases: ipshipyard/dnslink-action

v1.1.3

07 Apr 13:29

Choose a tag to compare

Added

  • Refuse to update DNS when called from a workflow_run triggered by a non-push event (e.g., pull_request). This prevents fork PRs from updating production DNS even if the calling workflow is missing an event == 'push' gate.

v1.1.2

06 Jan 22:43
145f868

Choose a tag to compare

This release publishes Action to Github Marketplace. No functional changes since v1.1.1.

v1.1.1

06 Jan 17:56
145f868

Choose a tag to compare

Fixed

  • DNSimple: use correct CLI flags for dnslink-dnsimple tool (--domain, --record, --link)

Removed

  • DNSimple: removed unused dnsimple_account_id input (account is auto-discovered from token)

v1.1.0

05 Jan 20:37
b6f2bbc

Choose a tag to compare

Added

  • Cloudflare: cf_record_id is now optional, the action auto-discovers or creates TXT records
  • Cloudflare: smart _dnslink. prefix handling avoids double-prefix if already present
  • Documentation: Cloudflare setup guide with links to official docs

Changed

  • Cloudflare: TXT record content now properly quoted to avoid dashboard warnings
  • Cloudflare: improved error handling with GitHub Actions annotations

v1.0.0

25 Aug 16:21
6bcf336

Choose a tag to compare

Added

  • Added support for Gandi DNS provider

Fixed

  • Support workflow_run events for correct GitHub commit status (e.g., secure fork PR workflows)

v0.1.0

20 Feb 15:31

Choose a tag to compare

  • Initial release of of the dnslink-action