diff --git a/README.md b/README.md index 07cfffb817385b08062be39b1e325018be2e1db4..7db20ca05af372a8621856c57de21e3699014365 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ beautifully renders the inputs for each templates - check it out! The following OpenTofu versions are available with this component via the `opentofu_version` input: +- [`1.8.2`](https://github.com/opentofu/opentofu/releases/tag/v1.8.2) - [`1.8.1`](https://github.com/opentofu/opentofu/releases/tag/v1.8.1) - [`1.8.0`](https://github.com/opentofu/opentofu/releases/tag/v1.8.0) - [`1.7.3`](https://github.com/opentofu/opentofu/releases/tag/v1.7.3) diff --git a/opentofu_versions.yaml b/opentofu_versions.yaml index 567c86874df6692d97ec598ba500e3b7b905246e..bb0a6aa551b68802261d77696a71e35f9c5fe3ba 100644 --- a/opentofu_versions.yaml +++ b/opentofu_versions.yaml @@ -1,6 +1,7 @@ .data: - latest_version: '1.8.1' + latest_version: '1.8.2' supported_versions: &supported_versions + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/apply.yml b/templates/apply.yml index bad1aef4337d8e936a742a76ecbf1d656d99dfbd..e19771e3a1deb919facca40439b3b00518022c0d 100644 --- a/templates/apply.yml +++ b/templates/apply.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/custom-command.yml b/templates/custom-command.yml index 30b00545497531bfb84abc07e6c5e058850b69f9..3acee3604f5514f90901d0cc3634234e70507d45 100644 --- a/templates/custom-command.yml +++ b/templates/custom-command.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/destroy.yml b/templates/destroy.yml index 823baae6a1867949802b3fa734c721cee34346c6..fb6749700802e55a20e4abfb9b3cc4a949996f99 100644 --- a/templates/destroy.yml +++ b/templates/destroy.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/fmt.yml b/templates/fmt.yml index 6258f2e7e0611bcb556aaf4a851d5b75a6aff44d..6ab765aeec1ff613f24255aa930b78111d8f2595 100644 --- a/templates/fmt.yml +++ b/templates/fmt.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/full-pipeline.yml b/templates/full-pipeline.yml index 37b1f119091847433647ee797f38bc8503b8deec..e57a17737b153d52925c1cc63ff581a818f61151 100644 --- a/templates/full-pipeline.yml +++ b/templates/full-pipeline.yml @@ -25,8 +25,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/graph.yml b/templates/graph.yml index c90965ff95bb6510978041b9b104f91f35df7ae1..d39cf4f068420afa0b09a30a80894544d1445807 100644 --- a/templates/graph.yml +++ b/templates/graph.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/job-templates.yml b/templates/job-templates.yml index 4a1ad559188dfeed309d35a0f2400679395b0a3a..78071d110d87177eab4e0b8b6ec2bce5ec7dad55 100644 --- a/templates/job-templates.yml +++ b/templates/job-templates.yml @@ -25,8 +25,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/plan.yml b/templates/plan.yml index 3b58a6af067a0524cf4490cbf466269fe39914de..7eaeb8a219d139b3423b51c69424aeef94ee3d0f 100644 --- a/templates/plan.yml +++ b/templates/plan.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/test.yml b/templates/test.yml index 241fc63313cae4088f54ebff9b93e0db817162cc..b8384016820c2335fb205b1408afb373277ae65a 100644 --- a/templates/test.yml +++ b/templates/test.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/validate-plan-apply.yml b/templates/validate-plan-apply.yml index e5ec6b30fd53484568d2ba4d20d5fb9bf020654a..55d621a2bb364dfba1e2ba98dabd5ed7a98a7e8a 100644 --- a/templates/validate-plan-apply.yml +++ b/templates/validate-plan-apply.yml @@ -19,8 +19,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/validate-plan-destroy.yml b/templates/validate-plan-destroy.yml index 15529d57e0a30a3c1e173a86bd0d74c5472f2cb7..f9084d97fc9c44833e23c513e1e8f475b0645782 100644 --- a/templates/validate-plan-destroy.yml +++ b/templates/validate-plan-destroy.yml @@ -19,8 +19,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/validate-plan.yml b/templates/validate-plan.yml index c6a889674574536a190c1121051c3ed1927c51ea..2134488dcdcc1f2a487f6b62b92db70a4df1f24f 100644 --- a/templates/validate-plan.yml +++ b/templates/validate-plan.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3' diff --git a/templates/validate.yml b/templates/validate.yml index d45a1db17570cb47ab060b7b006c20e849b2f421..09c01ad2264e86bc83d72639e34bf33aeabe5159 100644 --- a/templates/validate.yml +++ b/templates/validate.yml @@ -16,8 +16,9 @@ spec: description: 'Version of this component. Has to be the same as the one in the component include entry.' opentofu_version: - default: '1.8.1' + default: '1.8.2' options: + - '1.8.2' - '1.8.1' - '1.8.0' - '1.7.3'