Skip to content

Commit

Permalink
Merge pull request #33 from ghrcdaac/mlh0079-4502-4515-raise-exceptions
Browse files Browse the repository at this point in the history
 - Hyrax and s3 exceptions will no longer be caought.
  • Loading branch information
camposeddie authored Feb 13, 2023
2 parents ef70f8a + 283ab6d commit ae47ea7
Show file tree
Hide file tree
Showing 2 changed files with 14 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/#v405).
- 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).
Expand Down
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@

# 📖 Release notes
## v4.0.5
This release:
* The subprocess call to Hyrax will now raise an exception based of result code: https://bugs.earthdata.nasa.gov/browse/GHRCCLOUD-4502
* S3 exceptions for upload will no longer be caught: https://bugs.earthdata.nasa.gov/browse/GHRCCLOUD-4515
## 🏃 Migration Steps to v4.0.5
```code
module "dmrpp-generator" {
// Change the source url in your terraform file to point to v4.0.5
source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v4.0.5/dmrpp-generator.zip"
...
}
```

## v4.0.4
This release:
* Updated the desd docker image to 3.20.13-310 which should resolve issue with the Bathy_SBES dataset.
Expand Down

0 comments on commit ae47ea7

Please sign in to comment.