We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c036575 + 4a09607 commit a65008cCopy full SHA for a65008c
engine/.gitlab-ci.yml
@@ -472,7 +472,7 @@ bash-test-16:
472
bash-test-17:
473
<<: *bash_test
474
variables:
475
- POSTGRES_VERSION: 17rc1
+ POSTGRES_VERSION: 17
476
477
integration-test:
478
services:
ui/packages/shared/pages/Configuration/utils/index.ts
@@ -7,15 +7,15 @@ const seContainerRegistry = 'se-images'
7
const genericImagePrefix = 'postgresai/extended-postgres'
8
// since some tags are rc, we need to specify the exact tags to use
9
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'],
+ '9.6': ['0.5.1', '0.4.6', '0.4.5'],
+ '10': ['0.5.1', '0.4.6', '0.4.5'],
+ '11': ['0.5.1', '0.4.6', '0.4.5'],
+ '12': ['0.5.1', '0.4.6', '0.4.5'],
+ '13': ['0.5.1', '0.4.6', '0.4.5'],
+ '14': ['0.5.1', '0.4.6', '0.4.5'],
+ '15': ['0.5.1', '0.4.6', '0.4.5'],
+ '16': ['0.5.1', '0.4.6', '0.4.5'],
+ '17': ['0.5.1'],
19
}
20
21
export type FormValuesKey = keyof FormValues
0 commit comments