Skip to content

Commit

Permalink
Merge pull request #1499 from bersace/pg17
Browse files Browse the repository at this point in the history
Postgres 17
  • Loading branch information
bersace authored Oct 14, 2024
2 parents 3e21482 + be64484 commit d248b6c
Show file tree
Hide file tree
Showing 13 changed files with 409 additions and 288 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ workflows:
parameters:
dist: [rockylinux9]
# Odd version of Postgres for RHEL
pgversion: ["15"]
pgversion: ["17"]
- e2e:
<<: *e2e
matrix:
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
pgversion:
description: "PostgreSQL version for repository."
type: enum
enum: ["16", "15", "14", "13", "12", "11", "10", "9.6", "9.5"]
enum: ["17", "16", "15", "14", "13", "12", "11", "10", "9.6", "9.5"]
resource_class: large
docker:
- image: dalibo/buildpack-postgres:<< parameters.dist >>
Expand All @@ -325,10 +325,10 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: *PGPASSWORD
command: [
-c, log_statement=all,
-c, log_connections=on,
-c, "log_line_prefix=%m [%p]: [%l-1] app=%a,db=%d,client=%h,user=%u ",
-c, cluster_name=repository,
-c, log_statement=all,
-c, log_connections=on,
-c, "log_line_prefix=%m [%p]: [%l-1] app=%a,db=%d,client=%h,user=%u ",
-c, cluster_name=repository,
]
- image: selenium/standalone-firefox@sha256:b6d8279268b3183d0d33e667e82fec1824298902f77718764076de763673124f
environment:
Expand Down
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ max_line_length = 88
[*.{css,html,js,json,scss,yml,yaml,sql,vue}]
indent_size = 2

[*.sql]
indent_style = tab

[{*.sh,Makefile}]
indent_size = 8
indent_style = tab
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Ensure you use consistent title format.

**Other changes**

- Postgres 17 support.
- ui: Fix deletion of host metrics when removing an instance of multi-instances host.
- ui: Remove support for 7.x agents.
- ui: Accept editing an offline instance.
Expand Down
Loading

0 comments on commit d248b6c

Please sign in to comment.