Skip to content
Snippets Groups Projects
Verified Commit c7a0d19c authored by Martin Weise's avatar Martin Weise
Browse files

Finalized changelog

parent 9d57fca7
Branches
No related tags found
1 merge request!370Fixed the test
...@@ -10,24 +10,33 @@ author: Martin Weise ...@@ -10,24 +10,33 @@ author: Martin Weise
#### Features #### Features
* Added Auth Service init container to sync internal system ("admin") user into Metadata Database. * Added possibility to modify table description and privacy mode that hides metadata of databases, tables, subsets and
views in [#472](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/472).
* Added Auth Service init container to sync internal system ("admin") user into Metadata Database
in [#470](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/470.)
#### Changes #### Changes
* Drop MariaDB Galera chart version from [`14.0.12`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/14.0.12) * Drop MariaDB Galera chart version from [
to [`13.2.7`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/13.2.7) because of stability issues with the newer versions on the OpenShift Kubernetes cluster. `14.0.12`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/14.0.12)
to [`13.2.7`](https://artifacthub.io/packages/helm/bitnami/mariadb-galera/13.2.7) because of stability issues with the
newer versions on the OpenShift Kubernetes cluster.
* Bumped Grafana chart version from [`10.1.1`](https://artifacthub.io/packages/helm/bitnami/grafana/10.1.1) * Bumped Grafana chart version from [`10.1.1`](https://artifacthub.io/packages/helm/bitnami/grafana/10.1.1)
to [`11.4.2`](https://artifacthub.io/packages/helm/bitnami/grafana/11.4.2). to [`11.4.2`](https://artifacthub.io/packages/helm/bitnami/grafana/11.4.2).
* Bumped NGINX chart version from [`18.2.6`](https://artifacthub.io/packages/helm/bitnami/nginx/18.2.6) * Bumped NGINX chart version from [`18.2.6`](https://artifacthub.io/packages/helm/bitnami/nginx/18.2.6)
to [`18.3.1`](https://artifacthub.io/packages/helm/bitnami/nginx/18.3.1). to [`18.3.1`](https://artifacthub.io/packages/helm/bitnami/nginx/18.3.1).
* Bumped SeaweedFS chart version from [`1.0.2`](https://artifacthub.io/packages/helm/bitnami/seaweedfs/1.0.2) * Bumped SeaweedFS chart version from [`1.0.2`](https://artifacthub.io/packages/helm/bitnami/seaweedfs/1.0.2)
to [`4.2.1`](https://github.com/MartinWeise/charts/tree/main/bitnami/spark). to [`4.2.1`](https://github.com/MartinWeise/charts/tree/main/bitnami/spark) (created a pull request
[#31192](https://github.com/bitnami/charts/pull/31192)).
* Improve RESTfulness of HTTP API to e.g. not include the database image due to size
in [#463](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/463).
#### Fixes #### Fixes
* Fixed a wrong JPA entity configuration in Hibernate that in some cases causes the `SERIAL` increment to not trigger * Fixed a wrong JPA entity configuration in Hibernate that in some cases causes the `SERIAL` increment to not trigger
in MariaDB Galera. Removed the in MariaDB Galera. Removed the
deprecated [`@GenericGenerator`](https://docs.jboss.org/hibernate/orm/6.6/javadocs/org/hibernate/annotations/GenericGenerator.html) deprecated [
`@GenericGenerator`](https://docs.jboss.org/hibernate/orm/6.6/javadocs/org/hibernate/annotations/GenericGenerator.html)
annotation on JPA entities. annotation on JPA entities.
* Fixed a bug where the dataset separator was being ignored for imports * Fixed a bug where the dataset separator was being ignored for imports
in [#478](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/478). in [#478](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/478).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment