Skip to content

Commit

Permalink
Merge pull request #33 from LakshanSS/2201.4.x
Browse files Browse the repository at this point in the history
[2201.4.x] Prepare for 2.5.0 release with bal 2201.4.1
  • Loading branch information
LakshanSS authored May 12, 2023
2 parents a66b6cd + e6ae6cb commit f735528
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 69 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
pack
Expand All @@ -37,7 +37,7 @@ jobs:

# Test the ballerina project
- name: Ballerina Test
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
test
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/daily-build.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack
Expand All @@ -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/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand All @@ -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/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
pack
Expand All @@ -33,7 +33,7 @@ jobs:

# Test the ballerina project
- name: Ballerina Test
uses: ballerina-platform/ballerina-action@nightly
uses: ballerina-platform/ballerina-action@2201.4.1
with:
args:
test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Build the ballerina project
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
pack
Expand All @@ -35,7 +35,7 @@ jobs:

# Push the module to the Ballerina central
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.4.1
with:
args:
push
Expand Down
4 changes: 2 additions & 2 deletions Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.4.1"
org = "ballerinax"
name = "snowflake.driver"
version = "2.4.0"
version = "2.5.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Business Intelligence/Data Warehouse", "Cost/Paid"]
Expand Down
48 changes: 48 additions & 0 deletions Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# AUTO-GENERATED FILE. DO NOT MODIFY.

# This file is auto-generated by Ballerina for managing dependency versions.
# It should not be modified by hand.

[ballerina]
dependencies-toml-version = "2"

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"
modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinax"
name = "snowflake.driver"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerinai", name = "observe"}
]
modules = [
{org = "ballerinax", packageName = "snowflake.driver", moduleName = "snowflake.driver"}
]

2 changes: 1 addition & 1 deletion Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This package bundles the latest Snowflake JDBC Driver.
### Compatibility
| | Version |
|-----------------------------------|---------------------------------|
| Ballerina Language | Ballerina Swan Lake 2201.3.0 |
| Ballerina Language | Ballerina Swan Lake 2201.4.1 |
| Snowflake JDBC Driver | 3.13.11 |

## Report issues
Expand Down

0 comments on commit f735528

Please sign in to comment.