diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 4f69d4d..374d64f 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -13,5 +13,5 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@2201.10.x secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fa3af2..dedf2b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: call_workflow: name: Run Connector Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/build-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-connector-template.yml@2201.10.x secrets: inherit with: repo-name: module-ballerinax-aws.redshift diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index ed04ade..bc76687 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -8,7 +8,7 @@ jobs: call_workflow: name: Run Daily Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/daily-build-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/daily-build-connector-template.yml@2201.10.x secrets: inherit with: repo-name: module-ballerinax-aws.redshift diff --git a/.github/workflows/dev-stage-release.yml b/.github/workflows/dev-stage-release.yml index b85c07c..eb03f9a 100644 --- a/.github/workflows/dev-stage-release.yml +++ b/.github/workflows/dev-stage-release.yml @@ -15,7 +15,7 @@ jobs: call_workflow: name: Run Dev\Stage Central Publish Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/dev-stage-central-publish-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/dev-stage-central-publish-connector-template.yml@2201.10.x secrets: inherit with: environment: ${{ github.event.inputs.environment }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 47662b5..8234a6c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,5 +10,5 @@ jobs: call_workflow: name: Run PR Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/pr-build-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/pr-build-connector-template.yml@2201.10.x secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdd3593..5198154 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: call_workflow: name: Run Release Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/release-package-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/release-package-connector-template.yml@2201.10.x secrets: inherit with: package-name: aws.redshift diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index ab15ee9..2770820 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -9,6 +9,6 @@ jobs: call_workflow: name: Run Trivy Scan Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@2201.10.x secrets: inherit diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c0be5f0..48bb9a4 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "aws.redshift" -version = "1.1.0" +version = "1.1.1" authors = ["Ballerina"] keywords = ["Data Warehouse", "Columnar Storage", "Cost/Paid", "vendor/aws"] repository = "https://github.com/ballerina-platform/module-ballerinax-aws.redshift" @@ -9,16 +9,16 @@ icon = "icon.png" license = ["Apache-2.0"] distribution = "2201.9.0" -[platform.java11] +[platform.java17] graalvmCompatible = true -[[platform.java11.dependency]] +[[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "aws.redshift-native" -version = "1.1.0" -path = "../native/build/libs/aws.redshift-native-1.1.0.jar" +version = "1.1.1-SNAPSHOT" +path = "../native/build/libs/aws.redshift-native-1.1.1-SNAPSHOT.jar" -[[platform.java11.dependency]] +[[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.13.3" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8ddee16..a983d8e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.11.4" +version = "2.11.6" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -95,7 +95,7 @@ dependencies = [ [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -285,7 +285,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.13.3" +version = "1.13.4" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -374,7 +374,7 @@ modules = [ [[package]] org = "ballerinax" name = "aws.redshift" -version = "1.1.0" +version = "1.1.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index c077556..cdf7197 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -9,16 +9,16 @@ icon = "icon.png" license = ["Apache-2.0"] distribution = "2201.9.0" -[platform.java11] +[platform.java17] graalvmCompatible = true -[[platform.java11.dependency]] +[[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "aws.redshift-native" version = "@project.version@" path = "../native/build/libs/aws.redshift-native-@project.version@.jar" -[[platform.java11.dependency]] +[[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "@sql.native.version@"