Skip to content

Commit

Permalink
chore: kickoff v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas authored May 1, 2024
2 parents b6c5a0d + 8e0d54d commit 30e28b5
Show file tree
Hide file tree
Showing 35 changed files with 416 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build-test-amplify:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -25,7 +25,7 @@ jobs:
scheme: Amplify

build-amplify-spm:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Release new ${{ inputs.type }} version
environment: Release
needs: [build-and-test-amplify, unit-tests, fortify]
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fortify_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
fortify-scan:
runs-on: macos-latest
runs-on: macos-12
environment: Fortify
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down
47 changes: 24 additions & 23 deletions .github/workflows/integ_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Integration Tests
on:
workflow_call:
workflow_dispatch:
push:
branches: [v1]

Expand All @@ -14,7 +15,7 @@ concurrency:

jobs:
prepare-for-test:
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
api-graphqliam-integration-test:
if: ${{ false }}
needs: [api-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -143,7 +144,7 @@ jobs:
api-restiam-integration-test:
if: ${{ false }}
needs: [api-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -171,7 +172,7 @@ jobs:
api-restuserpool-integration-test:
if: ${{ false }}
needs: [api-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -199,7 +200,7 @@ jobs:
api-graphqllambda-integration-test:
if: ${{ false }}
needs: [api-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -283,7 +284,7 @@ jobs:
datastore-integration-hub-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -366,7 +367,7 @@ jobs:
datastore-integration-V1-S2-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -393,7 +394,7 @@ jobs:
datastore-integration-V1-S3-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -420,7 +421,7 @@ jobs:
datastore-integration-V1-S4-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -447,7 +448,7 @@ jobs:
datastore-integration-V1-S5-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -474,7 +475,7 @@ jobs:
datastore-integration-V1-S6-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -501,7 +502,7 @@ jobs:
datastore-integration-V2-S1-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -528,7 +529,7 @@ jobs:
datastore-integration-V2-S2-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -555,7 +556,7 @@ jobs:
datastore-integration-V2-S3a-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -582,7 +583,7 @@ jobs:
datastore-integration-V2-S3-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -609,7 +610,7 @@ jobs:
datastore-integration-V2-S4-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -636,7 +637,7 @@ jobs:
datastore-integration-V2-S5-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -663,7 +664,7 @@ jobs:
datastore-integration-V2-S6-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -690,7 +691,7 @@ jobs:
datastore-integration-V2-S7-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand All @@ -717,7 +718,7 @@ jobs:
datastore-integration-V2-S8-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -772,7 +773,7 @@ jobs:
datastore-integration-observe-query-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -800,7 +801,7 @@ jobs:
datastore-auth-integration-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down Expand Up @@ -828,7 +829,7 @@ jobs:
datastore-flutter-integration-test:
if: ${{ false }}
needs: [datastore-integration-test]
runs-on: macos-latest
runs-on: macos-12
environment: IntegrationTest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
unit-test-aws-plugins-core:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -26,7 +26,7 @@ jobs:
scheme: AWSPluginsCore

unit-test-analytics:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -40,7 +40,7 @@ jobs:
scheme: AWSPinpointAnalyticsPlugin

unit-test-api:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -54,7 +54,7 @@ jobs:
scheme: AWSAPICategoryPlugin

unit-test-auth:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -68,7 +68,7 @@ jobs:
scheme: AWSCognitoAuthPlugin

unit-test-datastore:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -82,7 +82,7 @@ jobs:
scheme: AWSDataStoreCategoryPlugin

unit-test-geo:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -96,7 +96,7 @@ jobs:
scheme: AWSLocationGeoPlugin

unit-test-predictions:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand All @@ -110,7 +110,7 @@ jobs:
scheme: CoreMLPredictionsPlugin

unit-test-storage:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
Expand Down
4 changes: 2 additions & 2 deletions AWSPluginsCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$AMPLIFY_VERSION = '1.30.9'
$AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}"

$AWS_SDK_VERSION = '2.35.0'
$AWS_SDK_VERSION = '2.36.0'
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"

Pod::Spec.new do |s|
Expand All @@ -26,7 +26,7 @@ Pod::Spec.new do |s|
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :git => 'https://github.com/aws-amplify/amplify-ios.git', :tag => $AMPLIFY_RELEASE_TAG }

s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.swift_version = '5.0'

s.source_files = 'AmplifyPlugins/Core/AWSPluginsCore/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion AWSPredictionsPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$AMPLIFY_VERSION = '1.30.9'
$AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}"

$AWS_SDK_VERSION = '2.35.0'
$AWS_SDK_VERSION = '2.36.0'
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"

Pod::Spec.new do |s|
Expand Down
2 changes: 1 addition & 1 deletion Amplify.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
s.source = { :git => 'https://github.com/aws-amplify/amplify-swift.git', :tag => $AMPLIFY_RELEASE_TAG }

s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.swift_version = '5.0'

s.source_files = 'Amplify/**/*.swift'
Expand Down
Loading

0 comments on commit 30e28b5

Please sign in to comment.