v7.0.0
·
2699 commits
to master
since this release
Migration Steps
None.
Breaking Changes
Operator API endpoints for the logs (/logs) will now throw an error unless you have integrated with Cloud Metrics
All Changes
Added
-
CUMULUS-2345
- Deploy ORCA with Cumulus, see
example/cumulus-tf/orca.tf
andexample/cumulus-tf/terraform.tfvars.example
- Add
CopyToGlacier
step to example IngestAndPublishGranule workflow
- Deploy ORCA with Cumulus, see
-
CUMULUS-2376
- Added
cmrRevisionId
as an optional parameter topost-to-cmr
that will be used when publishing metadata to CMR.
- Added
Changed
-
CUMULUS-2362
- Logs endpoints only work with Metrics set up
-
CUMULUS-2376
- Can pass in an optional CMR revision id to the Post to CMR task to throw a version conflict error when multiple workflows are updating CMR metdata
- Updated
publishUMMGJSON2CMR
to take in an optionalrevisionId
parameter. - Updated
publishUMMGJSON2CMR
to throw an error if optionalrevisionId
does not match resulting revision ID. - Updated
publishECHO10XML2CMR
to take in an optionalrevisionId
parameter. - Updated
publishECHO10XML2CMR
to throw an error if optionalrevisionId
does not match resulting revision ID. - Updated
publish2CMR
to take in optionalcmrRevisionId
. - Updated
getWriteHeaders
to take in an optional CMR Revision ID. - Updated
ingestGranule
to take in an optional CMR Revision ID to pass togetWriteHeaders
. - Updated
ingestUMMGranule
to take in an optional CMR Revision ID to pass togetWriteHeaders
.
-
CUMULUS-2350
- Updates the examples on the
/s3credentialsREADME
, to include Python and JavaScript code demonstrating how to refresh the s3credential for programatic access.
- Updates the examples on the