Skip to content

Commit

Permalink
Merge pull request #43 from cytopia/release-0.29
Browse files Browse the repository at this point in the history
Add Terragrunt 0.41 and 0.42
  • Loading branch information
cytopia authored Dec 2, 2022
2 parents cab666c + 962ae0b commit 9de2e56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ env:
"VERSION": [
"latest",
"TF-1.3 TG-0.42",
"TF-1.3 TG-0.41",
"TF-1.3 TG-0.40",
"TF-1.3 TG-0.39",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ The following Docker image tags are rolling releases and are built and updated e
|----------------------|-----------|---------------|--------------|----------------------------------------------|
| `latest` | master | latest | latest | `amd64`, `i386`, `arm64` |
| | | | | |
| `1.3-0.42` | master | **`1.3.x`** | **`0.42.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.41` | master | **`1.3.x`** | **`0.41.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.40` | master | **`1.3.x`** | **`0.40.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.39` | master | **`1.3.x`** | **`0.39.x`** | `amd64`, `i386`, `arm64` |
| | | | | |
Expand Down Expand Up @@ -135,6 +137,8 @@ The following Docker image tags are built once and can be used for reproducible
|----------------------|--------------|---------------|--------------|----------------------------------------------|
| `latest-<tag>` | tag: `<tag>` | latest | latest | `amd64`, `i386`, `arm64` |
| | | | | |
| `1.3-0.42-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.42.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.41-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.41.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.40-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.40.x`** | `amd64`, `i386`, `arm64` |
| `1.3-0.39-<tag>` | tag: `<tag>` | **`1.3.x`** | **`0.39.x`** | `amd64`, `i386`, `arm64` |
| | | | | |
Expand Down

0 comments on commit 9de2e56

Please sign in to comment.