Skip to content

Commit

Permalink
ci: release 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
canonical-iam committed Feb 4, 2025
1 parent 1932e6a commit a54803f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.21.0"
".": "0.21.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.21.1](https://github.com/canonical/identity-platform-login-ui/compare/v0.21.0...v0.21.1) (2025-02-04)


### Bug Fixes

* **deps:** update dependency @canonical/react-components to v1.10.0 ([fa40304](https://github.com/canonical/identity-platform-login-ui/commit/fa403044d434505113ada5fb23995ec7132f3610))
* **deps:** update dependency @canonical/react-components to v1.9.1 ([ecaa1d9](https://github.com/canonical/identity-platform-login-ui/commit/ecaa1d9d667cdb2a8f746d6aa49ef04e584b18d0))

## [0.21.0](https://github.com/canonical/identity-platform-login-ui/compare/v0.20.0...v0.21.0) (2025-01-28)


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

const Version = "0.20.0" // x-release-please-version
const Version = "0.21.1" // x-release-please-version
24 changes: 13 additions & 11 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
name: identity-platform-login-ui

base: bare
build-base: [email protected]
version: '0.20.0' # x-release-please-version
version: 0.21.1
summary: Canonical Identity platform login UI
description: |
This is the Canonical Identity platform login UI used for connecting
Ory Kratos with Ory Hydra.
license: Apache-2.0

platforms:
amd64:

amd64: null
services:
login-ui:
override: replace
command: /usr/bin/identity-platform-login-ui serve
startup: enabled

parts:
go-build:
plugin: go
Expand All @@ -29,17 +25,23 @@ parts:
build-packages:
- make
- git
override-build: |
override-build: >
make npm-build build
install -D -m755 app ${CRAFT_PART_INSTALL}/opt/identity-platform-login-ui/bin/app
install -D -m755 app
${CRAFT_PART_INSTALL}/opt/identity-platform-login-ui/bin/app
organize:
opt/identity-platform-login-ui/bin/app: usr/bin/identity-platform-login-ui
stage-packages:
- base-files_var

deb-security-manifest:
plugin: nil
override-prime: |
override-prime: >
set -x
mkdir -p $CRAFT_PRIME/usr/share/rocks/
(echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query --admindir=$CRAFT_PRIME/var/lib/dpkg/ -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > $CRAFT_PRIME/usr/share/rocks/dpkg.query
(echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" &&
dpkg-query --admindir=$CRAFT_PRIME/var/lib/dpkg/ -f
'${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n'
-W) > $CRAFT_PRIME/usr/share/rocks/dpkg.query

0 comments on commit a54803f

Please sign in to comment.