Skip to content

Commit

Permalink
- Updating for new docker dmr++ docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellh0079 committed Sep 8, 2023
1 parent 48ad5a7 commit 0fccf7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 1 addition & 8 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.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).
Expand All @@ -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<major>.<minor>.<patch>` versioning convention, where:
Expand Down
11 changes: 11 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0fccf7d

Please sign in to comment.