Skip to content

Commit

Permalink
Merge pull request #151 from DataONEorg/feature-141-3.1.0-release-prep
Browse files Browse the repository at this point in the history
Feature 141 3.1.0 release prep
  • Loading branch information
artntek authored Nov 22, 2024
2 parents 85862b7 + d2e1281 commit e2a9215
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# dataone-indexer Release Notes

## dataone-indexer version 3.1.0 & helm chart version 1.1.0

* Release date: 2024-11-21
* dataone-indexer version 3.1.0
* Integrate with the new Dataone hash-based storage library
[`hashstore-java`](https://github.com/DataONEorg/hashstore-java).
* Indexer no longer needs access to an aut token in order to index private datasets.
* Update Docker base image to eclipse-temurin:17.0.12_7-jre-jammy
* Upgrade log4j-core to 2.24.0 to fix "method can't be found" issue
* Bump dependencies:
* org.apache.commons:commons-lang3 from 3.4 to 3.17.0
* org.slf4j:slf4j-api from 1.7.36 to 2.0.16
* org.springframework.data:spring-data-commons from 1.6.5.RELEASE to 3.3.4
* org.apache.maven.plugins:maven-compiler-plugin from 2.0.1 to 3.13.0
* com.coderplus.maven.plugins:copy-rename-maven-plugin from 1.0 to 1.0.1
* org.apache.logging.log4j:log4j-jcl from 2.17.1 to 2.24.0
* org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.4.0
* com.fasterxml.jackson.core:jackson-annotations from 2.13.3 to 2.18.0
* helm chart version 1.0.2
* Bump Application version to 3.1.0
* Add `storage` to values.yaml for new hashstore integration

## dataone-indexer version 3.0.2 & helm chart version 1.0.2

* Release date: 2024-07-29
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "1.1.0-SNAPSHOT"
version: "1.1.0"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.1.0-SNAPSHOT"
appVersion: "3.1.0"

# Chart dependencies
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dataone</groupId>
<artifactId>dataone-index-worker</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>jar</packaging>
<name>dataone-index-worker</name>
<url>http://maven.apache.org</url>
Expand Down

0 comments on commit e2a9215

Please sign in to comment.