Skip to content

Commit ea977ea

Browse files
Yvinayak07yashneet vinayakHerambh Shah
authored
Initial commit for Babelfish v2.15 (#3916)
* Update Github action scripts Signed-off-by: yashneet vinayak <yashneet@amazon.com> * Create upgrade test folders (new schedule files) Signed-off-by: yashneet vinayak <yashneet@amazon.com> * Bump Babelfish version string Signed-off-by: yashneet vinayak <yashneet@amazon.com> * update Upgrade verison in upgrade-test-configuration.yml Signed-off-by: Herambh Shah <herambhs@amazon.com> --------- Signed-off-by: yashneet vinayak <yashneet@amazon.com> Signed-off-by: Herambh Shah <herambhs@amazon.com> Co-authored-by: yashneet vinayak <yashneet@amazon.com> Co-authored-by: Herambh Shah <herambhs@amazon.com>
1 parent 458945d commit ea977ea

File tree

4 files changed

+446
-3
lines changed

4 files changed

+446
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ upgrade-version: [{
6161
{
6262
upgrade-path: [
6363
{
64-
version: '14.18',
64+
version: '14.19',
6565
upgrade-type: null
6666
},
6767
{

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
'14.18':
5353
engine_branch: BABEL_2_13_STABLE__PG_14_18
5454
extension_branch: BABEL_2_13_STABLE
55+
'14.19':
56+
engine_branch: BABEL_2_14_STABLE__PG_14_19
57+
extension_branch: BABEL_2_14_STABLE
5558
'source.latest':
5659
engine_branch: latest
5760
extension_branch: latest

contrib/babelfishpg_tsql/src/babelfish_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*-------------------------------------------------------------------------
99
*/
1010

11-
#define BABELFISH_VERSION_STR "2.14.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.18.0.0"
11+
#define BABELFISH_VERSION_STR "2.15.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.19.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)