|
1 | 1 | # dataone-indexer Release Notes
|
2 | 2 |
|
| 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 | + |
3 | 14 | ## dataone-indexer version 3.1.0 & helm chart version 1.1.0
|
4 | 15 |
|
5 | 16 | * Release date: 2024-11-21
|
6 |
| -* dataone-indexer version 3.1.0 |
| 17 | +* **dataone-indexer version 3.1.0** |
7 | 18 | * Integrate with the new Dataone hash-based storage library
|
8 | 19 | [`hashstore-java`](https://github.com/DataONEorg/hashstore-java).
|
9 | 20 | * Indexer no longer needs access to an aut token in order to index private datasets.
|
|
18 | 29 | * org.apache.logging.log4j:log4j-jcl from 2.17.1 to 2.24.0
|
19 | 30 | * org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.4.0
|
20 | 31 | * 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** |
22 | 33 | * Bump Application version to 3.1.0
|
23 | 34 | * Add `storage` to values.yaml for new hashstore integration
|
24 | 35 |
|
25 | 36 | ## dataone-indexer version 3.0.2 & helm chart version 1.0.2
|
26 | 37 |
|
27 | 38 | * Release date: 2024-07-29
|
28 |
| -* dataone-indexer version 3.0.2 |
| 39 | +* **dataone-indexer version 3.0.2** |
29 | 40 | * Bug fix - RabbitMQ Channel timeouts (PR #119)
|
30 |
| -* helm chart version 1.0.2 |
| 41 | +* **helm chart version 1.0.2** |
31 | 42 | * Bump Application version to 3.0.2
|
32 | 43 | * Make .Values.rabbitmq.auth.existingPasswordSecret a required value
|
33 | 44 |
|
34 | 45 | ## dataone-indexer version 3.0.1 & helm chart version 1.0.1
|
35 | 46 |
|
36 | 47 | * Release date: 2024-07-08
|
37 |
| -* dataone-indexer version 3.0.1 |
| 48 | +* **dataone-indexer version 3.0.1** |
38 | 49 | * Bump rmq amqp client to 5.21.0
|
39 | 50 | * Add healthcheck code
|
40 | 51 | * 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** |
42 | 53 | * Change `.Values.idxworker.cn_url` to `.Values.global.d1ClientCnUrl`
|
43 | 54 | * Get `fullname` from metacat chart or provide in values.yaml
|
44 | 55 | * Add simple 'exec' liveness probe. Remove readiness probe
|
45 | 56 |
|
46 | 57 | ## dataone-indexer version 3.0.0 & helm chart version 1.0.0
|
47 | 58 |
|
48 | 59 | * 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 |
0 commit comments