Skip to content

Commit 7e5c3df

Browse files
authored
chore: kickoff release
2 parents ae3e851 + f66a425 commit 7e5c3df

File tree

17 files changed

+286
-283
lines changed

17 files changed

+286
-283
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ orbs:
9090

9191
defaults: &defaults
9292
macos:
93-
xcode: '13.0.0'
93+
xcode: '13.3.0'
9494
working_directory: ~/amplify-ios
9595
environment:
9696
BUNDLE_PATH: vendor/bundle

.github/workflows/integ_test.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
analytics-integration-test:
3232
needs: prepare-for-test
33-
runs-on: macos-latest
33+
runs-on: macos-12
3434
environment: IntegrationTest
3535
steps:
3636
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -58,7 +58,7 @@ jobs:
5858
api-integration-test:
5959
continue-on-error: true
6060
needs: prepare-for-test
61-
runs-on: macos-latest
61+
runs-on: macos-12
6262
environment: IntegrationTest
6363
steps:
6464
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -113,7 +113,7 @@ jobs:
113113

114114
api-graphqluserpool-integration-test:
115115
needs: [api-integration-test]
116-
runs-on: macos-latest
116+
runs-on: macos-12
117117
environment: IntegrationTest
118118
steps:
119119
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -225,7 +225,7 @@ jobs:
225225
auth-integration-test:
226226
continue-on-error: true
227227
needs: prepare-for-test
228-
runs-on: macos-latest
228+
runs-on: macos-12
229229
environment: IntegrationTest
230230
steps:
231231
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -253,7 +253,7 @@ jobs:
253253
datastore-integration-test:
254254
continue-on-error: true
255255
needs: prepare-for-test
256-
runs-on: macos-latest
256+
runs-on: macos-12
257257
environment: IntegrationTest
258258
steps:
259259
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -277,6 +277,7 @@ jobs:
277277
project_path: ./AmplifyPlugins/DataStore/
278278
workspace: DataStoreCategoryPlugin.xcworkspace
279279
scheme: AWSDataStoreCategoryPluginIntegrationTests
280+
280281
datastore-integration-hub-test:
281282
if: ${{ false }}
282283
needs: [datastore-integration-test]
@@ -307,7 +308,7 @@ jobs:
307308
datastore-integration-local-test:
308309
continue-on-error: true
309310
needs: [datastore-integration-test]
310-
runs-on: macos-latest
311+
runs-on: macos-12
311312
environment: IntegrationTest
312313
steps:
313314
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -335,7 +336,7 @@ jobs:
335336
datastore-integration-V1-S1-test:
336337
continue-on-error: true
337338
needs: [datastore-integration-test]
338-
runs-on: macos-latest
339+
runs-on: macos-12
339340
environment: IntegrationTest
340341
steps:
341342
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -359,6 +360,7 @@ jobs:
359360
project_path: ./AmplifyPlugins/DataStore/
360361
workspace: DataStoreCategoryPlugin.xcworkspace
361362
scheme: AWSDataStoreIntegrationV1Scenario1Tests
363+
362364
datastore-integration-V1-S2-test:
363365
if: ${{ false }}
364366
needs: [datastore-integration-test]
@@ -740,7 +742,7 @@ jobs:
740742
datastore-integration-V2-test:
741743
continue-on-error: true
742744
needs: [datastore-integration-test]
743-
runs-on: macos-latest
745+
runs-on: macos-12
744746
environment: IntegrationTest
745747
steps:
746748
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -764,6 +766,7 @@ jobs:
764766
project_path: ./AmplifyPlugins/DataStore/
765767
workspace: DataStoreCategoryPlugin.xcworkspace
766768
scheme: AWSDataStoreIntegrationV2Tests
769+
767770
datastore-integration-observe-query-test:
768771
if: ${{ false }}
769772
needs: [datastore-integration-test]
@@ -850,7 +853,7 @@ jobs:
850853

