Skip to content

Releases: asfadmin/CIRRUS-DAAC

v16.0.0.0

24 Jul 17:56
40790d9
Compare
Choose a tag to compare

v15.0.3.0

04 May 13:20
4fe7316
Compare
Choose a tag to compare
  • 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 support nodejs16.x Lambdas

v14.1.0.0

02 Mar 21:11
88a2b02
Compare
Choose a tag to compare
  • Upgrade to Cumulus v14.1.0
  • Bump RDS engine version to 11.13
  • Updated the terraform aws provider in the daac and workflows 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

02 Nov 14:55
543e80e
Compare
Choose a tag to compare

v11.1.5.0

23 Aug 18:36
bcaee4e
Compare
Choose a tag to compare

v11.1.4.0

25 Jul 20:20
3b9148f
Compare
Choose a tag to compare
  • 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

05 Jul 16:08
b900f34
Compare
Choose a tag to compare
  • 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

11 Apr 19:29
c58cbcf
Compare
Choose a tag to compare
  • 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.

v10.1.2.0

29 Mar 10:39
7c3ba1c
Compare
Choose a tag to compare
  • 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

v9.9.0.0

19 Jan 20:22
0fe9aac
Compare
Choose a tag to compare
  • Upgrade to Cumulus v9.9.0
  • change daac/s3-replicator.tf to reference v9.9.0 terraform module
  • change workflows/main.tf to reference v9.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