diff --git a/.docs/changelog.md b/.docs/changelog.md index 4dfeeec850a246a3fb3983d4dc7416c079bc8047..f2cb6b83a17dc3d9f4b09efd2c231e8cfbdac917 100644 --- a/.docs/changelog.md +++ b/.docs/changelog.md @@ -4,11 +4,13 @@ author: Martin Weise ## v1.7.3 (2025-03-17) -[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.2) +[:simple-gitlab: GitLab Release](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/tags/v1.7.3) #### Fixes * Fixed a wrong configuration where assets were not considered in the Kubernetes deployment. +* Fixed a wrong configuration in the Docker deployment where the OIDC provider did not consider other URLs than + `http://localhost`. ## v1.7.2 (2025-03-13) @@ -75,7 +77,7 @@ author: Martin Weise * Replaced sequential numerical ids with non-guessable random ids in the Metadata Database in [#491](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/491). -* Changed the interface for executing query in subsets/views +* Changed the interface for executing query in subsets/views in [#493](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/493). #### Removals