851854
geo-integration-test:
852855
needs: prepare-for-test
853-
runs-on: macos-latest
856+
runs-on: macos-12
854857
environment: IntegrationTest
855858
steps:
856859
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -878,7 +881,7 @@ jobs:
878881
predictions-integration-test:
879882
continue-on-error: true
880883
needs: prepare-for-test
881-
runs-on: macos-latest
884+
runs-on: macos-12
882885
environment: IntegrationTest
883886
steps:
884887
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -916,7 +919,7 @@ jobs:
916919
storage-integration-test:
917920
continue-on-error: true
918921
needs: prepare-for-test
919-
runs-on: macos-latest
922+
runs-on: macos-12
920923
environment: IntegrationTest
921924
steps:
922925
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.28.0'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.27.0'
13+
$AWS_SDK_VERSION = '2.28.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$AMPLIFY_VERSION = '1.28.0'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.27.0'
5+
$AWS_SDK_VERSION = '2.28.0'
66
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
77

88
Pod::Spec.new do |s|

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.28.0'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.27.0'
13+
$AWS_SDK_VERSION = '2.28.0'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.28.0)
44
- Amplify/Default (1.28.0)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.28.0):
6-
- AWSAuthCore (~> 2.27.0)
7-
- AWSCognitoIdentityProvider (~> 2.27.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.27.0)
9-
- AWSCore (~> 2.27.0)
10-
- AWSMobileClient (~> 2.27.0)
6+
- AWSAuthCore (~> 2.28.0)
7+
- AWSCognitoIdentityProvider (~> 2.28.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.28.0)
9+
- AWSCore (~> 2.28.0)
10+
- AWSMobileClient (~> 2.28.0)
1111
- AWSPluginsCore (= 1.28.0)
1212
- AmplifyTestCommon (1.28.0):
1313
- Amplify (= 1.28.0)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.28.0)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.28.0):
1717
- Amplify (= 1.28.0)
18-
- AWSCore (~> 2.27.0)
19-
- AWSMobileClient (~> 2.27.0)
18+
- AWSCore (~> 2.28.0)
19+
- AWSMobileClient (~> 2.28.0)
2020
- AWSPluginsCore (= 1.28.0)
2121
- CwlPreconditionTesting (~> 2.0)
2222
- AppSyncRealTimeClient (2.1.1):
2323
- Starscream (~> 4.0.4)
24-
- AWSAuthCore (2.27.13):
25-
- AWSCore (= 2.27.13)
26-
- AWSCognitoIdentityProvider (2.27.13):
27-
- AWSCognitoIdentityProviderASF (= 2.27.13)
28-
- AWSCore (= 2.27.13)
29-
- AWSCognitoIdentityProviderASF (2.27.13):
30-
- AWSCore (= 2.27.13)
31-
- AWSCore (2.27.13)
32-
- AWSMobileClient (2.27.13):
33-
- AWSAuthCore (= 2.27.13)
34-
- AWSCognitoIdentityProvider (= 2.27.13)
35-
- AWSCognitoIdentityProviderASF (= 2.27.13)
36-
- AWSCore (= 2.27.13)
24+
- AWSAuthCore (2.28.0):
25+
- AWSCore (= 2.28.0)
26+
- AWSCognitoIdentityProvider (2.28.0):
27+
- AWSCognitoIdentityProviderASF (= 2.28.0)
28+
- AWSCore (= 2.28.0)
29+
- AWSCognitoIdentityProviderASF (2.28.0):
30+
- AWSCore (= 2.28.0)
31+
- AWSCore (2.28.0)
32+
- AWSMobileClient (2.28.0):
33+
- AWSAuthCore (= 2.28.0)
34+
- AWSCognitoIdentityProvider (= 2.28.0)
35+
- AWSCognitoIdentityProviderASF (= 2.28.0)
36+
- AWSCore (= 2.28.0)
3737
- AWSPluginsCore (1.28.0):
3838
- Amplify (= 1.28.0)
39-
- AWSCore (~> 2.27.0)
39+
- AWSCore (~> 2.28.0)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -48,7 +48,7 @@ PODS:
4848
- CwlPosixPreconditionTesting (~> 2.1.0)
4949
- Starscream (4.0.4)
5050
- SwiftFormat/CLI (0.44.17)
51-
- SwiftLint (0.48.0)
51+
- SwiftLint (0.49.1)
5252

5353
DEPENDENCIES:
5454
- Amplify (from `../../`)
@@ -96,24 +96,24 @@ CHECKOUT OPTIONS:
9696

