Skip to content

Commit

Permalink
Initial commit for Babelfish v2.13 (#3449)
Browse files Browse the repository at this point in the history
This commit contains the following changes:
- Add version info and upgrade test for 14.16.
- Add upgrade schedule files for 14.16.
- Bump babelfish_version from 2.12.0 to 2.13.0

Signed-off-by: manisha-deshpande <[email protected]>
Co-authored-by: Rishabh Tanwar <[email protected]>
  • Loading branch information
manisha-deshpande and ritanwar authored Feb 7, 2025
1 parent d45de24 commit 27f6f95
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/configuration/upgrade-test-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ upgrade-version: [{
{
upgrade-path: [
{
version: '14.15',
version: '14.16',
upgrade-type: null
},
{
Expand Down
3 changes: 3 additions & 0 deletions .github/template/version-branch-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
'14.15':
engine_branch: BABEL_2_11_STABLE__PG_14_15
extension_branch: BABEL_2_11_STABLE
'14.16':
engine_branch: BABEL_2_12_STABLE__PG_14_16
extension_branch: BABEL_2_12_STABLE
'source.latest':
engine_branch: latest
extension_branch: latest
Expand Down
4 changes: 2 additions & 2 deletions contrib/babelfishpg_tsql/src/babelfish_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*-------------------------------------------------------------------------
*/

#define BABELFISH_VERSION_STR "2.12.0"
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.16.0.0"
#define BABELFISH_VERSION_STR "2.13.0"
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.17.0.0"
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"
Loading

0 comments on commit 27f6f95

Please sign in to comment.