Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release collection 5.8.0 #83

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.8.0 / 2024-09-25
==================

* The collection contains the `Agent role 4.28.0 <https://github.com/DataDog/ansible-datadog/blob/main/CHANGELOG.md#4280--2024-09-24>`_.

5.7.0 / 2024-08-26
==================

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: datadog
name: dd

# The version of the collection. Must be compatible with semantic versioning
version: 5.7.0
version: 5.8.0

# 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 roles/agent/templates/install_info.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
install_method:
tool: ansible
tool_version: ansible-{{ ansible_version.full }}
installer_version: datadog_collection_5.7.0_agent_role-{{ role_version }}
installer_version: datadog_collection_5.8.0_agent_role-{{ role_version }}
Loading