mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Release version v0.12.0
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ Visit [our website] for all documentation.
|
||||
The latest version can be installed using `go get`:
|
||||
|
||||
```bash
|
||||
GO111MODULE="on" go get github.com/terraform-docs/terraform-docs@v0.11.2
|
||||
GO111MODULE="on" go get github.com/terraform-docs/terraform-docs@v0.12.0
|
||||
```
|
||||
|
||||
**NOTE:** to download any version **before** `v0.9.1` (inclusive) you need to use to
|
||||
@@ -50,7 +50,7 @@ Stable binaries are also available on the [releases] page. To install, download
|
||||
binary for your platform from "Assets" and place this into your `$PATH`:
|
||||
|
||||
```bash
|
||||
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.11.2/terraform-docs-v0.11.2-$(uname)-amd64.tar.gz
|
||||
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.12.0/terraform-docs-v0.12.0-$(uname)-amd64.tar.gz
|
||||
tar -xzf terraform-docs.tar.gz
|
||||
chmod +x terraform-docs
|
||||
mv terraform-docs /some-dir-in-your-PATH/terraform-docs
|
||||
@@ -86,7 +86,7 @@ choco install terraform-docs
|
||||
Alternatively you also can run `terraform-docs` as a container:
|
||||
|
||||
```bash
|
||||
docker run quay.io/terraform-docs/terraform-docs:0.11.2
|
||||
docker run quay.io/terraform-docs/terraform-docs:0.12.0
|
||||
```
|
||||
|
||||
**NOTE:** Docker tag `latest` refers to _latest_ stable released version and `edge`
|
||||
|
||||
Reference in New Issue
Block a user