From 550e9c02d728759d8a705c955eec7062a60ccfc7 Mon Sep 17 00:00:00 2001 From: Fabrice Gangler <fabrice.gangler@adullact.org> Date: Tue, 28 Feb 2023 06:32:57 +0100 Subject: [PATCH] fix: use a puppet module of PostgreSQL compatible with Ubuntu 22.04 --- CHANGELOG.md | 8 ++++++++ puppet/Puppetfile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e16c505..d7a778f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +-------------------------------- + +## v1.2.1, 2023.02.28 + +### Fixed + +- use a puppet module of PostgreSQL compatible with Ubuntu 22.04 + -------------------------------- ## v1.2.0, 2023.02.27 diff --git a/puppet/Puppetfile b/puppet/Puppetfile index 5c23adf..2335cdb 100644 --- a/puppet/Puppetfile +++ b/puppet/Puppetfile @@ -13,7 +13,7 @@ mod 'concat', # Dependencies for postgresql: stdlib | apt | concat mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql.git', - :tag => 'v7.5.0' + :tag => 'v8.2.1' mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git', :tag => 'v8.1.0' -- GitLab