Releases: asfadmin/CIRRUS-DAAC
Releases · asfadmin/CIRRUS-DAAC
v16.0.0.0
- Upgrade to Cumulus v16.0.0
v15.0.3.0
- Upgrade to Cumulus v15.0.3
- Per Cumulus v15.0.2 release notes, the new
default_log_retention_days
variable has been exposed in the Cumulus module to allow daac customization, default is 30 days (the release notes name it incorrectly) - Per Cumulus v15.0.0 release notes, all ECS tasks should be upgraded to use the
1.9.0
image - Upgraded the terraform aws version to
>= 3.75.2
to supportnodejs16.x
Lambdas
v14.1.0.0
- Upgrade to Cumulus v14.1.0
- Bump RDS engine version to 11.13
- Updated the terraform
aws
provider in thedaac
andworkflows
modules to match those in the underlying Cumulus modules. - Reminder - this version requires Cumulus Dashboard v12.0.0
- Also, any ECS tasks are required to use the
cumuluss/cumulus-ecs-task:1.8.0
docker image. This requirement is listed in the Cumulus v11.1.8 breaking changes section.
v13.3.2.0
- Upgrade to Cumulus v13.3.2
v11.1.5.0
- Upgrade to Cumulus v11.1.5
v11.1.4.0
- Upgrade to Cumulus v11.1.4
- Note instructions for creating the
files_granule_cumulus_id_index
in the release
notes if you are continually ingesting data
v11.1.3.0
-
Upgrade to Cumulus v11.1.3
-
Bump RDS engine version to 10.18
-
Cumulus dashboard
NOTE: You will need to move the dashboard bucket in the daac module with the following command:
terraform state mv 'aws_s3_bucket.standard-bucket["<prefix>-dashboard"]' aws_s3_bucket.dashboard_bucket
v11.1.0.0
- Upgrade to Cumulus v11.1.0
- see Cumulus v11.0.0 release notes for required migration
steps for workflows and collection configurations, as well as lambda executions. If upgrading from CIRRUS v9.9.0.0
or an earlier version, see the v10.1.2.0 notes as well.
- see Cumulus v11.0.0 release notes for required migration
v10.1.2.0
- Upgrade to Cumulus v10.1.2
- see Cumulus v10.0.0 release notes for required migration steps for workflows and collection configurations
- note that some lambdas and other workflow components may need to be updated for compatibility with the message format changes made in Cumulus v10.0.0, e.g., the dmrpp-generator must be upgraded to v3.3.0.beta
- CIRRUS-core includes a script for the migration step on Cumulus v10.1.1
- see Cumulus v10.0.0 release notes for required migration steps for workflows and collection configurations
v9.9.0.0
- Upgrade to Cumulus v9.9.0
- change
daac/s3-replicator.tf
to referencev9.9.0
terraform module - change
workflows/main.tf
to referencev9.9.0
terraform module - Upgrade hashicorp/aws terraform to
~> v3.70.0
- Pin hashicorp/archive terraform to
~> v2.2.0
- Pin hashicrop/null terraform to
~> v2.1
consistently - Update python worklows requirements.txt to the latest cumulus versions