Skip to content

Commit 733d3c1

Browse files
authored
Merge pull request #156 from DataONEorg/feature-154-3.1.1-release-prep
update all version numbers and edit release notes
2 parents 79d3663 + decd171 commit 733d3c1

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

RELEASE-NOTES.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# dataone-indexer Release Notes
22

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

516
* Release date: 2024-11-21
6-
* dataone-indexer version 3.1.0
17+
* **dataone-indexer version 3.1.0**
718
* Integrate with the new Dataone hash-based storage library
819
[`hashstore-java`](https://github.com/DataONEorg/hashstore-java).
920
* Indexer no longer needs access to an aut token in order to index private datasets.
@@ -18,33 +29,33 @@
1829
* org.apache.logging.log4j:log4j-jcl from 2.17.1 to 2.24.0
1930
* org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.4.0
2031
* com.fasterxml.jackson.core:jackson-annotations from 2.13.3 to 2.18.0
21-
* helm chart version 1.0.2
32+
* **helm chart version 1.1.0**
2233
* Bump Application version to 3.1.0
2334
* Add `storage` to values.yaml for new hashstore integration
2435

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

2738
* Release date: 2024-07-29
28-
* dataone-indexer version 3.0.2
39+
* **dataone-indexer version 3.0.2**
2940
* Bug fix - RabbitMQ Channel timeouts (PR #119)
30-
* helm chart version 1.0.2
41+
* **helm chart version 1.0.2**
3142
* Bump Application version to 3.0.2
3243
* Make .Values.rabbitmq.auth.existingPasswordSecret a required value
3344

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

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

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

4859
* Release date: 2024-04-25
49-
* dataone-indexer version 3.0.0 -- first release of dataone-indexer
50-
* helm chart version 1.0.0 -- first release of helm chart
60+
* **dataone-indexer version 3.0.0** -- first release of dataone-indexer
61+
* **helm chart version 1.0.0** -- first release of helm chart

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Note: the prior alpine-based openjdk image had network DNS issues, so replacing with Eclipse Temurin
55
FROM eclipse-temurin:17.0.12_7-jre-jammy
66

7-
ARG TAG=3.0.0-SNAPSHOT
7+
ARG TAG="NO-TAG"
88
ENV TAG=${TAG}
99
ENV DATAONE_INDEXER_CONFIG=/etc/dataone/dataone-indexer.properties
1010

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: "1.1.0"
24+
version: "1.1.1"
2525

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

3232
# Chart dependencies
3333
dependencies:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.dataone</groupId>
55
<artifactId>dataone-index-worker</artifactId>
6-
<version>3.1.0</version>
6+
<version>3.1.1</version>
77
<packaging>jar</packaging>
88
<name>dataone-index-worker</name>
99
<url>http://maven.apache.org</url>

0 commit comments

Comments
 (0)