meta: bump collection version to 0.1.2, require community.docker>=4.0.0, community.postgresql>=3.9.0

This commit is contained in:
2025-01-05 17:46:02 +01:00
parent 6f70e8c2bf
commit 02cb20fcc6

View File

@ -1,12 +1,13 @@
namespace: finallycoffee namespace: finallycoffee
name: databases name: databases
version: 0.1.1 version: 0.1.2
readme: README.md readme: README.md
authors: authors:
- transcaffeine <transcaffeine@finally.coffee> - transcaffeine <transcaffeine@finally.coffee>
description: Collection for deploying and configuring databases description: Collection for deploying and configuring databases
dependencies: dependencies:
"community.docker": "^3.0.0" "community.docker": "^4.0.0"
"community.postgresql": "^3.9.0"
license_file: LICENSE.md license_file: LICENSE.md
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'