Skip to content

Commit

Permalink
Merge pull request #30 from cytopia/release-0.18
Browse files Browse the repository at this point in the history
Update terraform
  • Loading branch information
cytopia authored Dec 20, 2021
2 parents 102e065 + 2ef8229 commit 06e4713
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
version:
- 'TF-latest TG-latest'

- 'TF-1.1 TG-0.35'
- 'TF-1.0 TG-0.35'
- 'TF-1.0 TG-0.34'
- 'TF-1.0 TG-0.33'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
version:
- 'TF-latest TG-latest'

- 'TF-1.1 TG-0.35'
- 'TF-1.0 TG-0.35'
- 'TF-1.0 TG-0.34'
- 'TF-1.0 TG-0.33'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ they always contain the latest stable version as shown below.
|--------------|------------------------|------------------------|
| `latest` | latest stable | latest stable |
| | | |
| `1.1-0.35` | latest stable `1.1.x` | latest stable `0.35.x` |
| `1.0-0.35` | latest stable `1.0.x` | latest stable `0.35.x` |
| `1.0-0.34` | latest stable `1.0.x` | latest stable `0.34.x` |
| `1.0-0.33` | latest stable `1.0.x` | latest stable `0.33.x` |
Expand Down Expand Up @@ -118,6 +119,7 @@ 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 |
| | | | |
| `1.1-0.34-<tag>` | Tag: `<tag>` | latest stable `1.1.x` during tag creation | latest stable `0.34.x` during tag creation |
| `1.0-0.34-<tag>` | Tag: `<tag>` | latest stable `1.0.x` during tag creation | latest stable `0.34.x` during tag creation |
| `1.0-0.33-<tag>` | Tag: `<tag>` | latest stable `1.0.x` during tag creation | latest stable `0.33.x` during tag creation |
| `1.0-0.32-<tag>` | Tag: `<tag>` | latest stable `1.0.x` during tag creation | latest stable `0.32.x` during tag creation |
Expand Down

0 comments on commit 06e4713

Please sign in to comment.