Skip to content

Commit

Permalink
Makeing a v3.3.0.beta release compatible with cumulus v10
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane committed Mar 11, 2022
1 parent 6cc38b9 commit 999fe62
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# Overview
DMR++ files generator is a cloud based activity that generate DMRPP files from netCDF4 and HDF files
## 📖 Documentation
- Release note [v3.3.0.beta](https://ghrcdaac.github.io/dmrpp-generator/#v330beta).
- Release note [v3.2.1](https://ghrcdaac.github.io/dmrpp-generator/#v321).
- Release note [v3.2.0](https://ghrcdaac.github.io/dmrpp-generator/#v320).
- Release note [v3.1.2](https://ghrcdaac.github.io/dmrpp-generator/#v312).
Expand Down
26 changes: 22 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@

# 📖 Release notes

## v3.3.0.beta (🚨 Not an official release)
This release:
* Compatible with Cumulus v10
* fixes issue 24 [i_24](https://github.com/ghrcdaac/dmrpp-file-generator-docker/issues/24)

## 🏃 Migration Steps to v3.3.0.beta
```code
module "dmrpp-generator" {
// Change the source url in your terraform file to point to v3.3.0.beta
source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v3.3.0.beta/dmrpp-generator.zip"
...
// Change the value of your docker image to point to v3.3.0.beta tag
docker_image = "ghrcdaac/dmrpp-generator:v3.3.0.beta
...
}
```


## v3.2.1
This release:
* Support turning on and off logging to cloud watch `enable_cw_logging` variable [example](https://github.com/ghrcdaac/dmrpp-generator#deploying-with-cumulus-stack)
Expand Down Expand Up @@ -74,11 +92,11 @@ docker_image = "ghrcdaac/dmrpp-generator:v3.1.2

## v3.1.1
This release:
* Upgrades the base cumulus module to v9.7.0
* Upgrades the base cumulus module to v10.1.1
* Uses opendap/besd:3.20.9-15

## 🚨 Breaking Changes v3.1.1
* Works with Cumulus v9.7.0
* Works with Cumulus v10.1.1
* Relays on opendap/besd:3.20.9-15

## 🏃 Migration Steps to v3.1.1
Expand All @@ -96,7 +114,7 @@ docker_image = "ghrcdaac/dmrpp-generator:v3.1.1

## v3.1.0
This release:
* Uses cumulus v9.7.0
* Uses cumulus v10.1.1
* Support custom DMRPP file reg_ex
* Support creating and validating locally

Expand Down Expand Up @@ -136,7 +154,7 @@ docker_image = "ghrcdaac/dmrpp-generator:v3.1.0

## v3.0.1.beta
This release:
* Uses cumulus v9.7.0
* Uses cumulus v10.1.1
* Support `HDF5 | hdf5` extensions
* Support get_dmrpp options and flags

Expand Down
2 changes: 1 addition & 1 deletion modules/dmrpp_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "dmrpp_ecs_task_module" {
}

module "dmrpp_service" {
source = "https://github.com/nasa/cumulus/releases/download/v9.7.0/terraform-aws-cumulus-ecs-service.zip"
source = "https://github.com/nasa/cumulus/releases/download/v10.1.1/terraform-aws-cumulus-ecs-service.zip"


prefix = var.prefix
Expand Down

0 comments on commit 999fe62

Please sign in to comment.