forked from ansible/terraform-provider-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release 1.2.0 * add release-summary.yml, run antsibull-changelog release --version 1.2.0 * release date update * add fragment for go updates, run antsibull-changelog release --version 1.2.0
- Loading branch information
Showing
9 changed files
with
51 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
================================================ | ||
The Terraform Provider for Ansible Release Notes | ||
================================================ | ||
|
||
.. contents:: Topics | ||
|
||
v1.2.0 | ||
====== | ||
|
||
Release Summary | ||
--------------- | ||
|
||
The terraform-provider-ansible v1.2.0 includes minor bugfixes and improvements. | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- Update dependencies (google.golang.org/grpc and golang.org/x/net) to resolve security alerts https://github.com/ansible/terraform-provider-ansible/security/dependabot (https://github.com/ansible/terraform-provider-ansible/pull/72). | ||
- Updates the provider to use Go 1.21 (https://github.com/ansible/terraform-provider-ansible/pull/89) | ||
- Updates the provider to use SDKv2 (https://github.com/ansible/terraform-provider-ansible/issues/39). | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- provider/resource_playbook - Fix race condition between multiple ansible_playbook resources (https://github.com/ansible/terraform-provider-ansible/issues/38). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
ancestor: null | ||
releases: | ||
1.2.0: | ||
changes: | ||
bugfixes: | ||
- provider/resource_playbook - Fix race condition between multiple ansible_playbook | ||
resources (https://github.com/ansible/terraform-provider-ansible/issues/38). | ||
minor_changes: | ||
- Update dependencies (google.golang.org/grpc and golang.org/x/net) to resolve | ||
security alerts https://github.com/ansible/terraform-provider-ansible/security/dependabot | ||
(https://github.com/ansible/terraform-provider-ansible/pull/72). | ||
- Updates the provider to use Go 1.21 (https://github.com/ansible/terraform-provider-ansible/pull/89) | ||
- Updates the provider to use SDKv2 (https://github.com/ansible/terraform-provider-ansible/issues/39). | ||
release_summary: The terraform-provider-ansible v1.2.0 includes minor bugfixes | ||
and improvements. | ||
fragments: | ||
- aws_example.yml | ||
- go_version_updates.yml | ||
- gplv3_licensing.yml | ||
- inventory_race_conditions.yml | ||
- release-summary.yml | ||
- update_dependencies.yml | ||
- use_sdkv2.yml | ||
release_date: '2024-02-21' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters