Skip to content

Commit

Permalink
Merge pull request #156 from DataONEorg/feature-154-3.1.1-release-prep
Browse files Browse the repository at this point in the history
update all version numbers and edit release notes
  • Loading branch information
artntek authored Dec 17, 2024
2 parents 79d3663 + decd171 commit 733d3c1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.
27 changes: 19 additions & 8 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# dataone-indexer Release Notes

## dataone-indexer version 3.1.1 & helm chart version 1.1.1

* Release date: 2024-12-17
* **dataone-indexer version 3.1.1**
* This is a minor release to fix logging issues. Changes were made to the `slf4j` and `log4j`
dependencies to ensure that log messages are written correctly
(see [PR #155](https://github.com/DataONEorg/dataone-indexer/pull/155)).
* **helm chart version 1.1.1**
* Bump Application version to 3.1.1
* Change log4j properties configMap mount-point from `log4j.properties` to `log4j2.properties`

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

* Release date: 2024-11-21
* dataone-indexer version 3.1.0
* **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.
Expand All @@ -18,33 +29,33 @@
* 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
* **helm chart version 1.1.0**
* 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
* dataone-indexer version 3.0.2
* **dataone-indexer version 3.0.2**
* Bug fix - RabbitMQ Channel timeouts (PR #119)
* helm chart version 1.0.2
* **helm chart version 1.0.2**
* Bump Application version to 3.0.2
* Make .Values.rabbitmq.auth.existingPasswordSecret a required value

## dataone-indexer version 3.0.1 & helm chart version 1.0.1

* Release date: 2024-07-08
* dataone-indexer version 3.0.1
* **dataone-indexer version 3.0.1**
* Bump rmq amqp client to 5.21.0
* Add healthcheck code
* Exit app if unrecoverable exception occurs when started from `main()` method
* helm chart version 1.0.1
* **helm chart version 1.0.1**
* Change `.Values.idxworker.cn_url` to `.Values.global.d1ClientCnUrl`
* Get `fullname` from metacat chart or provide in values.yaml
* Add simple 'exec' liveness probe. Remove readiness probe

## dataone-indexer version 3.0.0 & helm chart version 1.0.0

* Release date: 2024-04-25
* dataone-indexer version 3.0.0 -- first release of dataone-indexer
* helm chart version 1.0.0 -- first release of helm chart
* **dataone-indexer version 3.0.0** -- first release of dataone-indexer
* **helm chart version 1.0.0** -- first release of helm chart
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Note: the prior alpine-based openjdk image had network DNS issues, so replacing with Eclipse Temurin
FROM eclipse-temurin:17.0.12_7-jre-jammy

ARG TAG=3.0.0-SNAPSHOT
ARG TAG="NO-TAG"
ENV TAG=${TAG}
ENV DATAONE_INDEXER_CONFIG=/etc/dataone/dataone-indexer.properties

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"
version: "1.1.1"

# 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"
appVersion: "3.1.1"

# 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</version>
<version>3.1.1</version>
<packaging>jar</packaging>
<name>dataone-index-worker</name>
<url>http://maven.apache.org</url>
Expand Down

0 comments on commit 733d3c1

Please sign in to comment.