Skip to content

Releases: infrahq/infra

v0.13.3

09 Jun 22:33
01a210a
Compare
Choose a tag to compare

0.13.3 (2022-06-09)

Features

Bug Fixes

v0.13.2

09 Jun 18:31
56bde96
Compare
Choose a tag to compare

0.13.2 (2022-06-09)

Features

  • add list users in group api + groups list cli (#2193) (9fcfa94)
  • add more default cluster roles (7771c50)
  • detect unique constraint violation (be062c9)
  • get user api should return names of providers user belongs to (#2219) (17adab4)

Bug Fixes

v0.13.1

27 May 18:00
f4992b1
Compare
Choose a tag to compare

0.13.1 (2022-05-27)

Features

  • add force flag to grants add (67fd367)
  • agent to keep kube config up to date (#2013) (defcf4e)
  • enable server UI by default (c5ec0fb)
  • error on removal if resource does not exist (0af2f52)
  • update docs (ae47563)

Bug Fixes

v0.13.0

12 May 18:06
5cbcdea
Compare
Choose a tag to compare

0.13.0 (2022-05-12)

⚠ BREAKING CHANGES

  • remove kubernetes. prefix from destinations (#1849)

Features

  • add api versioning with request/response migrations (#1884) (41527b8)
  • add api versioning with request/response migrations (#1884) (#1911) (a2c0c12)
  • add resources/roles to destinations api (71598e0)
  • cmd: check namespace/role exists in grant add (e257ba2)
  • dereference polymorhpic IDs in grant responses (2b82143)
  • introduce cli errors (#1786) (d7dab70)
  • list responses as objects (406915f)
  • move info and version from flags to other commands (#1864) (cf9e073)
  • remove polymorphic id from login response (3aa34e5)
  • update clients to use list responses (b679426)
  • use email name for authinfo inside of kube (#1852) (e93cd84)

Bug Fixes

v0.12.2

29 Apr 23:14
08a78e3
Compare
Choose a tag to compare

0.12.2 (2022-04-29)

Features

  • cmd: optional access key name (56de3d1)

Bug Fixes

  • block removing last infra admin (ddf29a7)
  • do not label signup user grant as created by system (5b900f4)
  • loading connector.Options (a992e94)
  • mac os uses symlink for canonical path (#1792) (1c128c3)

v0.12.1

28 Apr 16:12
acfe660
Compare
Choose a tag to compare

0.12.1 (2022-04-28)

Bug Fixes

v0.12.0

27 Apr 21:13
0c3df4a
Compare
Choose a tag to compare

0.12.0 (2022-04-27)

⚠ BREAKING CHANGES

  • removes the GET /v1/introspect endpoint. Use /v1/identities/self

Bug Fixes

  • revert pull request #1682 from infrahq/dnephin/replace-viper (c1cf195)
  • update endpoints in ui (61940a5)

Improvement

  • remove the /v1/introspect endpoint (1c81e26)

v0.11.1

27 Apr 17:21
0ae50ed
Compare
Choose a tag to compare

0.11.1 (2022-04-27)

Features

Bug Fixes

  • add back local users to quickstart (#1748) (5278f2f)
  • connector access key not found when connector is disabled (51609b7)
  • do not look up k8s name when provided (#1702) (95c8eff)
  • helm chart values.yaml for ui (#1712) (1c63c03)
  • only use color logging with a terminal (d8d9a4d)
  • use common ca instead of sni to generate connector certificates (#1687) (43d4c3f)

v0.11.0

23 Apr 02:08
55e3424
Compare
Choose a tag to compare

0.11.0 (2022-04-22)

⚠ BREAKING CHANGES

  • Infra now includes an updated signup & login flow. This will require users to update the infra CLI
  • The UI fields in the server config file have changed.

Features

  • add request timeouts (#1594) (c744d1b)
  • change signup request endpoint to use email (#1662) (10c487e)
  • create admin user on first login (a95e006)
  • format infra keys list with user name (#1666) (5b87585)
  • login and logout of current or all servers, also affects clear (#1633) (bd62622)

Bug Fixes

  • api: fix marshalling of api.Time values (0299e4c)
  • ci: actions not running correctly (ac5536b)
  • cli log level and reading from env vars (3947a69)
  • cli: fix the extension-deadline flag (d417c56)
  • create provider user for signup user (d53e508)
  • do not set a otp on machine identities (#1624) (e52b819)
  • fix 404 and proxy ui routes (#1661) (5d59787)
  • flakey test fix (#1650) (5ce7dba)
  • help prevent bad provider config (#1630) (79bfca4)

Improvement

  • refactor setup to signup (adf34cf)
  • structure the UI config (b257bc9)

v0.10.3

14 Apr 01:29
049c988
Compare
Choose a tag to compare

0.10.3 (2022-04-14)

Features

Bug Fixes

  • allow use by name alone (5ef685a)
  • docs build (#1586) (3f7eebf)
  • fix examples of additionaSecrets (d22c768)
  • infra providers add set client ID/secret (39228f8)
  • loading of key providers from config (8502dad)
  • migrate identity provider_id with tests (#1569) (709a37b)
  • Moved graphic to the top of page (44ffe41)
  • no provider lookup if zero (ec5ffb2)
  • not logging api calls (ec220ff)
  • re-index identities after de-duplication (c46aa3e)
  • server: use mapstructure to decode secrets config (4053ccb)
  • version bump path (d137a0d)