Skip to content

Releases: jsiebens/ionscale

v0.4.0

09 Oct 07:03
v0.4.0
11af121

Choose a tag to compare

Changelog

New Features

  • daf577a feat: config dns using env variables
  • 11af121 feat: remove ephemeral machines on logout

v0.4.0-rc1

08 Oct 05:34
v0.4.0-rc1

Choose a tag to compare

v0.4.0-rc1 Pre-release
Pre-release

Changelog

New Features

  • bc1f188 feat: add some command aliases
  • ddc65d2 feat: add support for ssh acl policies
  • 9522e35 feat: enable/disable taildrop and service collection
  • 6d4a7b7 feat: set default derp map configuration
  • 70b9373 feat: set derp map for a tailnet

Bug fixes

  • c3e1344 fix: add admin capability flag when needed
  • 5bf919d fix: don't send derp map if not changed
  • c70a4cf fix: don't send peer capabilities to nodes
  • 1e3541e fix: remove check on nameservers as it is not required anymore for MagicDNS
  • 58de86a fix: use crypto/rand

v0.3.0

01 Oct 16:20
v0.3.0

Choose a tag to compare

Changelog

New Features

  • 2e57338 feat: add id token handler
  • 22cfe60 feat: add support for https certs

Bug fixes

  • 7cadcc9 fix: move auth config a level deeper

v0.2.0

29 Sep 13:07
v0.2.0
4557239

Choose a tag to compare

Changelog

New Features

  • 4e5f89a feat: add autoapprovers support in acls
  • 7ee4b27 feat: add cmd to enable/disable exit nodes and print information properly
  • 980ae6d feat: add flags to create tailnet with some proper default IAM policies
  • 69f7c22 feat: add support for autogroup:internet in acls
  • 7ad91c4 feat: add support for autogroup:self and autogroup:members
  • 0051eec feat: configure magic dns suffix
  • 2a5fe7f feat: generate control keys by default in db
  • c1ffe03 feat: mark machines as ephemeral when requested by the client

Bug fixes

  • e5a3d3c fix: sanitize tailnet name properly
  • 8c6ea90 fix: system admin can always use tags
  • 4557239 fix: use correct context

v0.1.1

22 Sep 13:54
v0.1.1
c6ebeb3

Choose a tag to compare

Changelog

Bug fixes

  • c6ebeb3 fix: improve some default values

v0.1.0

21 Sep 06:24
v0.1.0
bfcf0c7

Choose a tag to compare

Changelog

New Features

  • bfcf0c7 feat: configure server using flags

Bug fixes

  • 47b15d3 fix: make config file optional

v0.1.0-rc3

20 Sep 09:17
v0.1.0-rc3
ec353f7

Choose a tag to compare

v0.1.0-rc3 Pre-release
Pre-release

Changelog

New Features

  • ec353f7 feat: flag to disable newline in genkey output

Bug fixes

  • 1702cf1 fix: change precedence order, env variables overrule file config
  • 92ca75b fix: remove _ from tag_owners, make it more compliant
  • b65119b fix: system admin is always a tag owner

v0.1.0-rc2

16 Sep 14:38
v0.1.0-rc2
b265fc4

Choose a tag to compare

v0.1.0-rc2 Pre-release
Pre-release

Changelog

New Features

  • 3b9ce04 feat: add methods to enable and disable single routes
  • b265fc4 feat: implement tag owners
  • 3d03f49 feat: update on how to show dns config

Bug fixes

  • ebf0016 fix: always show machines of the same user
  • 69dd1f6 fix: don't strip tag: prefix from tag values
  • f71ca49 fix: send correct nameservers when using split dns
  • 3aa2d68 fix: validate tags when creating auth keys

v0.1.0-rc1

10 Sep 14:08
v0.1.0-rc1
61d78fe

Choose a tag to compare

v0.1.0-rc1 Pre-release
Pre-release

Changelog

v0.0.1-preview8

10 Sep 10:39
v0.0.1-preview8
5b51e29

Choose a tag to compare

v0.0.1-preview8 Pre-release
Pre-release

Changelog

New Features

  • 284ec18 feat: add command to generate a simple config
  • 4c9ea46 feat: add number of connected machines metric
  • 5a77d2b feat: decouple db migrations from domain model
  • 9281deb feat: force http to https redirect even when tls is disabled
  • e5ed471 feat: make keep alive interval configurable
  • 88509c8 feature: force https

Bug fixes

  • 82c814a fix: change metrics port to 9091, a more default port for prometheus clients
  • 4051108 fix: change port to match default server config
  • c193a4b fix: correct registration and cli authentication flows
  • 5b51e29 fix: disable logtail for now
  • 0f0829c fix: use same name for admin key env variable in client and server