Skip to content

Commit

Permalink
fix: bump requires_ansible version (#38)
Browse files Browse the repository at this point in the history
* fix: bump requires_ansible version

* fix: add changelog and bump plugin version

* fix: adapt wrong indentation
  • Loading branch information
dietmar-91 authored Aug 8, 2024
1 parent cdaeb72 commit 80e3dac
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

**Topics**

- <a href="#v1-2-1">v1\.2\.1</a>
- <a href="#minor-changes">Minor Changes</a>
- <a href="#v1-2-0">v1\.2\.0</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#minor-changes">Minor Changes</a>
- <a href="#minor-changes-1">Minor Changes</a>

<a id="v1-2-1"></a>
## v1\.2\.1

<a id="minor-changes"></a>
### Minor Changes

* ansible\-lint \- update requires\_ansible to \>\=2\.15\.0 to fix ansible\-lint action

<a id="v1-2-0"></a>
## v1\.2\.0
Expand All @@ -14,7 +24,7 @@

Initial release of the even source plugin dt\_webhook\.

<a id="minor-changes"></a>
<a id="minor-changes-1"></a>
### Minor Changes

* Set up ansible\-lint and ansible\-test for collection\.
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ releases:
fragments:
- CA-9156-add-ansible-lint-and-ansible-test.yml
release_date: '2024-04-24'
1.2.1:
changes:
minor_changes:
- ansible-lint - update requires_ansible to >=2.15.0 to fix ansible-lint action
fragments:
- 38-update-requires_ansible.yml
release_date: '2024-08-05'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: dynatrace
name: event_driven_ansible

# The version of the collection. Must be compatible with semantic versioning
version: 1.2.0
version: 1.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Collections must specify a minimum required ansible version to upload
# to galaxy
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'

0 comments on commit 80e3dac

Please sign in to comment.