Skip to content

Commit e47bfa1

Browse files
authored
Merge pull request #131 from terraform-docs/release/v1.2.0
chore: prepare release v1.2.0
2 parents 62a6cc5 + 4a2bc35 commit e47bfa1

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/templates/README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ branch.
1313

1414
## Version
1515

16-
`{{ $version }}` (uses [terraform-docs] v0.17.0, which is supported and tested on Terraform
16+
`{{ $version }}` (uses [terraform-docs] v0.18.0, which is supported and tested on Terraform
1717
version 0.11+ and 0.12+ but may work for others.)
1818

1919
{{- if eq $version "main" }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/terraform-docs/terraform-docs:edge
15+
FROM quay.io/terraform-docs/terraform-docs:0.18.0
1616

1717
RUN set -x \
1818
&& apk update \

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch.
88

99
## Version
1010

11-
`v1.1.0` (uses [terraform-docs] v0.17.0, which is supported and tested on Terraform
11+
`v1.2.0` (uses [terraform-docs] v0.18.0, which is supported and tested on Terraform
1212
version 0.11+ and 0.12+ but may work for others.)
1313

1414
### Upgrade v0 to v1
@@ -42,7 +42,7 @@ jobs:
4242
ref: ${{ github.event.pull_request.head.ref }}
4343

4444
- name: Render terraform docs inside the README.md and push changes back to PR branch
45-
uses: terraform-docs/gh-actions@v1.1.0
45+
uses: terraform-docs/gh-actions@v1.2.0
4646
with:
4747
working-dir: .
4848
output-file: README.md
@@ -147,7 +147,7 @@ To enable you need to ensure a few things first:
147147

148148
```yaml
149149
- name: Generate TF Docs
150-
uses: terraform-docs/gh-actions@v1.1.0
150+
uses: terraform-docs/gh-actions@v1.2.0
151151
with:
152152
working-dir: .
153153
```
@@ -156,7 +156,7 @@ To enable you need to ensure a few things first:
156156

157157
```yaml
158158
- name: Generate TF Docs
159-
uses: terraform-docs/gh-actions@v1.1.0
159+
uses: terraform-docs/gh-actions@v1.2.0
160160
with:
161161
working-dir: .,example1,example3/modules/test
162162
```
@@ -165,7 +165,7 @@ To enable you need to ensure a few things first:
165165

166166
```yaml
167167
- name: Generate TF docs
168-
uses: terraform-docs/gh-actions@v1.1.0
168+
uses: terraform-docs/gh-actions@v1.2.0
169169
with:
170170
atlantis-file: atlantis.yaml
171171
```
@@ -174,7 +174,7 @@ To enable you need to ensure a few things first:
174174

175175
```yaml
176176
- name: Generate TF docs
177-
uses: terraform-docs/gh-actions@v1.1.0
177+
uses: terraform-docs/gh-actions@v1.2.0
178178
with:
179179
find-dir: examples/
180180
```
@@ -183,13 +183,13 @@ To enable you need to ensure a few things first:
183183

184184
```yaml
185185
- name: Generate TF docs
186-
uses: terraform-docs/gh-actions@v1.1.0
186+
uses: terraform-docs/gh-actions@v1.2.0
187187
with:
188188
working-dir: examples/
189189
recursive: true
190190
recursive-path: modules
191191
```
192192

193-
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.1.0/examples).
193+
Complete examples can be found [here](https://github.com/terraform-docs/gh-actions/tree/v1.2.0/examples).
194194

195195
[terraform-docs]: https://github.com/terraform-docs/terraform-docs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ outputs:
8585

8686
runs:
8787
using: docker
88-
image: "docker://quay.io/terraform-docs/gh-actions:edge"
88+
image: "docker://quay.io/terraform-docs/gh-actions:1.2.0"
8989
env:
9090
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
9191
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}

0 commit comments

Comments
 (0)