Skip to content

Commit 0048ae5

Browse files
committed
Bump up Babelfish Internal Version from 17.9.0.0 to 17.10.0.0
Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>
1 parent 5611394 commit 0048ae5

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
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.22',
100+
version: '14.23',
101101
upgrade-type: null
102102
},
103103
{
@@ -133,7 +133,7 @@ upgrade-version: [{
133133
{
134134
upgrade-path: [
135135
{
136-
version: '15.17',
136+
version: '15.18',
137137
upgrade-type: null
138138
},
139139
{
@@ -169,7 +169,7 @@ upgrade-version: [{
169169
{
170170
upgrade-path: [
171171
{
172-
version: 17.8,
172+
version: 17.9,
173173
upgrade-type: null
174174
},
175175
{
@@ -284,7 +284,7 @@ upgrade-version: [{
284284
{
285285
upgrade-path: [
286286
{
287-
version: '16.13',
287+
version: '16.14',
288288
upgrade-type: null
289289
},
290290
{

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
'14.20':
6262
engine_branch: BABEL_2_15_STABLE__PG_14_20
6363
extension_branch: BABEL_2_15_STABLE
64-
'14.21':
64+
'14.22':
6565
engine_branch: BABEL_2_16_STABLE__PG_14_21
6666
extension_branch: BABEL_2_16_STABLE
67-
'14.22':
67+
'14.23':
6868
engine_branch: BABEL_2_X_DEV__PG_14_X
6969
extension_branch: BABEL_2_X_DEV
7070
'15.2':
@@ -103,10 +103,10 @@
103103
'15.15':
104104
engine_branch: BABEL_3_12_STABLE__PG_15_15
105105
extension_branch: BABEL_3_12_STABLE
106-
'15.16':
107-
engine_branch: BABEL_3_13_STABLE__PG_15_16
108-
extension_branch: BABEL_3_13_STABLE
109106
'15.17':
107+
engine_branch: BABEL_3_13_STABLE__PG_15_17
108+
extension_branch: BABEL_3_13_STABLE
109+
'15.18':
110110
engine_branch: BABEL_3_X_DEV__PG_15_X
111111
extension_branch: BABEL_3_X_DEV
112112
'16.1':
@@ -136,10 +136,10 @@
136136
'16.11':
137137
engine_branch: BABEL_4_8_STABLE__PG_16_11
138138
extension_branch: BABEL_4_8_STABLE
139-
'16.12':
140-
engine_branch: BABEL_4_9_STABLE__PG_16_12
141-
extension_branch: BABEL_4_9_STABLE
142139
'16.13':
140+
engine_branch: BABEL_4_9_STABLE__PG_16_13
141+
extension_branch: BABEL_4_9_STABLE
142+
'16.14':
143143
engine_branch: BABEL_4_X_DEV__PG_16_X
144144
extension_branch: BABEL_4_X_DEV
145145
'17.4':
@@ -154,8 +154,8 @@
154154
'17.7':
155155
engine_branch: BABEL_5_4_STABLE__PG_17_7
156156
extension_branch: BABEL_5_4_STABLE
157-
'17.8':
158-
engine_branch: BABEL_5_5_STABLE__PG_17_8
157+
'17.9':
158+
engine_branch: BABEL_5_5_STABLE__PG_17_9
159159
extension_branch: BABEL_5_5_STABLE
160160
'source.latest':
161161
engine_branch: latest

.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", "16.13"]'), 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", "16.14"]'), 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/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", "16.13"]'), 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", "16.14"]'), 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.6.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 17.9.0.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 17.10.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)