Releases: infrahq/infra
Releases · infrahq/infra
v0.0.8
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 theKUBECONFIG
environment variable - Fixed bug where
infra login
would fail if certificates were invalid
v0.0.7
Bump helm charts
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
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 withserver
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