Skip to content

Releases: NiklasRosenstein/headscale-fly-io

0.4.2-headscale-0.23.0

16 Oct 13:29
8a2e308
Compare
Choose a tag to compare
  • 8a2e308 Add variables to configure DNS settings (#9)

0.4.1-headscale-0.23.0

14 Oct 22:31
Compare
Choose a tag to compare
  • 1e75ebc fix: litestream-entrypoint now takes a required BUCKET_PATH argument
  • 69a680e add note about litestream-entrypoint.sh to README

0.4.0-headscale-0.23.0

14 Oct 22:17
Compare
Choose a tag to compare
  • 044f4e7 correct status call
  • f2c50ad run fly status after
  • 2ca5eea try rolling, maybe that works with --ha=false?
  • f8a3a6a pass --ha=false for integration test
  • d996535 litestream-entrypoint: remove unnecessary fallback value for variable lookup
  • b581191 Factor our Litestream entrypoint (#8)
  • 2e60037 Update README.md
  • 331e0e6 improve readme
  • a8aee20 update release script to not backtick-quote commit SHA, allowing it to be rendered as a link to the commit in GitHub

0.3.0-headscale-0.23.0

13 Oct 19:52
Compare
Choose a tag to compare
  • 309c902 feature: expose Headscale gRPC service
  • b0fd9e3 change: Set policy.mode: database in Headscale configuration
  • cbcabbc add section about integration testing to README.md
  • 8f81369 Add LITESTREAM_SYNC_INTERVAL option and set its default to 10s (as opposed to Litestream usual default of 1s)
  • ba358a3 fix env url
  • 0a84c12 update readme
  • e646418 Deploy integration test (#7)
  • 5f6dea3 update formatting of README
  • db50ba8 replace HEADSCALE_SERVER_URL with HEADSCALE_DOMAIN_NAME variable (#6)
  • a0890cf Merge pull request #5 from NiklasRosenstein/nr/fix-server-url
  • 6298638 add HEADSCALE_EPHEMERAL_NODE_INACTIVITY_TIMEOUT option
  • 7fbd0cc add note about likely not being able to downscale Headscale to 0

0.2.3-headscale-0.23.0

11 Oct 15:53
Compare
Choose a tag to compare
  • 8a390e8 release 0.2.3
  • 7a8fc97 improvement: install age from apk instead of downloading from GitHub releases
  • 9b2318a use immediate deploy strategy in fly.example.toml
  • ecbbd81 add note about ENTRYPOINT_IDLE, Fly turning off the machine after a few minutes
  • 02b2624 add LICENSE (MIT)
  • 9df71d4 add renovate.json
  • 1d29eb4 fix: pin headscale and minio/mc version in Dockerfile
  • c782c00 Update README.md

0.2.2-headscale-0.23.0

11 Oct 12:28
Compare
Choose a tag to compare
  • 3f42db3 breaking: change default value of HEADSCALE_OIDC_USE_EXPIRY_FROM_TOKEN to false to align with Headscale's own default
  • 9a80b53 infra: release script now checks for unpushed commits
  • d58a577 infra: update release script to pull tags after creating release

0.2.1-headscale-0.23.0

11 Oct 11:59
Compare
Choose a tag to compare
  • d58a577 infra: update release script to pull tags after creating release
  • 54ac529 feature: add ENTYRYPOINT_IDLE variable

0.2.0-headscale-0.23.0

11 Oct 11:48
Compare
Choose a tag to compare
  • c8886b4 add release script
  • 4c86afc update readme
  • e0f8023 update readme
  • f3a6d2e readme: fix section about not runnning HA without HA-specific configuration
  • a66a947 update readme: AGE_PUBLIC_KEY does not need to be set anymore
  • 728c2c8 feature: add headscale-back-to-sqlite/ and add instructions for migrating Headscale
  • 4830aee breaking: rename variable AGE_PRIVATE_KEY to AGE_SECRET_KEY
  • 517a5cd fix: litestream.yml syntax
  • ba0a7c6 fix getting arch
  • 7d3892f ci: enable docker build caching
  • f6f1949 feature: configure Litestream retention, retention-check-interval and validation-interval
  • ca5764f feature: encrypt litestream replication with age
  • 402bca7 remove now-not-always-semantically-correct info log
  • 8759323 add IMPORT_DATABASE option
  • f94f750 support import-db.sqlite even if litestream is disabled
  • 2c71bed fix info command
  • ed87dcf add mc to container and use import-db.sqlite from S3 bucket if it exists instead of litestream restore
  • 41de971 fix litestream.yml indentation
  • 34d64c0 LITESTREAM_ENABLED now still configures litestream, but doesnt run Headscale with it
  • eaec37e allow placing a db.sqlite-new file to replace the existing one on startup
  • 5348ba0 fix passing headscale server URL option
  • 245eb2b add LITESTREAM_ENABLED option
  • b0f1d17 add HEADSCALE_SERVER to fly.example.toml
  • 6ee1980 add latest tag in fly.example.toml