Skip to content

Commit

Permalink
Merge pull request #188 from canonical/release-please--branches--main
Browse files Browse the repository at this point in the history
ci: release 1.5.0
  • Loading branch information
canonical-iam committed Jan 31, 2024
2 parents 95d9275 + 9c871f4 commit 7cafe5f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.5.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.4.0...v1.5.0) (2024-01-26)


### Features

* use cobra-cli ([8f061d3](https://github.com/canonical/identity-platform-admin-ui/commit/8f061d3168545cb8d5a04770cd06549a29ba3c2d))


### Bug Fixes

* add config for openfga integration ([bc751e2](https://github.com/canonical/identity-platform-admin-ui/commit/bc751e2842b6791c96a9316d26ebbb3d0e500944))
* add logic for create-fga-model ([7fc9a6c](https://github.com/canonical/identity-platform-admin-ui/commit/7fc9a6c4bba714cfba23e6a880e3314c9fc68126))
* add noop tracer ([f97484c](https://github.com/canonical/identity-platform-admin-ui/commit/f97484cf2758f66506c93262214152898099f08a))
* add openfga module ([d7d3418](https://github.com/canonical/identity-platform-admin-ui/commit/d7d34183d7ec1c9513d08577e26fcb1606d4cae2))
* implement version command ([fe5fc83](https://github.com/canonical/identity-platform-admin-ui/commit/fe5fc8359cbb06d3e4921d803240b4954def2fc0))
* introduce authorization module ([28df12b](https://github.com/canonical/identity-platform-admin-ui/commit/28df12bd29de1f2bd085a52f9aa012e517cb7325))
* introduce noop logging and monitoring ([09b529d](https://github.com/canonical/identity-platform-admin-ui/commit/09b529d3a519a30bdb46c5fe18ea5c782429cdd5))

## [1.4.0](https://github.com/canonical/identity-platform-admin-ui/compare/v1.3.0...v1.4.0) (2024-01-04)


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 = "1.4.0" // x-release-please-version
const Version = "1.5.0" // x-release-please-version
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: identity-platform-admin-ui

base: bare
build-base: [email protected]
version: '1.4.0' # x-release-please-version
version: '1.5.0' # x-release-please-version
summary: Canonical Identity platform Admin UI
description: |
This is the Canonical Identity platform admin UI used for connecting
Expand Down

0 comments on commit 7cafe5f

Please sign in to comment.