Skip to content

Releases: canonical/identity-platform-login-ui

v0.14.0

30 Apr 10:22
14179cb
Compare
Choose a tag to compare

0.14.0 (2024-04-30)

Features

  • add error handling for login flow WD-10252 (f96567e)
  • return common errors to ui (5828a6a)
  • support password method (f8842f0)

Bug Fixes

v0.13.0

16 Apr 10:45
6260d8e
Compare
Choose a tag to compare

0.13.0 (2024-04-16)

Features

  • add success screen for device flow WD-10251 (e9b77db)

Bug Fixes

  • add device flow logic to hydra client (ca4a1f9)
  • add error handling to the device_code page (666f95b)
  • CheckAllowedProviders: fix OAuthKeeper case (24212f4)
  • implement device_code backend logic (06bb0b2)
  • pass error response from hydra to UI (b165f43)
  • typo in Oathkeeper name (5f7634d)
  • update device_code page (4ca0d13)
  • update hydra config (cb1e049)

v0.12.0

31 Jan 13:28
d4721f2
Compare
Choose a tag to compare

0.12.0 (2024-01-31)

Features

  • Add authorization logic for allowed providers (5da85b7)
  • Add authorizer struct (c6170a2)
  • add create-fga-model CLI command (42f47df)
  • add fallback logo for identity providers (ca957ee)
  • Add openfga client (8628fa6)
  • remove okta logo from login providers list (88bb621)
  • use cobra for CLI (50963a3)
  • use new design and add user flows as dummy pages WD-8469 (2ac0e1a)

Bug Fixes

v0.11.3

24 Nov 13:54
cd59666
Compare
Choose a tag to compare

0.11.3 (2023-11-01)

Bug Fixes

  • deps: update dependency @canonical/react-components to v0.47.1 (529c5d6)
  • deps: update dependency vanilla-framework to v4.4.0 (b9e3b03)
  • deps: update dependency vanilla-framework to v4.5.0 (bd40882)
  • downgrade Kratos sdk (b36de36)

v0.11.2

04 Oct 10:25
cf27f6b
Compare
Choose a tag to compare

0.11.2 (2023-10-04)

Bug Fixes

  • add app version config (78e93b5)
  • add flag parsing logic (39123a1)
  • deps: update go deps (71edbe7)
  • deps: update go deps to v1.19.0 (1a880ce)
  • deps: update module github.com/ory/kratos-client-go to v1 (8a4894a)
  • deps: update module github.com/prometheus/client_golang to v1.17.0 (1066d13)
  • deps: update module go.uber.org/zap to v1.26.0 (9041a1a)
  • do not prefix version with v (cdc9cf1)
  • IAM-514 compare json payloads to verify object is the same (fde33fa)
  • move version in a separate package (6f3c03b)

v0.11.1

14 Sep 11:25
0f7031f
Compare
Choose a tag to compare

0.11.1 (2023-09-14)

Bug Fixes

  • add debug flag (e32b5c0), closes #155
  • deps: update dependency vanilla-framework to v4.3.0 (e19304c)
  • deps: update go deps (20cc702)
  • deps: update go deps to v1.18.0 (6bda56c)

v0.11.0

12 Sep 10:46
243679e
Compare
Choose a tag to compare

0.11.0 (2023-09-12)

Features

  • added ca-certificates package to stage-packages (e09f07c)
  • removed index.tsx and registration.tsx from ui/pages (0e15096)

Bug Fixes

  • deps: update dependency vanilla-framework to v4 (27079f6)
  • deps: update go deps (6658d1a)
  • deps: update internal ui dependencies (72f9278)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.10 (e5042c9)
  • remove renovate workflow (991215f)
  • tranform Kratos 422 HTTP resp to 200 (3deebc4)
  • Use variables instead of ints for HTTP statuses (9332221)

v0.10.0

23 Aug 21:39
3579827
Compare
Choose a tag to compare

0.10.0 (2023-08-23)

Features

  • add healthcheck package for background tasks (4b3fe14)

Bug Fixes

  • fixed bug in consent page (d1a8e7a)
  • move buildInfo into service (a8a0115)
  • use check statuses in the service layer (1d89f0f)

v0.9.0

22 Aug 21:44
e45668a
Compare
Choose a tag to compare

0.9.0 (2023-08-22)

Features

  • add instrumentation to deep health check (f565c50)

Bug Fixes

  • add set methods for each metric (df62e32)
  • adjust wiring of status pkg (1d69a58)
  • drop MetricInterface and adjust interface methods (50542f6)
  • fixed handlers for kratos api proxying (2ac0764)

v0.8.2

17 Aug 15:02
b47dcf7
Compare
Choose a tag to compare

0.8.2 (2023-08-17)

Bug Fixes

  • use the same import and drop an alias (5af7944)