Skip to content

Commit 0314282

Browse files
committed
Bump up Babelfish Internal Version from 17.8.0.0 to 17.9.0.0
Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>
1 parent 5930b88 commit 0314282

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

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

Lines changed: 3 additions & 3 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
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEFAULT_BRANCH=BABEL_5_5_STABLE__PG_17_8
1+
DEFAULT_BRANCH=BABEL_5_5_STABLE__PG_17_9

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

Lines changed: 6 additions & 6 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

.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/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 "5.5.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 17.8.0.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 17.9.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)