Skip to content

Commit

Permalink
Create a release v1.0.5 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane committed Feb 10, 2021
1 parent 55b8c53 commit d54b985
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,21 @@ This release fixes the problem of assuming the granuleId is the same as the file


## 🏃 Migration Steps to v1.0.5
None
Change the source url in your terraform file to point to v1.0.5 release
```code
module "dmrpp-generator" {
source = "https://github.com/ghrcdaac/dmrpp-generator/releases/download/v1.0.5/dmrpp-generator.zip"
...
}
```
Change the value of your docker image to point to v1.0.4 tag
```code
module "dmrpp-generator" {
...
docker_image = "ghrcdaac/dmrpp-generator:v1.0.5"
}
```

## 🏃 Migration Steps to v1.0.4
Change the source url in your terraform file to point to v1.0.4 release
Expand Down

0 comments on commit d54b985

Please sign in to comment.