From 153371a35e83f4e3229aa8af0218fac61bdf4a32 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 6 Jun 2023 13:27:50 -0500 Subject: [PATCH] - Updated besd to 3.20.16.664. --- README.md | 1 + docs/index.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index f9cb3b2..a429bf2 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.0.7](https://ghrcdaac.github.io/dmrpp-generator/#v407). - Release note [v4.0.6](https://ghrcdaac.github.io/dmrpp-generator/#v406). - Release note [v4.0.5](https://ghrcdaac.github.io/dmrpp-generator/#v405). - Release note [v4.0.4](https://ghrcdaac.github.io/dmrpp-generator/#v404). diff --git a/docs/index.md b/docs/index.md index 911e97b..a1d30db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,17 @@ # 📖 Release notes +## v4.0.7 +This release: +* Updated to besd:3.20.13-664 https://wiki.earthdata.nasa.gov/pages/viewpage.action?pageId=304939198 +## 🏃 Migration Steps to v4.0.7 +```code +module "dmrpp-generator" { +// Change the source url in your terraform file to point to v4.0.7 +source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.0.7/dmrpp-generator.zip" +... +} +``` + ## v4.0.6 This release: * Updated cumulus service version to v14.1.0