9797
SPEC CHECKSUMS:
9898
Amplify: dfa12fad1609b1388d0b2fb6f99b3140cd942d09
99-
AmplifyPlugins: 1bac66d0349fa307008f6f7711b09d0f80e78c30
100-
AmplifyTestCommon: e57e82d994f4a142a3e6f0fc241d76e42ee3c561
99+
AmplifyPlugins: ef3c6cae5a1352da7e2f199dea48e6d6bda629e5
100+
AmplifyTestCommon: 32f67b880f88cb1de451c60789564cf00665a51a
101101
AppSyncRealTimeClient: 937360221f2b664c4c33ae142a60643e64f480cd
102-
AWSAuthCore: 9898614783bd6375742b58a1df38c6a8b8276eda
103-
AWSCognitoIdentityProvider: c105df15533a029230c325acd2be60ff45e8f3f9
104-
AWSCognitoIdentityProviderASF: e0f40ef2f5c2c357b77553144e8f41a6c0b0b81b
105-
AWSCore: 05edadb5f3d0b92a50ea8c66b06f1a10477878da
106-
AWSMobileClient: a49361347ff5c0cff946b3f777936c0fdf9c190d
107-
AWSPluginsCore: 7f0f984d787a4fe79d3d52c3d34e1779d1fc9bb8
102+
AWSAuthCore: 658c331fe5cbc58608ced499aa0d8d46c57e9c96
103+
AWSCognitoIdentityProvider: 9778edc430206a1bf67ff5f0c7a7b130fa4a5380
104+
AWSCognitoIdentityProviderASF: a82f81ad75fce6d8c826ed394fa3cf7c51306897
105+
AWSCore: 0ebe9ba8a459893cdf268ce0bae61875efd0182b
106+
AWSMobileClient: 8d466f135e8d851a76e57cbfe65bb67eb522b64c
107+
AWSPluginsCore: d22061af1f1afbb6ef8fa7024a7a7edd57d80347
108108
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
109109
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
110110
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8
111111
CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c
112112
CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440
113113
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
114114
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
115-
SwiftLint: 284cea64b6187c5d6bd83e9a548a64104d546447
115+
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
116116

117117
PODFILE CHECKSUM: 2a9177ccb9833844ad436a0c7c9e5768a7ab8868
118118

119-
COCOAPODS: 1.11.3
119+
COCOAPODS: 1.11.2

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.28.0)
44
- Amplify/Default (1.28.0)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.28.0):
6-
- AWSAuthCore (~> 2.27.0)
7-
- AWSCognitoIdentityProvider (~> 2.27.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.27.0)
9-
- AWSCore (~> 2.27.0)
10-
- AWSMobileClient (~> 2.27.0)
6+
- AWSAuthCore (~> 2.28.0)
7+
- AWSCognitoIdentityProvider (~> 2.28.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.28.0)
9+
- AWSCore (~> 2.28.0)
10+
- AWSMobileClient (~> 2.28.0)
1111
- AWSPluginsCore (= 1.28.0)
1212
- AmplifyTestCommon (1.28.0):
1313
- Amplify (= 1.28.0)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.28.0)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.28.0):
1717
- Amplify (= 1.28.0)
18-
- AWSCore (~> 2.27.0)
19-
- AWSMobileClient (~> 2.27.0)
18+
- AWSCore (~> 2.28.0)
19+
- AWSMobileClient (~> 2.28.0)
2020
- AWSPluginsCore (= 1.28.0)
2121
- CwlPreconditionTesting (~> 2.0)
22-
- AWSAuthCore (2.27.13):
23-
- AWSCore (= 2.27.13)
24-
- AWSCognitoIdentityProvider (2.27.13):
25-
- AWSCognitoIdentityProviderASF (= 2.27.13)
26-
- AWSCore (= 2.27.13)
27-
- AWSCognitoIdentityProviderASF (2.27.13):
28-
- AWSCore (= 2.27.13)
29-
- AWSCore (2.27.13)
30-
- AWSMobileClient (2.27.13):
31-
- AWSAuthCore (= 2.27.13)
32-
- AWSCognitoIdentityProvider (= 2.27.13)
33-
- AWSCognitoIdentityProviderASF (= 2.27.13)
34-
- AWSCore (= 2.27.13)
35-
- AWSPinpoint (2.27.13):
36-
- AWSCore (= 2.27.13)
22+
- AWSAuthCore (2.28.0):
23+
- AWSCore (= 2.28.0)
24+
- AWSCognitoIdentityProvider (2.28.0):
25+
- AWSCognitoIdentityProviderASF (= 2.28.0)
26+
- AWSCore (= 2.28.0)
27+
- AWSCognitoIdentityProviderASF (2.28.0):
28+
- AWSCore (= 2.28.0)
29+
- AWSCore (2.28.0)
30+
- AWSMobileClient (2.28.0):
31+
- AWSAuthCore (= 2.28.0)
32+
- AWSCognitoIdentityProvider (= 2.28.0)
33+
- AWSCognitoIdentityProviderASF (= 2.28.0)
34+
- AWSCore (= 2.28.0)
35+
- AWSPinpoint (2.28.0):
36+
- AWSCore (= 2.28.0)
3737
- AWSPluginsCore (1.28.0):
3838
- Amplify (= 1.28.0)
39-
- AWSCore (~> 2.27.0)
39+
- AWSCore (~> 2.28.0)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -47,13 +47,13 @@ PODS:
4747
- CwlMachBadInstructionHandler (~> 2.1.0)
4848
- CwlPosixPreconditionTesting (~> 2.1.0)
4949
- SwiftFormat/CLI (0.44.17)
50-
- SwiftLint (0.48.0)
50+
- SwiftLint (0.49.1)
5151

