Skip to content

Commit

Permalink
chore(main): release 1.47.5 (#1755)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.47.5](v1.47.4...v1.47.5)
(2025-01-30)


### Bug Fixes

* **auth:** Allow .noconsent scope in EndUser auth policy
([#1760](#1760))
([d770779](d770779))
* **auth:** Split values when checking EndUser scopes
([#1764](#1764))
([5957e7d](5957e7d))


### Miscellaneous Chores

* Add FormSubmitted and FormSaved to ActivityType
([#1742](#1742))
([4b9bad0](4b9bad0))
* **deps:** update dependency ziggycreatures.fusioncache to v2
([#1752](#1752))
([dd24928](dd24928))
* **perfomance:** Fixing github action to run performance tests in k8s
([#1739](#1739))
([166d53d](166d53d))
* Remove old OccuredAt property on DomainEvent
([#1758](#1758))
([67ee75d](67ee75d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Are Almaas <arealmaas@gmail.com>
  • Loading branch information
dialogporten-bot and arealmaas authored Jan 30, 2025
1 parent 634580d commit 15484b5
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@
{
".": "1.47.4"
".": "1.47.5"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.47.5](https://github.com/Altinn/dialogporten/compare/v1.47.4...v1.47.5) (2025-01-30)


### Bug Fixes

* **auth:** Allow .noconsent scope in EndUser auth policy ([#1760](https://github.com/Altinn/dialogporten/issues/1760)) ([d770779](https://github.com/Altinn/dialogporten/commit/d7707797a91e30c4db4a2ae70b746bb661d9b835))
* **auth:** Split values when checking EndUser scopes ([#1764](https://github.com/Altinn/dialogporten/issues/1764)) ([5957e7d](https://github.com/Altinn/dialogporten/commit/5957e7dbb84c316c35d212609b7480dae47ab42b))


### Miscellaneous Chores

* Add FormSubmitted and FormSaved to ActivityType ([#1742](https://github.com/Altinn/dialogporten/issues/1742)) ([4b9bad0](https://github.com/Altinn/dialogporten/commit/4b9bad002d90e06425bb6782a0a945c6a841f1f1))
* **deps:** update dependency ziggycreatures.fusioncache to v2 ([#1752](https://github.com/Altinn/dialogporten/issues/1752)) ([dd24928](https://github.com/Altinn/dialogporten/commit/dd24928c2905ad3edd69539b2038082794dbfa1b))
* **perfomance:** Fixing github action to run performance tests in k8s ([#1739](https://github.com/Altinn/dialogporten/issues/1739)) ([166d53d](https://github.com/Altinn/dialogporten/commit/166d53d58381ab16d706a1ff5ad635e115946d4a))
* Remove old OccuredAt property on DomainEvent ([#1758](https://github.com/Altinn/dialogporten/issues/1758)) ([67ee75d](https://github.com/Altinn/dialogporten/commit/67ee75dcc0479eac4a561b8aa37b47c12a5075b1))

## [1.47.4](https://github.com/Altinn/dialogporten/compare/v1.47.3...v1.47.4) (2025-01-29)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.47.4
1.47.5

0 comments on commit 15484b5

Please sign in to comment.