Skip to content

Releases: podaac/cumulus-cnm-to-granule

Release v2.0.0-rc.0 - refs/heads/release/2.0.0

13 Nov 19:39
bb74735
Compare
Choose a tag to compare

Changes in this release:
Update pom.xml

Release v1.9.0-rc.3 - refs/heads/release/2.0.0

13 Nov 19:40
9d3c6dd
Compare
Choose a tag to compare

Changes in this release:
Update CHANGELOG.md to add 2.0.0

Release v2.0.0

28 Oct 22:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v2.0.0

Release v1.9.0-alpha.2-SNAPSHOT - refs/heads/develop

22 Aug 22:53
4be02c6
Compare
Choose a tag to compare

Changes in this release:
Java 11->17 (#225)

Co-authored-by: David Yen [email protected]

Release v1.9.0+ecbac18 - refs/heads/feature/PODAAC-6185

27 Jul 00:36
Compare
Choose a tag to compare

Changes in this release:
Java 11->17

Release v1.9.0-alpha.1-SNAPSHOT - refs/heads/develop

12 Mar 21:19
Compare
Choose a tag to compare

Changes in this release:
bump version

Release v1.8.0 - refs/heads/master

12 Mar 20:50
d687d21
Compare
Choose a tag to compare

[1.8.0]

Added

  • User contribution
    • Add the "fileName" and "key" properties to the granuleFile object from buildS3GranuleFile function

Changed

  • PODAAC-5877
    • Support java 11
    • SonarQube and Jacoco report

Deprecated

Removed

Fixed

Security

  • Snyk: Upgrade com.amazonaws:aws-java-sdk-s3: 1.12.565 -> 1.12.661

Release v1.8.0-rc.1 - refs/heads/release/1.8.0

06 Mar 21:47
Compare
Choose a tag to compare

Changes in this release:
Merge remote-tracking branch 'origin' into release/1.8.0

Release v1.8.0-alpha.2-SNAPSHOT - refs/heads/develop

06 Mar 21:40
fa4e982
Compare
Choose a tag to compare

Changes in this release:
[Snyk] Security upgrade com.amazonaws:aws-java-sdk-s3 from 1.12.565 to 1.12.661 (#215)

  • fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:

  • update changelog with snyk entry

Co-authored-by: snyk-bot [email protected]
Co-authored-by: Stepheny Perez [email protected]
Co-authored-by: skorper [email protected]

Release v1.8.0-alpha.1-SNAPSHOT - refs/heads/develop

06 Mar 21:33
ad765bf
Compare
Choose a tag to compare

Changes in this release:
Add the "fileName" and "key" properties as listed in the later version of the cumulus granule file schema (#216)

  • add fileName property in buildS3GranuleFile function

  • add key property in buildS3GranuleFile function

  • fix key property in buildS3GranuleFile function

  • script comments added

  • add changes to CHANGELOG.md

  • adapt changes to CHANGELOG.md


Co-authored-by: Hailiang Zhang [email protected]