From 02cb20fcc6dec5ec378fc68db1a9fab9647ff1ff Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 5 Jan 2025 17:46:02 +0100 Subject: [PATCH] meta: bump collection version to 0.1.2, require community.docker>=4.0.0, community.postgresql>=3.9.0 --- galaxy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 845b873..10593d5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,13 @@ namespace: finallycoffee name: databases -version: 0.1.1 +version: 0.1.2 readme: README.md authors: - transcaffeine description: Collection for deploying and configuring databases dependencies: - "community.docker": "^3.0.0" + "community.docker": "^4.0.0" + "community.postgresql": "^3.9.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'