Skip to content

Commit 6a1c04e

Browse files
committed
Bump up Babelfish Internal Version from 18.0.0.0 to 18.3.0.0
Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>
1 parent de91d30 commit 6a1c04e

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

.github/configuration/upgrade-test-configuration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ upgrade-version: [{
9797
{
9898
upgrade-path: [
9999
{
100-
version: '14.21',
100+
version: '14.22',
101101
upgrade-type: null
102102
},
103103
{
@@ -133,7 +133,7 @@ upgrade-version: [{
133133
{
134134
upgrade-path: [
135135
{
136-
version: '15.16',
136+
version: '15.17',
137137
upgrade-type: null
138138
},
139139
{
@@ -284,7 +284,7 @@ upgrade-version: [{
284284
{
285285
upgrade-path: [
286286
{
287-
version: '16.12',
287+
version: '16.13',
288288
upgrade-type: null
289289
},
290290
{
@@ -296,7 +296,7 @@ upgrade-version: [{
296296
{
297297
upgrade-path: [
298298
{
299-
version: '17.8',
299+
version: '17.9',
300300
upgrade-type: null
301301
},
302302
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEFAULT_BRANCH=BABEL_6_0_STABLE__PG_18_2
1+
DEFAULT_BRANCH=BABEL_6_0_STABLE__PG_18_3

.github/template/version-branch-template.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
'14.20':
6262
engine_branch: BABEL_2_15_STABLE__PG_14_20
6363
extension_branch: BABEL_2_15_STABLE
64-
'14.21':
65-
engine_branch: BABEL_2_16_STABLE__PG_14_21
64+
'14.22':
65+
engine_branch: BABEL_2_16_STABLE__PG_14_22
6666
extension_branch: BABEL_2_16_STABLE
6767
'15.2':
6868
engine_branch: BABEL_3_1_STABLE__PG_15_2
@@ -100,8 +100,8 @@
100100
'15.15':
101101
engine_branch: BABEL_3_12_STABLE__PG_15_15
102102
extension_branch: BABEL_3_12_STABLE
103-
'15.16':
104-
engine_branch: BABEL_3_13_STABLE__PG_15_16
103+
'15.17':
104+
engine_branch: BABEL_3_13_STABLE__PG_15_17
105105
extension_branch: BABEL_3_13_STABLE
106106
'16.1':
107107
engine_branch: BABEL_4_0_STABLE__PG_16_1
@@ -130,8 +130,8 @@
130130
'16.11':
131131
engine_branch: BABEL_4_8_STABLE__PG_16_11
132132
extension_branch: BABEL_4_8_STABLE
133-
'16.12':
134-
engine_branch: BABEL_4_9_STABLE__PG_16_12
133+
'16.13':
134+
engine_branch: BABEL_4_9_STABLE__PG_16_13
135135
extension_branch: BABEL_4_9_STABLE
136136
'17.4':
137137
engine_branch: BABEL_5_1_STABLE__PG_17_4
@@ -145,8 +145,8 @@
145145
'17.7':
146146
engine_branch: BABEL_5_4_STABLE__PG_17_7
147147
extension_branch: BABEL_5_4_STABLE
148-
'17.8':
149-
engine_branch: BABEL_5_5_STABLE__PG_17_8
148+
'17.9':
149+
engine_branch: BABEL_5_5_STABLE__PG_17_9
150150
extension_branch: BABEL_5_5_STABLE
151151
'source.latest':
152152
engine_branch: latest

.github/workflows/major-version-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
OLD_INSTALL_DIR: psql_source
88
NEW_INSTALL_DIR: psql_target
9-
ENGINE_BRANCH_FROM: BABEL_2_16_STABLE__PG_14_21
9+
ENGINE_BRANCH_FROM: BABEL_2_16_STABLE__PG_14_22
1010
EXTENSION_BRANCH_FROM: BABEL_2_16_STABLE
1111

1212
runs-on: ubuntu-22.04

.github/workflows/minor-version-upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
jobs:
55
extension-tests:
66
env:
7-
ENGINE_VER_FROM: BABEL_6_0_STABLE__PG_18_2
7+
ENGINE_VER_FROM: BABEL_6_0_STABLE__PG_18_3
88
EXTENSION_VER_FROM: BABEL_6_0_STABLE
99
INSTALL_DIR: psql
1010

@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/composite-actions/build-modified-postgres
2525
with:
2626
engine_branch: ${{env.ENGINE_VER_FROM}}
27-
engine_version: 18.2
27+
engine_version: 18.3
2828

2929
- name: Compile ANTLR
3030
id: compile-antlr

.github/workflows/pg_dump-restore-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
install_dir: ${{ steps.find-branch.outputs.base-dir }}
7575
migration_mode: 'multi-db'
7676
dump_restore: 'true'
77-
antlr_version: ${{ (steps.read-base-and-final-version.outputs.base-version == 'source.latest' || fromJSON(steps.read-base-and-final-version.outputs.base-version) >= 16.8 || contains(fromJSON('["16.10", "16.11", "16.12"]'), steps.read-base-and-final-version.outputs.base-version) ) && '4.13.2' || '4.9.3' }}
77+
antlr_version: ${{ (steps.read-base-and-final-version.outputs.base-version == 'source.latest' || fromJSON(steps.read-base-and-final-version.outputs.base-version) >= 16.8 || contains(fromJSON('["16.10", "16.11", "16.13"]'), steps.read-base-and-final-version.outputs.base-version) ) && '4.13.2' || '4.9.3' }}
7878
engine_version: ${{ steps.read-base-and-final-version.outputs.base-version }}
7979

8080
- name: Setup Dump Restore Composite Action

.github/workflows/singledb-version-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
env:
88
OLD_INSTALL_DIR: psql_source
99
NEW_INSTALL_DIR: psql_target
10-
ENGINE_BRANCH_FROM: BABEL_2_16_STABLE__PG_14_21
10+
ENGINE_BRANCH_FROM: BABEL_2_16_STABLE__PG_14_22
1111
EXTENSION_BRANCH_FROM: BABEL_2_16_STABLE
1212

1313
runs-on: ubuntu-22.04

.github/workflows/upgrade-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
install_dir: ${{ steps.find-branch.outputs.base-dir }}
6868
migration_mode: 'multi-db'
6969
server_collation_name: ${{ matrix.upgrade-path.server_collation_name }}
70-
antlr_version: ${{ (steps.read-base-and-final-version.outputs.base-version == 'source.latest' || fromJSON(steps.read-base-and-final-version.outputs.base-version) >= 16.8 || contains(fromJSON('["16.10", "16.11", "16.12"]'), steps.read-base-and-final-version.outputs.base-version) ) && '4.13.2' || '4.9.3' }}
70+
antlr_version: ${{ (steps.read-base-and-final-version.outputs.base-version == 'source.latest' || fromJSON(steps.read-base-and-final-version.outputs.base-version) >= 16.8 || contains(fromJSON('["16.10", "16.11", "16.13"]'), steps.read-base-and-final-version.outputs.base-version) ) && '4.13.2' || '4.9.3' }}
7171
engine_version: ${{ steps.read-base-and-final-version.outputs.base-version }}
7272

7373
- name: Setup Upgrade Version Composite Action

contrib/babelfishpg_tsql/src/babelfish_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*/
1010

1111
#define BABELFISH_VERSION_STR "6.0.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 18.0.0.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 18.3.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)