Skip to content

Commit

Permalink
Merge pull request #122 from mherrre/master
Browse files Browse the repository at this point in the history
Sticking stdlib version
  • Loading branch information
mherrre authored Feb 19, 2024
2 parents dffed05 + 602ec94 commit 8fc2d25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.5.4

* stick stdlib version to 4.12 due to ceiling function being unavailable later on

## 0.5.3

* added forced arch amd64 for Debian
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "eyp-postgresql",
"version": "0.5.3",
"version": "0.5.4",
"author": "eyp",
"summary": "postgresql and pgbounce installation, configuration and management",
"license": "Apache-2.0",
"source": "https://github.com/NTTCom-MS/eyp-postgresql",
"project_page": "https://github.com/NTTCom-MS/eyp-postgresql",
"issues_url": "https://github.com/NTTCom-MS/eyp-postgresql/issues",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.12.0 < 8.5.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 4.12.0 < 4.12.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.2.3 < 9.9.9"},
{"name":"eyp/systemd","version_requirement":">= 0.1.35 < 0.4.0"},
{"name":"eyp/python","version_requirement":">= 0.1.0 < 0.2.0"},
Expand Down

0 comments on commit 8fc2d25

Please sign in to comment.