5252
DEPENDENCIES:
5353
- Amplify (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSPinpoint (~> 2.27.0)
56+
- AWSPinpoint (~> 2.28.0)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
5959
- SwiftFormat/CLI (= 0.44.17)
@@ -94,23 +94,23 @@ CHECKOUT OPTIONS:
9494

9595
SPEC CHECKSUMS:
9696
Amplify: dfa12fad1609b1388d0b2fb6f99b3140cd942d09
97-
AmplifyPlugins: 1bac66d0349fa307008f6f7711b09d0f80e78c30
98-
AmplifyTestCommon: e57e82d994f4a142a3e6f0fc241d76e42ee3c561
99-
AWSAuthCore: 9898614783bd6375742b58a1df38c6a8b8276eda
100-
AWSCognitoIdentityProvider: c105df15533a029230c325acd2be60ff45e8f3f9
101-
AWSCognitoIdentityProviderASF: e0f40ef2f5c2c357b77553144e8f41a6c0b0b81b
102-
AWSCore: 05edadb5f3d0b92a50ea8c66b06f1a10477878da
103-
AWSMobileClient: a49361347ff5c0cff946b3f777936c0fdf9c190d
104-
AWSPinpoint: 8286f5d8bd8de530b63da162a819604980895afb
105-
AWSPluginsCore: 7f0f984d787a4fe79d3d52c3d34e1779d1fc9bb8
97+
AmplifyPlugins: ef3c6cae5a1352da7e2f199dea48e6d6bda629e5
98+
AmplifyTestCommon: 32f67b880f88cb1de451c60789564cf00665a51a
99+
AWSAuthCore: 658c331fe5cbc58608ced499aa0d8d46c57e9c96
100+
AWSCognitoIdentityProvider: 9778edc430206a1bf67ff5f0c7a7b130fa4a5380
101+
AWSCognitoIdentityProviderASF: a82f81ad75fce6d8c826ed394fa3cf7c51306897
102+
AWSCore: 0ebe9ba8a459893cdf268ce0bae61875efd0182b
103+
AWSMobileClient: 8d466f135e8d851a76e57cbfe65bb67eb522b64c
104+
AWSPinpoint: f3e51482ba9dab1c6657b377d6a7f39edcb8f64f
105+
AWSPluginsCore: d22061af1f1afbb6ef8fa7024a7a7edd57d80347
106106
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
107107
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
108108
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8
109109
CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c
110110
CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440
111111
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
112-
SwiftLint: 284cea64b6187c5d6bd83e9a548a64104d546447
112+
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
113113

114114
PODFILE CHECKSUM: 48d1574dddce5cef7bdb7b05b06fc588ee22956e
115115

116-
COCOAPODS: 1.11.3
116+
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)