Skip to content

Commit 2d03ed3

Browse files
Merge pull request #567 from canonical/release-please--branches--main
ci: release 1.24.1
2 parents 4035da2 + c38bee5 commit 2d03ed3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.24.0"
2+
".": "1.24.1"
33
}

CHANGELOG.md

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

3+
## [1.24.1](https://github.com/canonical/identity-platform-admin-ui/compare/v1.24.0...v1.24.1) (2025-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* address CVE-2025-30153 ([c6e97e5](https://github.com/canonical/identity-platform-admin-ui/commit/c6e97e5f538e8fbe883cde49b43d7e2fd66bb5e9)), closes [#565](https://github.com/canonical/identity-platform-admin-ui/issues/565)
9+
310
## [1.24.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.23.0...v1.24.0) (2025-04-15)
411

512

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