diff --git a/README.md b/README.md index 101f44f..2e44f67 100644 --- a/README.md +++ b/README.md @@ -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 [v4.1.1](https://ghrcdaac.github.io/dmrpp-generator/#v411). - Release note [v4.1.0](https://ghrcdaac.github.io/dmrpp-generator/#v410). - Release note [v4.0.9](https://ghrcdaac.github.io/dmrpp-generator/#v409). - Release note [v4.0.8](https://ghrcdaac.github.io/dmrpp-generator/#v408). @@ -31,14 +32,6 @@ DMR++ files generator is a cloud based activity that generate DMRPP files from n - Release note [v3.1.1](https://ghrcdaac.github.io/dmrpp-generator/#v311). - Release note [v3.1.0](https://ghrcdaac.github.io/dmrpp-generator/#v310). - Release note [v3.0.1.beta](https://ghrcdaac.github.io/dmrpp-generator/#v301beta). -- Release note [v2.1.1](https://ghrcdaac.github.io/dmrpp-generator/#v211). -- Release note [v2.1.0](https://ghrcdaac.github.io/dmrpp-generator/#v210). -- Release note [v2.0.1](https://ghrcdaac.github.io/dmrpp-generator/). -- Release note [v2.0.0](https://ghrcdaac.github.io/dmrpp-generator/). -- Release note [v1.1.0](https://ghrcdaac.github.io/dmrpp-generator/). -- Release note [v1.0.6](https://ghrcdaac.github.io/dmrpp-generator/). -- Release note [v1.0.5](https://ghrcdaac.github.io/dmrpp-generator/). -- Release note [v1.0.4](https://ghrcdaac.github.io/dmrpp-generator/). ## Versioning We are following `v..` versioning convention, where: diff --git a/docs/index.md b/docs/index.md index dbd8cfb..9c3ee76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,16 @@ # 📖 Release notes +## v4.1.1 +This release: +* The CLI assumed providing a local file assumed that it should be applied to the dmr++ -u option. +## 🏃 Migration Steps to v4.1.1 +```code +module "dmrpp-generator" { +// Change the source url in your terraform file to point to v4.1.1 +source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.1.1/dmrpp-generator.zip" +... +} + ## v4.1.0 This release: * The dmrpp resource was updated to use Cumulus ECS service version 15.0.4