Skip to content

Commit

Permalink
Add support for 1.8.1 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval authored Apr 18, 2024
1 parent cafbf44 commit 1430810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
body: |
Automatically created pull-request to update Terraform versions.
This is the result of running:
This is the result of configuring a GITHUB_TOKEN in `.env` and running:
```
env GITHUB_TOKEN=<token> nix develop --impure --command python3 update-versions.py
devenv shell update-versions
```
delete-branch: true
reviewers: |
Expand Down
6 changes: 5 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"releases": {
"1.8.1": {
"hash": "sha256-q/r1KK0svdK/5Za4bqU6bGgTcWmG+YZFJUFRKqPAWSw=",
"vendorHash": "sha256-xpgGceAA+kvwUp4T0m9rnbPoZ3uJHU2KIRsrcGr8dRo="
},
"1.8.0": {
"hash": "sha256-An/ElR1tXQSb9x26R5o9gcb4XKTeVxlv+72Whcrdeoc=",
"vendorHash": "sha256-xpgGceAA+kvwUp4T0m9rnbPoZ3uJHU2KIRsrcGr8dRo="
Expand Down Expand Up @@ -294,7 +298,7 @@
}
},
"latest": {
"1.8": "1.8.0",
"1.8": "1.8.1",
"1.7": "1.7.5",
"1.6": "1.6.6",
"1.5": "1.5.7",
Expand Down

0 comments on commit 1430810

Please sign in to comment.