@cumulus/common
Advanced tools
Changelog
[v1.8.1] - 2018-08-01
Note IAM roles should be re-deployed with this release.
@cumulus/integration-tests
: sfnStep
includes getStepInput
which returns the input to the schedule event of a given step function step.@cumulus/deployment
: Lambda processing IAM role includes kinesis::PutRecord
so step function lambdas can write to kinesis streams.@cumulus/api
. Refactored token endpoint to use environment variable flag OAUTH_PROVIDER
when determining with authentication method to use.api_lambda_memory
to @cumulus/api
and @cumulus/deployment
.@cumulus/api
: models/rules.js#addKinesisEventSource
was modified to call to deleteKinesisEventSource
with all required parameters (rule's name, arn and type).@cumulus/integration-tests
: getStepOutput
can now be used to return output of failed steps. If users of this function want the output of a failed event, they can pass a third parameter eventType
as 'failure'
. This function will work as always for steps which completed successfully.Cumulus-726
@cumulus/deployment
: Removed default auto scaling configuration for Granules and Files DynamoDB tables.CUMULUS-688
@cumulus/integration-tests
: api
includes getExecutionStatus
which returns the execution status from the Cumulus APIChangelog
[v1.7.1] - 2018-07-27 - [BACKPORT]
Changelog
[v1.8.0] - 2018-07-23
CUMULUS-718 Adds integration test for Kinesis triggering a workflow.
GITC-776-3 Added more flexibility for rules. You can now edit all fields on the rule's record We may need to update the api documentation to reflect this.
CUMULUS-681 - Add ingest-in-place action to granules endpoint
CUMULUS-685 - Add parent exeuction arn to the execution which is triggered from a parent step function
Changelog
[v1.5.5] - 2018-05-30
pdr
property to the sync-granule task's input config and output payload.@cumulus/deployment
's default cloudformation template now configures storage for Docker to match the configured ECS Volume. The template defines Docker's devicemapper basesize (dm.basesize
) using ecs.volumeSize
. This addresses ECS default of limiting Docker containers to 10GB of storage (Read more).Changelog
[v1.5.4] - 2018-05-21
@cumulus/deployment/app/config.yml
.
To change the provider name, please add ems: provider
property to app/config.yml
.Changelog
[v1.5.3] - 2018-05-18
Changelog
[v1.5.2] - 2018-05-15
deletedgranule
type to cumulus
index.es: elasticSearchMapping: 7
es: null
to your app/config.yml
file. This is only useful for debugging purposes. Cumulus still requires ElasticSearch to properly operate.@cumulus/integration-tests
includes and exports the addRules
function, which seeds rules into the DynamoDB table.@cumulus/cmrjs
uses an environment variable USER_IP_ADDRESS
or fallback
IP address of 10.0.0.0
when a public IP address is not available. This
supports lambda functions deployed into a VPC's private subnet, where no
public IP address is available.Changelog
[v1.5.1] - 2018-04-23