From f4325bad785cd96d24edd97ea967eb08b106a6ea Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Wed, 12 Feb 2025 21:56:30 +0100 Subject: [PATCH] meta: bump galaxy version to 0.1.5, require community.docker@^4.0.0 --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index c955e24..d6d65ed 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,12 @@ namespace: finallycoffee name: observability -version: 0.1.4 +version: 0.1.5 readme: README.md authors: - transcaffeine description: Various ansible roles useful for automating infrastructure dependencies: - "community.docker": "^3.0.0" + "community.docker": "^4.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'