Skip to content

Commit

Permalink
Merge pull request #31 from ghrcdaac/mlh0079-4335=besd-update
Browse files Browse the repository at this point in the history
 - Updated index and readme for new besd version.
  • Loading branch information
camposeddie authored Jan 11, 2023
2 parents a3956c2 + 88522e6 commit d15ffff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 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 [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).
Expand Down
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit d15ffff

Please sign in to comment.