Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
feat(molecule): update postgresql version for all scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Dec 8, 2023
1 parent d3f1b7b commit 123d944
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion molecule/default/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Global variables for default Molecule scenario

# - General -
postgresql_version: '16.0'
postgresql_version: '16.1'
postgresql_restart_on_changes: true
postgresql_cluster_name: molecule-default

Expand Down
2 changes: 1 addition & 1 deletion molecule/v14/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Global variables for default Molecule scenario

# - General -
postgresql_version: '14.9'
postgresql_version: '14.10'
postgresql_restart_on_changes: true
postgresql_cluster_name: molecule-14

Expand Down
6 changes: 3 additions & 3 deletions molecule/v15/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Global variables for default Molecule scenario

# - General -
postgresql_version: '15.4'
postgresql_version: '15.5'
postgresql_restart_on_changes: true
postgresql_cluster_name: molecule-15

# - Repository and packages -
postgresql_packages:
- "postgresql-{{ postgresql_release }}={{ postgresql_version }}-2.pgdg{{ ansible_distribution_version }}+1"
- "postgresql-client-{{ postgresql_release }}={{ postgresql_version }}-2.pgdg{{ ansible_distribution_version }}+1"
- "postgresql-{{ postgresql_release }}={{ postgresql_version }}-1.pgdg{{ ansible_distribution_version }}+1"
- "postgresql-client-{{ postgresql_release }}={{ postgresql_version }}-1.pgdg{{ ansible_distribution_version }}+1"
- python3-psycopg2
- libpq-dev
- "postgresql-{{ postgresql_release }}-cron"
Expand Down

0 comments on commit 123d944

Please sign in to comment.