Skip to content

Commit

Permalink
Merge pull request #503 from VolkerHartmann/prepareRelease
Browse files Browse the repository at this point in the history
Update settings.
  • Loading branch information
VolkerHartmann committed Apr 19, 2024
2 parents b84c20d + db0c8cb commit aec61e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RABBIT_MQ_PASSWORD=rabbitpasswd
# Only edit the following lines if you
# want to update service versions.
########################################
METASTORE_VERSION=v1.4.2
METASTORE_VERSION=v1.4.3
FRONTEND_COLLECTION_VERSION=metastore-v1.0.1
INDEXING_SERVICE_VERSION=v1.0.1
ELASTICSEARCH_VERSION=8.11.1
Expand Down
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [1.4.3] - 2024-04-19

### Deprecated
- Search API of Metadata Management Controller

### Fixed
- Fix bug while authentication via keycloak

### Libs
- Bump edu.kit.datamanager:service-base from 1.3.0 to 1.3.1
- Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
- Bump org.springframework.boot from 3.2.4 to 3.2.5
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.2 to 4.1.3

## [1.4.2] - 2024-04-12
### Security

Expand Down Expand Up @@ -447,8 +461,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Registry for XSD files and support for XML metadata

[Unreleased]: https://github.com/kit-data-manager/metastore2/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/kit-data-manager/metastore2/compare/v1.4.1...1.4.2
[Unreleased]: https://github.com/kit-data-manager/metastore2/compare/v1.4.3...HEAD
[1.4.3]: https://github.com/kit-data-manager/metastore2/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/kit-data-manager/metastore2/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/kit-data-manager/metastore2/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/kit-data-manager/metastore2/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/kit-data-manager/metastore2/compare/v1.2.3...v1.3.0
Expand Down

0 comments on commit aec61e4

Please sign in to comment.