Skip to content

Releases: infrahq/infra

v0.0.8

08 Jul 21:00
Compare
Choose a tag to compare

Changelog

  • Standardize login terminology across docs & product
  • New SSO success page when logging in via the CLI
  • No longer log users out in all previous locations when running infra login
  • Fixed bug where Kubernetes configuration file would use ~/.kube/config instead of respecting the KUBECONFIG environment variable
  • Fixed bug where infra login would fail if certificates were invalid

v0.0.7

07 Jul 18:10
Compare
Choose a tag to compare
Bump helm charts

v0.0.6

01 Jul 18:54
Compare
Choose a tag to compare
v0.0.6

v0.0.5

29 Jun 00:29
Compare
Choose a tag to compare
v0.0.5

v0.0.4

28 Jun 18:35
Compare
Choose a tag to compare
  • New helm chart for easy installation
  • Fixed bug where configuration file would override ad-hoc permissions
  • Remove experimental UI for now

v0.0.3

16 Jun 02:05
Compare
Choose a tag to compare

Improvements

  • New interactive first-time signup experience
  • Support for multiple clusters

v0.0.2

27 May 05:08
Compare
Choose a tag to compare

Improvements

  • New interactive login experience for Okta and built-in providers
  • Add deploy/dev.yaml for easy testing in development with Docker for Mac
  • Replace engine subcommand with server for clarity
  • Don't allow deleting oneself
  • Experimental UI (behind --ui flag)
  • Remove token commands and api calls (except POST /v1/token to create tokens)
  • Remove printing when running "infra users create" or "infra users delete"
  • Generate self-signed certificates if ACME certificates cannot be generated (IP addresses and localhost)
  • Allow connecting to self-signed certificate servers via the --insecure or -i flag (i.e. infra --insecure users ls)

Implementation

  • Use JWTs instead of hashed tokens
  • Use Sqlite for a database instead of boltdb for more powerful querying - note this introduces a CGO dependency and complicates builds

v0.0.1

07 May 05:24
Compare
Choose a tag to compare

Initial development release of Infra