Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.25.2"
".": "1.25.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.25.3](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.2...v1.25.3) (2026-04-23)


### Bug Fixes

* **deps:** update module github.com/jackc/pgx/v5 to v5.9.2 [security] ([85f5791](https://github.com/canonical/identity-platform-admin-ui/commit/85f57919551f0ab0a97795ac878405fda0c26817))
* **deps:** update module github.com/jackc/pgx/v5 to v5.9.2 [security] ([#771](https://github.com/canonical/identity-platform-admin-ui/issues/771)) ([3bba1de](https://github.com/canonical/identity-platform-admin-ui/commit/3bba1de82a71c86b75e447c30ee284f6433bcd8e))
* **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))
* **deps:** update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] ([3566e7a](https://github.com/canonical/identity-platform-admin-ui/commit/3566e7a41251e56c38ce2f38aeca6191bfaf0b3d))
* **deps:** update module google.golang.org/grpc to v1.79.3 [security] ([c2049d8](https://github.com/canonical/identity-platform-admin-ui/commit/c2049d8f66267c11d752fe522df9c14a2868c055))
* **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))

## [1.25.2](https://github.com/canonical/identity-platform-admin-ui/compare/v1.25.1...v1.25.2) (2026-02-18)


Expand Down
2 changes: 1 addition & 1 deletion internal/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

package version

const Version = "1.25.2" // x-release-please-version
const Version = "1.25.3" // x-release-please-version
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: identity-platform-admin-ui
base: bare
build-base: ubuntu@22.04
version: 1.25.2
version: 1.25.3
summary: Canonical Identity platform Admin UI
description: |
This is the Canonical Identity platform admin UI used for connecting
Expand Down
Loading