Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a65008c

Browse files
committed
Merge branch 'postgres-17' into 'master'
Add PostgreSQL 17 (release) See merge request postgres-ai/database-lab!922
2 parents c036575 + 4a09607 commit a65008c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎engine/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ bash-test-16:
472472
bash-test-17:
473473
<<: *bash_test
474474
variables:
475-
POSTGRES_VERSION: 17rc1
475+
POSTGRES_VERSION: 17
476476

477477
integration-test:
478478
services:

‎ui/packages/shared/pages/Configuration/utils/index.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images'
77
const genericImagePrefix = 'postgresai/extended-postgres'
88
// since some tags are rc, we need to specify the exact tags to use
99
const dockerImagesConfig = {
10-
'9.6': ['0.5.0', '0.4.6', '0.4.5'],
11-
'10': ['0.5.0', '0.4.6', '0.4.5'],
12-
'11': ['0.5.0', '0.4.6', '0.4.5'],
13-
'12': ['0.5.0', '0.4.6', '0.4.5'],
14-
'13': ['0.5.0', '0.4.6', '0.4.5'],
15-
'14': ['0.5.0', '0.4.6', '0.4.5'],
16-
'15': ['0.5.0', '0.4.6', '0.4.5'],
17-
'16': ['0.5.0', '0.4.6', '0.4.5'],
18-
'17rc1': ['0.5.0'],
10+
'9.6': ['0.5.1', '0.4.6', '0.4.5'],
11+
'10': ['0.5.1', '0.4.6', '0.4.5'],
12+
'11': ['0.5.1', '0.4.6', '0.4.5'],
13+
'12': ['0.5.1', '0.4.6', '0.4.5'],
14+
'13': ['0.5.1', '0.4.6', '0.4.5'],
15+
'14': ['0.5.1', '0.4.6', '0.4.5'],
16+
'15': ['0.5.1', '0.4.6', '0.4.5'],
17+
'16': ['0.5.1', '0.4.6', '0.4.5'],
18+
'17': ['0.5.1'],
1919
}
2020

2121
export type FormValuesKey = keyof FormValues

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /