From 88522e614f33be43b10cc252aa2f496f18656fb2 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 11 Jan 2023 14:25:30 -0600 Subject: [PATCH] - Updated index and readme for new besd version. --- README.md | 1 + docs/index.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 6bae10d..979f16a 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.4](https://ghrcdaac.github.io/dmrpp-generator/#v404). - Release note [v4.0.3](https://ghrcdaac.github.io/dmrpp-generator/#v403). - Release note [v4.0.2](https://ghrcdaac.github.io/dmrpp-generator/#v402). - Release note [v4.0.1](https://ghrcdaac.github.io/dmrpp-generator/#v401). diff --git a/docs/index.md b/docs/index.md index 255407c..d415786 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,17 @@ # 📖 Release notes +## v4.0.4 +This release: +* Updated the desd docker image to 3.20.13-306 which should resolve issue with the Bathy_SBES dataset. +## 🏃 Migration Steps to v4.0.4 +```code +module "dmrpp-generator" { +// Change the source url in your terraform file to point to v4.0.4 +source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.0.4/dmrpp-generator.zip" +... +} +``` + ## v4.0.3 This release: * Updated the code to remove existing dmrpp files from the granule file list before adding newly created ones.