Skip to content

Commit 48a659f

Browse files
committed
ci: release 0.26.0
1 parent 6f39b2b commit 48a659f

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.25.0"
2+
".": "0.26.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.26.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.25.0...v0.26.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* implement registration ([2369f15](https://github.com/canonical/identity-platform-login-ui/commit/2369f159de9948f427fa799965bbc43c0ef62c01))
9+
* initiate login in a new context ([383f085](https://github.com/canonical/identity-platform-login-ui/commit/383f085692b39949be97f5961b036dde26cde5cf))
10+
* temporary UI work as a guide for web team implementation ([f37ef3e](https://github.com/canonical/identity-platform-login-ui/commit/f37ef3e7f0e5e5b9d194f9d25c23c021c678435e))
11+
* update service interface ([19a46dc](https://github.com/canonical/identity-platform-login-ui/commit/19a46dc673684f846ff500cc474dc9df532410a6))
12+
13+
14+
### Bug Fixes
15+
16+
* propagate aal2 to determine if cookies must be deleted ([c01a716](https://github.com/canonical/identity-platform-login-ui/commit/c01a716e59fa87313da7a90d5beef08566ed8609))
17+
* redirect to user details page when session is valid ([be3ca15](https://github.com/canonical/identity-platform-login-ui/commit/be3ca15be817301093ff32ec4f95f8df68f77771))
18+
* redirect to user details page when session is valid ([#769](https://github.com/canonical/identity-platform-login-ui/issues/769)) ([6f39b2b](https://github.com/canonical/identity-platform-login-ui/commit/6f39b2b6b21e60ed8d30d70dfb5238001413cfd5))
19+
* respect max_age ([f8326f1](https://github.com/canonical/identity-platform-login-ui/commit/f8326f1ec420bfd0ea9dd33b24bbc784f52ccda1))
20+
* return error on GetLoginFlow and delete session cookie in case of csrf violation ([b3cd112](https://github.com/canonical/identity-platform-login-ui/commit/b3cd1127a6532d9a025a1db8252a4ba8131a53da))
21+
322
## [0.25.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.24.2...v0.25.0) (2026-02-02)
423

524

internal/version/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const Version = "0.25.0" // x-release-please-version
3+
const Version = "0.26.0" // x-release-please-version

rockcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: identity-platform-login-ui
22
base: bare
33
build-base: ubuntu@22.04
4-
version: 0.25.0
4+
version: 0.26.0
55
summary: Canonical Identity platform login UI
66
description: |
77
This is the Canonical Identity platform login UI used for connecting

0 commit comments

Comments
 (0)