Skip to content

Releases: NCEAS/metacat

Helm Chart v3.0.0

03 Oct 02:35
08cde6e

Choose a tag to compare

Note

Helm chart version 3.0.0 assumes you will provide your own PostgreSQL instance. It no longer includes a PostgreSQL sub-chart

We are moving away from using Bitnami helm charts, since Bitnami has stopped offering free, versioned container images, thus making it impractical to continue using their charts for production dependencies.

If you wish to use the CloudNative PG Operator to deploy your PostgreSQL cluster, follow the instructions in Appendix 5 of the helm/README.md

(The dataone-indexer sub-chart version (1.3.3) is unchanged from the previous Metacat Helm chart release)

Other Enhancements:

  • changed default:
    • livenessProbe.enabled changed to false, since Metacat typically can have a lot of latency when overloaded, but recovers elegantly (livenessProbe was causing needless container restarts)
  • added:
    • startupProbe
    • database section for PostgreSQL connection details
    • Several JMX-related settings, to enable JMX monitoring of Metacat. See the tomcat section of values.yaml for details.
    • extraCatalinaOpts - to allow additional Tomcat options to be set. Default: -XX:MaxRAMPercentage=75 (to limit memory usage to 75% of container memory limit)
  • removed:
    • global.passwordsSecret- now used only in one place - set it in dataone-indexer.idxworker.existingPasswordSecret
    • metacat.server.name - now automatically populated
    • postgresql section - no longer using PostgreSQL sub-chart

Helm Chart v2.1.3

29 Jul 22:15
665e8c2

Choose a tag to compare

Caution

We strongly recommend that you upgrade to this version of the helm chart before August 28th, 2025, since previous versions will stop working after Bitnami introduces restrictions to container image availability!

Helm Chart v2.1.3 is a patch release to account for upcoming changes to Bitnami container image availability; see Bitnami's announcements:

This latest chart pulls any Bitnami image versions used by Metacat from the bitnamilegacy repository, which will remain functional after the August cutoff. Changes in this release:

  • Bump PostgreSQL sub-chart to Helm chart version 16.7.21 (PostgreSQL app version 17.5.0), and override repository source to bitnamilegacy for the PostgreSQL image.
  • Bump dataone-indexer sub-chart to version 1.3.3, which is a patch release to override repository sources to bitnamilegacy for the indexer sub-charts (see indexer release notes for details)

3.2.2

02 Jul 22:21
0436438

Choose a tag to compare

See RELEASE-NOTES.md for details.

Download Metacat Binary Distribution (war files installation):

Important

Your Metacat version MUST be 2.19.0 or above, before you can upgrade it to 3.2.2!

Helm Chart v2.1.1

20 May 20:31
2e62571

Choose a tag to compare

This is a Helm chart patch release to upgrade the indexer sub-chart from 1.3.0 to 1.3.1. It does not include any other changes to the metacat codebase or the metacat helm chart, beyond the documentation edits listed in RELEASE-NOTES.md

3.2.1

01 May 18:47
9014f10

Choose a tag to compare

See RELEASE-NOTES.md for details.

Note: Your Metacat version MUST be 2.19.0 or above, before you can upgrade it to 3.2.1!

3.2.0

03 Apr 00:08
f212ba5

Choose a tag to compare

See RELEASE-NOTES.md for details.

Note: Your Metacat version MUST be 2.19.0 or above, before you can upgrade it to 3.2.0!

3.1.0

19 Dec 22:25
3c59145

Choose a tag to compare

See RELEASE-NOTES.md for details.

Note: Your Metacat version MUST be 2.19.0 or above, before you can upgrade it to 3.1.0!

3.0.0

30 Apr 23:45
728e44d

Choose a tag to compare

Note: Your Metacat version MUST be either 2.19.0 or 2.19.1 before you can upgrade it to 3.0.0.

This major release introduces breaking changes; please see details.

2.19.1

18 Apr 22:22
bf16a7f

Choose a tag to compare

New features, and bugs fixed in this release:

  • Handle additional OSTI DOIs
  • Upgrade Libraries

2.19.0

19 May 21:54
a8414e6

Choose a tag to compare

New features and bugs fixed in this release:

  • GetPackage implementation doesn't handle duplicate data object filenames
  • PackageDownloaderV2 doesn't increment filenames for duplicate science metadata objects
  • Deleting objects failed to remove solr docs
  • Sampling citation not showing up in view service
  • Mis-Formatting of Data Package Contents
  • Unhelpful error message when trying to create as a denied submitter
  • Data objects missing after a package was published
  • Multiple updates on a single DOI happen when users use the metacat admin page to update DOIs
  • Metacat updated the DOI metadata (datacite) when the system metadata of an obsoleted object was updated if the obsolescent chain has a DOI Sid
  • GetPackage fails to include system metadata
  • OSTI DOI Plugin Notifications need more information