Releases: canonical/identity-platform-login-ui
Releases · canonical/identity-platform-login-ui
v0.11.3
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
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
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
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
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
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
0.8.2 (2023-08-17)
Bug Fixes
- use the same import and drop an alias (5af7944)
v0.8.1
0.8.1 (2023-08-15)
Bug Fixes
- fixed timeout in deepcheck handler (511f86f)
v0.8.0
0.8.0 (2023-08-15)
Features
- added new /api/v0/deepcheck route (7ccc8eb)
- added service layer to pkg/status (aee2027)
- adjust the wiring of the status pkg (2b6b66c)
Bug Fixes
- add MetadataAPI methods to clients objects (c5e76e1)
v0.7.0
0.7.0 (2023-08-15)
Features
- changed the route to the ui resources to /ui/* (bff64e5)
Bug Fixes
- fixed server treating all misc routes as fileserver requests (b8b4ded)