Skip to content

Commit 122684c

Browse files
committed
ci: release 1.25.3
1 parent 52ce52a commit 122684c

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.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.2"
2+
".": "1.25.3"
33
}

CHANGELOG.md

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

3+
## [1.25.3](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.2...v1.25.3) (2026-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.43.0 [security] ([28bbc24](https://github.com/canonical/identity-platform-admin-ui/commit/28bbc2422aafdb6270377a36c749f06cd4892489))
9+
* **deps:** update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] ([3566e7a](https://github.com/canonical/identity-platform-admin-ui/commit/3566e7a41251e56c38ce2f38aeca6191bfaf0b3d))
10+
* **deps:** update module google.golang.org/grpc to v1.79.3 [security] ([c2049d8](https://github.com/canonical/identity-platform-admin-ui/commit/c2049d8f66267c11d752fe522df9c14a2868c055))
11+
* **deps:** update module google.golang.org/grpc to v1.79.3 [security] ([#759](https://github.com/canonical/identity-platform-admin-ui/issues/759)) ([6f2c8ed](https://github.com/canonical/identity-platform-admin-ui/commit/6f2c8ed5dfdfc3021584141aa6b15d6fa9bf3fb7))
12+
313
## [1.25.2](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.1...v1.25.2) (2026-02-18)
414

515

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.2" // x-release-please-version
6+
const Version = "1.25.3" // 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.2
4+
version: 1.25.3
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)