Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#275)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent 13ff6cf commit fe6c06e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 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.8.0"
".": "0.9.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.9.0](https://github.com/defenseunicorns/uds-identity-config/compare/v0.8.0...v0.9.0) (2024-12-16)


### Features

* configurable authentication flows ([#282](https://github.com/defenseunicorns/uds-identity-config/issues/282)) ([47bad07](https://github.com/defenseunicorns/uds-identity-config/commit/47bad072d57e2474cc648bf1b42cb69552b66197))


### Bug Fixes

* add favicon to login theme ([#288](https://github.com/defenseunicorns/uds-identity-config/issues/288)) ([13ff6cf](https://github.com/defenseunicorns/uds-identity-config/commit/13ff6cf95af2dfe615208801803f645dc5cd74f5))
* link ([#276](https://github.com/defenseunicorns/uds-identity-config/issues/276)) ([4254754](https://github.com/defenseunicorns/uds-identity-config/commit/42547541bab11718415bc5458cc06cc049ae5329))
* passkey support ([#277](https://github.com/defenseunicorns/uds-identity-config/issues/277)) ([f0a198e](https://github.com/defenseunicorns/uds-identity-config/commit/f0a198edf4111fc3398d992b8acd9392f9658df3))
* remove deprecated encryption on renovate config ([#281](https://github.com/defenseunicorns/uds-identity-config/issues/281)) ([80dbfe7](https://github.com/defenseunicorns/uds-identity-config/commit/80dbfe788240bbbe725ea6ad3a89bf0d89bf35b1))


### Miscellaneous

* add support for configurable admin domain ([#284](https://github.com/defenseunicorns/uds-identity-config/issues/284)) ([03f8561](https://github.com/defenseunicorns/uds-identity-config/commit/03f8561128af268876506c7b097681fa1b2f2d5e))
* **deps:** update all dependencies ([#278](https://github.com/defenseunicorns/uds-identity-config/issues/278)) ([e23c7d0](https://github.com/defenseunicorns/uds-identity-config/commit/e23c7d03fdd7bbd9919b2a9254383f6564e37e97))
* **deps:** update all dependencies to v0.45.0 ([#285](https://github.com/defenseunicorns/uds-identity-config/issues/285)) ([9e6111c](https://github.com/defenseunicorns/uds-identity-config/commit/9e6111c8dc6b469f02508cda595d3e3e8e5cfb72))
* **deps:** update dependency defenseunicorns/uds-common to v1.5.1 ([#283](https://github.com/defenseunicorns/uds-identity-config/issues/283)) ([c314991](https://github.com/defenseunicorns/uds-identity-config/commit/c314991ed8feb795f7ff09aab65df101696a856e))
* **deps:** update dependency defenseunicorns/uds-common to v1.6.0 ([#286](https://github.com/defenseunicorns/uds-identity-config/issues/286)) ([8654954](https://github.com/defenseunicorns/uds-identity-config/commit/86549549aa4cdf34e08d7e9b18279fdb6df1d7d8))
* **deps:** update dependency prettier to v3.4.2 ([#274](https://github.com/defenseunicorns/uds-identity-config/issues/274)) ([dc56209](https://github.com/defenseunicorns/uds-identity-config/commit/dc56209d6e056a4b057105520e717c9117f9a424))
* **deps:** update gha-deps ([#287](https://github.com/defenseunicorns/uds-identity-config/issues/287)) ([bc82d3a](https://github.com/defenseunicorns/uds-identity-config/commit/bc82d3ae1911daba731ab199b77af69f0d711e45))

## [0.8.0](https://github.com/defenseunicorns/uds-identity-config/compare/v0.7.0...v0.8.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
- name: VERSION
description: "The image tag"
# x-release-please-start-version
default: "0.8.0"
default: "0.9.0"
# x-release-please-end

- name: IMAGE_NAME
Expand Down

0 comments on commit fe6c06e

Please sign in to comment.