Skip to content

Commit

Permalink
Merge pull request #94 from LakshanSS/2201.3.x
Browse files Browse the repository at this point in the history
[2201.3.1] Prepare for 3.1.0 release with 2201.3.x
  • Loading branch information
LakshanSS authored Mar 2, 2023
2 parents b661514 + 575028b commit 011d0f7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 86 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: pack ./s3
- name: Ballerina Test
uses: ballerina-platform/ballerina-action/@nightly
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: test --code-coverage ./s3
env:
Expand Down
69 changes: 0 additions & 69 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 @@ -19,13 +19,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: pack ./s3

- 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.3.1
with:
args: push
env:
Expand All @@ -34,7 +34,7 @@ jobs:

- 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.3.1
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Ballerina Build
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: pack ./s3
env:
Expand All @@ -21,7 +21,7 @@ jobs:
REGION: ${{ secrets.REGION }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
- name: Ballerina Push
uses: ballerina-platform/ballerina-action/@2201.2.1
uses: ballerina-platform/ballerina-action/@2201.3.1
with:
args: push
env:
Expand Down
4 changes: 2 additions & 2 deletions s3/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
distribution = "2201.3.0"
distribution = "2201.3.1"
org = "ballerinax"
name = "aws.s3"
version = "3.0.0"
version = "3.1.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Content & Files/File Management & Storage", "Cost/Paid", "Vendor/Amazon"]
Expand Down
14 changes: 7 additions & 7 deletions s3/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.1"
version = "1.0.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.5.0"
version = "2.5.3"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -207,7 +207,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.5.0"
version = "2.5.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -221,7 +221,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.5.0"
version = "2.5.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -243,7 +243,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -263,7 +263,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.1"
version = "1.3.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand Down Expand Up @@ -318,7 +318,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "aws.s3"
version = "3.0.0"
version = "3.1.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion s3/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `ballerinax/aws.s3` is a [Ballerina](https://ballerina.io/) connector for AW
### Compatibility
| | Version |
|--------------------|--------------------|
| Ballerina Language | Swan Lake 2201.3.0 |
| Ballerina Language | Swan Lake 2201.3.1 |
| Amazon S3 API | 2006-03-01 |

## Report issues
Expand Down

0 comments on commit 011d0f7

Please sign in to comment.