Skip to content

Commit

Permalink
Merge pull request #23 from cytopia/release-0.14
Browse files Browse the repository at this point in the history
Add Terraform 0.15.x / Terragrunt 0.29.x
  • Loading branch information
cytopia authored May 2, 2021
2 parents 3cddea2 + 25a936b commit 68c3cfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
version:
- 'TF-latest TG-latest'

- 'TF-0.15 TG-0.29'

- 'TF-0.14 TG-0.28'
- 'TF-0.14 TG-0.27'
- 'TF-0.14 TG-0.26'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
version:
- 'TF-latest TG-latest'

- 'TF-0.15 TG-0.29'

- 'TF-0.14 TG-0.28'
- 'TF-0.14 TG-0.27'
- 'TF-0.14 TG-0.26'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ they always contain the latest stable version as shown below.
|--------------|------------------------|------------------------|
| `latest` | latest stable | latest stable |
| | | |
| `0.15-0.29` | latest stable `0.15.x` | latest stable `0.29.x` |

| `0.14-0.28` | latest stable `0.14.x` | latest stable `0.28.x` |
| `0.14-0.27` | latest stable `0.14.x` | latest stable `0.27.x` |
| `0.14-0.26` | latest stable `0.14.x` | latest stable `0.26.x` |
Expand Down Expand Up @@ -102,6 +104,8 @@ you will have to take care yourself and update your CI tools every time a new ta
|-------------------|-------------------|--------------------------------------------|--------------------------------------------|
| `latest-<tag>` | Tag: `<tag>` | latest stable during tag creation | latest stable during tag creation |
| | | | |
| `0.15-0.29-<tag>` | Tag: `<tag>` | latest stable `0.15.x` during tag creation | latest stable `0.29.x` during tag creation |

| `0.14-0.28-<tag>` | Tag: `<tag>` | latest stable `0.14.x` during tag creation | latest stable `0.28.x` during tag creation |
| `0.14-0.27-<tag>` | Tag: `<tag>` | latest stable `0.14.x` during tag creation | latest stable `0.27.x` during tag creation |
| `0.14-0.26-<tag>` | Tag: `<tag>` | latest stable `0.14.x` during tag creation | latest stable `0.26.x` during tag creation |
Expand Down

0 comments on commit 68c3cfb

Please sign in to comment.