Skip to content

Commit

Permalink
Merge pull request #2046 from NCEAS/develop
Browse files Browse the repository at this point in the history
Release 3.1.0 merge from Develop --> main
  • Loading branch information
artntek authored Dec 17, 2024
2 parents 541681f + b09f20d commit 3c59145
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Release Notes for Metacat 3.1.0

**Release date: 2024-12-16**
**Release date: 2024-12-18**

> **IMPORTANT** If you are upgrading from version 2.19, please see the [Upgrade
> Notes](#upgrade-notes-2190-to-300-or-above) below.
Expand Down Expand Up @@ -31,14 +31,14 @@ changes to disk-based file-storage methods.
* Add indexes to the access_log table ([Issue #1965](https://github.com/NCEAS/metacat/issues/1965))
* Optimize the query to get log record ([Issue #1976](https://github.com/NCEAS/metacat/issues/1976))

## Release Notes for helm chart 2.1.0
## Release Notes for helm chart 1.2.0

**Release date: 2024-12-16**
**Release date: 2024-12-18**

### New Features & Enhancements:
* Increase Application version to 3.1.0
* Increase MetacatUI subchart version to 1.0.1 (MetacatUI app version 2.31.0)
* Increase dataone-indexer subchart version to 3.1.0
* Increase Metacat Application version to 3.1.0
* Increase MetacatUI subchart version to 1.0.2 (MetacatUI app version 2.31.0)
* Increase dataone-indexer subchart version to 1.1.1 (dataone-indexer app version 3.1.1)
* Setup no longer requires an auth token in order to index private datasets
* DataONE Member Node setup simplified, and no longer requires admin access to the nginx controller;
all [X-Proxy-Header setup now takes place in the current release
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:

- name: dataone-indexer
repository: oci://ghcr.io/dataoneorg/charts
version: 1.1.0
version: 1.1.1
condition: global.dataone-indexer.enabled
import-values:
- child: solr
Expand Down
3 changes: 2 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ ingress:
nginx.ingress.kubernetes.io/client-body-buffer-size: "1m"
## @param ingress.annotations.nginx.ingress.kubernetes.io/client_max_body_size - see docs:
## https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
nginx.ingress.kubernetes.io/client_max_body_size: "10m"
nginx.ingress.kubernetes.io/client_max_body_size: "0"
nginx.ingress.kubernetes.io/proxy-body-size: "0"

## @param ingress.defaultBackend.enabled enable the optional defaultBackend
## ingress.defaultBackend (optional) default for any requests not matching defined paths
Expand Down
2 changes: 1 addition & 1 deletion metacat-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.dataone</groupId>
<artifactId>dataone-index-worker</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<type>jar</type>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 3c59145

Please sign in to comment.