From 08d17c3c6d3b8e1487c38a1b3432b54e87e91862 Mon Sep 17 00:00:00 2001 From: kasthuriraajan Date: Tue, 11 Oct 2022 21:12:29 +0530 Subject: [PATCH] Bump bal version to 2201.2.1 --- .github/workflows/dev-stg-release.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- Ballerina.toml | 4 ++-- Dependencies.toml | 4 ++-- Package.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 396295c..2035a97 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -33,7 +33,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: pack @@ -43,7 +43,7 @@ jobs: # Push to Ballerina Staging Central - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push @@ -54,7 +54,7 @@ jobs: # Push to Ballerina Dev Central - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action@master + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c7a933..e690bab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action@nightly + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: pack @@ -35,7 +35,7 @@ jobs: # Push the module to the Ballerina central - name: Ballerina Push - uses: ballerina-platform/ballerina-action@nightly + uses: ballerina-platform/ballerina-action/@2201.2.1 with: args: push diff --git a/Ballerina.toml b/Ballerina.toml index f985e90..c2f2ab3 100644 --- a/Ballerina.toml +++ b/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.0.0" +distribution = "2201.2.1" org = "ballerinax" name = "snowflake.driver" -version = "2.3.0" +version = "2.4.0" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["Business Intelligence/Data Warehouse", "Cost/Paid"] diff --git a/Dependencies.toml b/Dependencies.toml index 091c8e1..1058e0b 100644 --- a/Dependencies.toml +++ b/Dependencies.toml @@ -17,7 +17,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.0.1" +version = "1.0.5" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -37,7 +37,7 @@ modules = [ [[package]] org = "ballerinax" name = "snowflake.driver" -version = "2.3.0" +version = "2.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerinai", name = "observe"} diff --git a/Package.md b/Package.md index 899a2a2..897fbf0 100644 --- a/Package.md +++ b/Package.md @@ -7,7 +7,7 @@ This package bundles the latest Snowflake JDBC Driver. ### Compatibility | | Version | |-----------------------------------|---------------------------------| -| Ballerina Language | Ballerina Swan Lake 2201.0.0 | +| Ballerina Language | Ballerina Swan Lake 2201.2.1 | | Snowflake JDBC Driver | 3.13.11 | ## Report issues