Skip to content

Commit

Permalink
Merge pull request #493 from VolkerHartmann/prepare4release
Browse files Browse the repository at this point in the history
Prepare4release
  • Loading branch information
VolkerHartmann committed Apr 12, 2024
2 parents f09e484 + b0ef4da commit ba994fd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RABBIT_MQ_PASSWORD=rabbitpasswd
# want to update service versions.
########################################
METASTORE_VERSION=v1.4.2
FRONTEND_COLLECTION_VERSION=metastore-v1.0.0
FRONTEND_COLLECTION_VERSION=metastore-v1.0.1
INDEXING_SERVICE_VERSION=v1.0.1
ELASTICSEARCH_VERSION=8.11.1
########################################
Expand Down
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

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

### Added
- Enable AAI for docker compose
- Add licenseUri to metadata (schema) records

### Changed
- Bump gradle from 8.2.1 to 8.7

### Fixed
- Fix health endpoint to evaluate elasticsearch if needed

### Libs
- Bump com.google.errorprone:error_prone_core from 2.24.1 to 2.26.1
- Bump com.networknt:json-schema-validator from 1.1.0 to 1.4.0
- Bump commons-io:commons-io from 2.15.1 to 2.16.1
- Bump edu.kit.datamanager:repo-core from 1.2.1 to 1.2.2
- Bump edu.kit.datamanager:service-base from 1.2.0 to 1.3.0
- Bump io.freefair.lombok from 8.4 to 8.6
- Bump io.freefair.maven-publish-java from 8.4 to 8.6
- Bump javersVersion from 7.3.7 to 7.4.2
- Bump org.apache.tika:tika-core from 2.9.1 to 2.9.2
- Bump org.mockito:mockito-core from 5.8.0 to 5.11.0
- Bump org.owasp.dependencycheck from 9.0.8 to 9.1.0
- Bump org.postgresql:postgresql from 42.7.1 to 42.7.3
- Bump org.springframework.boot from 3.2.1 to 3.2.4
- Bump org.springframework.cloud:spring-cloud-gateway-mvc from 4.1.1 to 4.1.2
- Bump org.springframework.data:spring-data-elasticsearch from 5.2.2 to 5.2.4
- Bump springDocVersion from 2.3.0 to 2.5.0

### Github Actions
- Bump codecov/codecov-action from 3 to 4

## [1.4.1] - 2024-01-13
### Added

Expand Down Expand Up @@ -413,7 +447,8 @@ 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.1...HEAD
[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
[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 ba994fd

Please sign in to comment.