Skip to content

Commit aa17e71

Browse files
authored
Update main branch after releases 3.1.0 (#185)
Release 3.1.0 has been published. This PR updates the main branch to reflect these changes Reviewed-by: Alina Buzachis Reviewed-by: Bianca Henderson <[email protected]> Reviewed-by: GomathiselviS <[email protected]>
1 parent 11f88a2 commit aa17e71

File tree

6 files changed

+42
-13
lines changed

6 files changed

+42
-13
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ The cloud.terraform collection Release Notes
44

55
.. contents:: Topics
66

7+
v3.1.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This release includes bug fixes and new feature for the ``terraform_state`` inventory plugin.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Bump version of ansible-lint to minimum 25.1.2 (https://github.com/ansible-collections/cloud.terraform/pull/176).
19+
- inventory/terraform_provider - Remove custom `read_config_data()` method (https://github.com/ansible-collections/cloud.terraform/pull/181).
20+
- inventory/terraform_state - Remove custom `read_config_data()` method (https://github.com/ansible-collections/cloud.terraform/pull/181).
21+
- inventory/terraform_state - Support for custom Terraform providers (https://github.com/ansible-collections/cloud.terraform/pull/146).
22+
23+
Bugfixes
24+
--------
25+
26+
- inventory/terraform_state - use ``terraform pull`` instead of ``terraform show`` to parse raw state file to avoid provider versioning constraints (https://github.com/ansible-collections/cloud.terraform/issues/151).
27+
728
v3.0.0
829
======
930

changelogs/changelog.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,24 @@ releases:
144144
- ansible-core-version-increase.yml
145145
- release_summary.yml
146146
release_date: '2024-05-23'
147+
3.1.0:
148+
changes:
149+
bugfixes:
150+
- inventory/terraform_state - use ``terraform pull`` instead of ``terraform
151+
show`` to parse raw state file to avoid provider versioning constraints (https://github.com/ansible-collections/cloud.terraform/issues/151).
152+
minor_changes:
153+
- Bump version of ansible-lint to minimum 25.1.2 (https://github.com/ansible-collections/cloud.terraform/pull/176).
154+
- inventory/terraform_provider - Remove custom `read_config_data()` method (https://github.com/ansible-collections/cloud.terraform/pull/181).
155+
- inventory/terraform_state - Remove custom `read_config_data()` method (https://github.com/ansible-collections/cloud.terraform/pull/181).
156+
- inventory/terraform_state - Support for custom Terraform providers (https://github.com/ansible-collections/cloud.terraform/pull/146).
157+
release_summary: This release includes bug fixes and new feature for the ``terraform_state``
158+
inventory plugin.
159+
fragments:
160+
- 161-bump-ansible-lint-version.yml
161+
- 20240527-roles-add-description.yml
162+
- 20240620-inventory-terraform_state-fix-issue-with-terraform-show.yaml
163+
- 20240628-inventory-terraform_state-custom-providers.yaml
164+
- 20250428-inventory-plugins-fixes.yml
165+
- 3_1_0.yml
166+
- readme_template_update.yml
167+
release_date: '2025-04-30'

changelogs/fragments/161-bump-ansible-lint-version.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/20240527-roles-add-description.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/20250428-inventory-plugins-fixes.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/readme_template_update.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)