Skip to content

Commit f5c7c80

Browse files
authored
Merge pull request #33 from virtualroot/feat/add-opentofu-1_11
feat: release OpenTofu 1.11
2 parents 8e2f76c + 6b804da commit f5c7c80

3 files changed

Lines changed: 36 additions & 6 deletions

File tree

data/tools.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"opentofu": {
3-
"version": "1.10",
3+
"version": "1.11",
44
"versionURL": "https://github.com/opentofu/opentofu/releases/latest",
55
"license": "MPL-2.0",
66
"licenseURL": "https://github.com/opentofu/opentofu/blob/main/LICENSE",
@@ -89,6 +89,16 @@
8989
"name": "External key providers",
9090
"version": "1.10",
9191
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
92+
},
93+
{
94+
"name": "Ephemeral values and write-only arguments",
95+
"version": "1.11",
96+
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
97+
},
98+
{
99+
"name": "Enabled for resources and modules",
100+
"version": "1.11",
101+
"url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
92102
}
93103
]
94104
},
@@ -127,7 +137,7 @@
127137
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
128138
},
129139
{
130-
"name": "Ephemeral values and resources",
140+
"name": "Ephemeral values and write-only arguments",
131141
"version": "1.10",
132142
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
133143
},

main.go

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var schemaData = []byte(`{
6464

6565
var tools = []byte(`{
6666
"opentofu": {
67-
"version": "1.10",
67+
"version": "1.11",
6868
"versionURL": "https://github.com/opentofu/opentofu/releases/latest",
6969
"license": "MPL-2.0",
7070
"licenseURL": "https://github.com/opentofu/opentofu/blob/main/LICENSE",
@@ -153,6 +153,16 @@ var tools = []byte(`{
153153
"name": "External key providers",
154154
"version": "1.10",
155155
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
156+
},
157+
{
158+
"name": "Ephemeral values and write-only arguments",
159+
"version": "1.11",
160+
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
161+
},
162+
{
163+
"name": "Enabled for resources and modules",
164+
"version": "1.11",
165+
"url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
156166
}
157167
]
158168
},
@@ -191,7 +201,7 @@ var tools = []byte(`{
191201
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
192202
},
193203
{
194-
"name": "Ephemeral values and resources",
204+
"name": "Ephemeral values and write-only arguments",
195205
"version": "1.10",
196206
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
197207
},

static/tools.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"opentofu": {
3-
"version": "1.10",
3+
"version": "1.11",
44
"versionURL": "https://github.com/opentofu/opentofu/releases/latest",
55
"license": "MPL-2.0",
66
"licenseURL": "https://github.com/opentofu/opentofu/blob/main/LICENSE",
@@ -89,6 +89,16 @@
8989
"name": "External key providers",
9090
"version": "1.10",
9191
"url": "https://opentofu.org/docs/intro/whats-new/#external-key-providers"
92+
},
93+
{
94+
"name": "Ephemeral values and write-only arguments",
95+
"version": "1.11",
96+
"url": "https://opentofu.org/docs/language/ephemerality/ephemeral-resources/"
97+
},
98+
{
99+
"name": "Enabled for resources and modules",
100+
"version": "1.11",
101+
"url": "https://opentofu.org/docs/language/meta-arguments/enabled/"
92102
}
93103
]
94104
},
@@ -127,7 +137,7 @@
127137
"url": "https://developer.hashicorp.com/terraform/language/functions/templatestring"
128138
},
129139
{
130-
"name": "Ephemeral values and resources",
140+
"name": "Ephemeral values and write-only arguments",
131141
"version": "1.10",
132142
"url": "https://developer.hashicorp.com/terraform/language/resources/ephemeral"
133143
},

0 commit comments

Comments
 (0)