Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

65 lines (51 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.1] - 2024-05-01

Added

  • MIT License

Changed

  • install attempts to change the ownership of the tailscale dir to dokku:dokku

0.1.0 - 2024-04-21

Added

  • tailscale_attach

Changed

  • Add ts container to app container network, not the other way around
  • Rename tailscale_down to tailscale_detach
  • Data storage goes in a plugin data dir, not the storage dir
  • Print tailscale serve url first

Fixed

  • tailscale_serve_url does not request TTY during exec

0.0.4 - 2024-04-19

Changed

  • Make tailscale:up idempotent

Fixed

  • Changelog tag links
  • Shorter help text when not calling tailscale:help

0.0.3 - 2024-04-13

Fixed

  • tailscale_serve_url correction to the conditional

0.0.2 - 2024-04-13

Added

  • This changelog
  • tailscale_is_running_for_app function
  • tailscale_serve_url function
  • app-urls trigger

0.0.1 - 2024-04-13

Added

  • tailscale:up command
  • tailscale:down command
  • tailscale:serve command
  • tailscale_up function
  • tailscale_down function
  • tailscale_serve_start function
  • tailscale_serve_stop function
  • post-destroy trigger