Skip to content

Commit b8ac816

Browse files
committed
ci: release 1.25.2
1 parent c393572 commit b8ac816

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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-
".": "1.25.1"
2+
".": "1.25.2"
33
}

CHANGELOG.md

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

3+
## [1.25.2](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.1...v1.25.2) (2025-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* add security logger ([4e41be3](https://github.com/canonical/identity-platform-admin-ui/commit/4e41be3643facef7c9394207753b3fee4d83bbd5))
9+
* check if user can assign on grpc ([5bacacb](https://github.com/canonical/identity-platform-admin-ui/commit/5bacacb7ebe9e1c935f3f52c6d7ffea8eaa37eee))
10+
* **deps:** update module google.golang.org/protobuf to v1.36.10 ([f351938](https://github.com/canonical/identity-platform-admin-ui/commit/f351938f2016b9a8adb225d1d6ad501332254025))
11+
* **deps:** update module google.golang.org/protobuf to v1.36.10 ([0b6c15f](https://github.com/canonical/identity-platform-admin-ui/commit/0b6c15f48dd1c9ee2ade2c4e69d9e6b06737ac69))
12+
* improve startup logic ([45d3e78](https://github.com/canonical/identity-platform-admin-ui/commit/45d3e78a0543afa8bc0650573281284977c5e82d))
13+
314
## [1.25.1](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.0...v1.25.1) (2025-10-01)
415

516

internal/version/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
package version
55

6-
const Version = "1.25.1" // x-release-please-version
6+
const Version = "1.25.2" // 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-admin-ui
22
base: bare
33
build-base: ubuntu@22.04
4-
version: 1.25.1
4+
version: 1.25.2
55
summary: Canonical Identity platform Admin UI
66
description: |
77
This is the Canonical Identity platform admin UI used for connecting

0 commit comments

Comments
 (0)