Skip to content

Releases: jsiebens/ionscale

v0.0.1-preview7

06 Sep 14:43
v0.0.1-preview7
550febc

Choose a tag to compare

v0.0.1-preview7 Pre-release
Pre-release

Changelog

New Features

  • d0e69cc feat: add method to get auth method
  • 6700d0d feat: add support for postgres
  • f6961cf feat: delete auth method
  • 70e84be feat: delete users
  • d5f7122 feat: disable and enable key expiry
  • 3568764 feat: get machine details
  • ba379e1 feat: list users
  • f389394 feat: lock database when migrating
  • 4234c5e feat: login as system admin using oidc
  • 49e5c79 feat: make system admin key optional
  • 82a28e3 feat: read control and legacy control key from environment
  • 0d5ffa9 feat: read keys from config file
  • a94e0ce feat: remove auth-filter in favor of a new IAM Policy setup
  • 25ee5a2 feat: save current tailnet for subsequent requests
  • bbe9d16 feat: user auth
  • 12eb258 feat: user roles

Bug fixes

  • d735974 fix: add csrf and remove need of a cache
  • 7976e7a fix: add env variable for enabling acme
  • 5fdde45 fix: add some more information and checks on cli flags
  • eefa150 fix: check if an auth method is available when authenticating with the cli
  • 409dd3a fix: exclude 'service' users in list
  • df02644 fix: expiration timestamp and disable flag
  • f225f42 fix: foreign key violation when deleting tailnet
  • 32c396a fix: incorrect json tag
  • 41827dc fix: increase poll frequency when waiting for authentication
  • 1715eb6 fix: remove whitespace when printing new key
  • 0756de5 fix: send dns update correctly
  • 58e1f38 fix: type safe acl policy in api
  • 7db10b5 fix: update expiration date when authentication is succesful
  • 550febc fix: use abs path, giving a proper error when file does not exists

Other work

v0.0.1-preview4

03 Jun 12:32

Choose a tag to compare

v0.0.1-preview4 Pre-release
Pre-release

Changelog

New Features

  • da71a43 feat: replace grpc with buf connect
  • 1654680 feat: set default key expiry

Bug fixes

  • 687fcd1 fix: only expire machines from tailnet of the auth filter

v0.0.1-preview3

28 May 07:01

Choose a tag to compare

v0.0.1-preview3 Pre-release
Pre-release

Changelog

New Features

  • 0e3ca9f feat: add api methods to get tailnet and authkey by id
  • 198b679 feat: add auth filters
  • e8dc2ee feat: add command to expire a machine
  • 84a57ea feat: add support for oidc providers and users
  • 2b5439b feat: delete auth filters
  • c04a5e2 feat: set and get derp map

Bug fixes

  • 482194a fix: add tags in response when creating an auth key
  • 03fd199 fix: display tagged devices in user profile
  • 9a5be02 fix: remove duplicate entries in filter rules
  • 37e94ac fix: return error when an invalid auth key is used
  • 0055411 fix: wait until authurl/followup url is visited

Other work

  • 68223f9 change name template for checksums

v0.0.1-preview2

20 May 08:50

Choose a tag to compare

v0.0.1-preview2 Pre-release
Pre-release

Changelog

New Features

  • 0a9aab7 feat: add command to generate a server key
  • b1974d7 feat: generate and store control keys

Other work

  • fadaca6 enable prerelease and pusblish binaries

v0.0.1-preview1

17 May 10:56

Choose a tag to compare

v0.0.1-preview1 Pre-release
Pre-release

Changelog

New Features

  • 2d4f614 feat: acl rules based on cidr ranges
  • f5a2719 feat: add support for certmagic
  • c74a082 feat: add support for grpc web
  • 3d629a0 feat: allow ts2021 protocol using plain http
  • e5c7a11 feat: configure ACL policies based on tags and hosts
  • 52aa221 feat: configure dns preferecens for tailnets
  • 9769f40 feat: delete tailnet
  • 3aceacb feat: view and enable routes on machines

Other work