Skip to content

Commit

Permalink
🤖: opentofu
Browse files Browse the repository at this point in the history
opentofu:
- Item root['releases'] ({}) added to dictionary.
- Item root['versions'] ({'1.6.2': {'name': '1.6.2', 'date': '2024-02-22'}, '1.6.1': {'name': '1.6.1', 'date': '2024-01-24'}, '1.6.0': {'name': '1.6.0', 'date': '2024-01-09'}}) added to dictionary.
  • Loading branch information
github-actions[bot] committed Mar 31, 2024
1 parent 85e13a7 commit 9de71d0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions releases/opentofu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"releases": {},
"versions": {
"1.6.2": {
"name": "1.6.2",
"date": "2024-02-22"
},
"1.6.1": {
"name": "1.6.1",
"date": "2024-01-24"
},
"1.6.0": {
"name": "1.6.0",
"date": "2024-01-09"
}
}
}

0 comments on commit 9de71d0

Please sign in to comment.