Skip to content

Commit 214d39b

Browse files
authored
chore: kickoff v1 release
2 parents e95d30e + 3aa90b5 commit 214d39b

File tree

17 files changed

+275
-257
lines changed

17 files changed

+275
-257
lines changed

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ version: 2.1
44

55
orbs:
66
aws-cli: circleci/[email protected]
7+
78
# Using inline orb for now
89
getting-started-smoke-test:
910
orbs:
1011
macos: circleci/macos@2
1112
node: circleci/[email protected]
1213
ruby: circleci/[email protected]
1314
aws-cli: circleci/[email protected]
15+
1416
commands:
1517
send-metric-on-fail:
1618
description: Send failure datapoint to cloudwatch
@@ -321,6 +323,10 @@ jobs:
321323
- *restore_repo
322324
- restore_gems
323325
- check_bundle
326+
- aws-cli/setup:
327+
role-arn: $AWS_OIDC_ROLE_ARN
328+
role-session-name: "${CIRCLE_WORKFLOW_JOB_ID}.release"
329+
session-duration: '900'
324330
- run:
325331
name: Release pods
326332
command: bundle exec fastlane << parameters.lane >>
@@ -463,6 +469,7 @@ workflows:
463469
- fortify_scan
464470
- deploy:
465471
name: deploy unstable
472+
context: amplify-swift-aws-oidc
466473
<<: *deploy_requires
467474
filters:
468475
branches:
@@ -471,6 +478,7 @@ workflows:
471478
- deploy:
472479
name: deploy stable
473480
lane: release
481+
context: amplify-swift-aws-oidc
474482
<<: *deploy_requires
475483
filters:
476484
branches:
@@ -496,4 +504,4 @@ workflows:
496504
- cloudwatch-monitoring
497505
xcode-version: "12.5.1"
498506
simulator-os-version: "14.5"
499-
simulator-device: "iPhone 12"
507+
simulator-device: "iPhone 12"

AWSPluginsCore.podspec

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

13-
$AWS_SDK_VERSION = '2.31.0'
13+
$AWS_SDK_VERSION = '2.33.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.30.1'
33
$AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.31.0'
5+
$AWS_SDK_VERSION = '2.33.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.30.1'
1111
$AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}"
1212

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

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.30.1)
44
- Amplify/Default (1.30.1)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.30.1):
6-
- AWSAuthCore (~> 2.31.0)
7-
- AWSCognitoIdentityProvider (~> 2.31.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.31.0)
9-
- AWSCore (~> 2.31.0)
10-
- AWSMobileClient (~> 2.31.0)
6+
- AWSAuthCore (~> 2.33.0)
7+
- AWSCognitoIdentityProvider (~> 2.33.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.33.0)
9+
- AWSCore (~> 2.33.0)
10+
- AWSMobileClient (~> 2.33.0)
1111
- AWSPluginsCore (= 1.30.1)
1212
- AmplifyTestCommon (1.30.1):
1313
- Amplify (= 1.30.1)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.30.1)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.30.1):
1717
- Amplify (= 1.30.1)
18-
- AWSCore (~> 2.31.0)
19-
- AWSMobileClient (~> 2.31.0)
18+
- AWSCore (~> 2.33.0)
19+
- AWSMobileClient (~> 2.33.0)
2020
- AWSPluginsCore (= 1.30.1)
2121
- CwlPreconditionTesting (~> 2.0)
2222
- AppSyncRealTimeClient (3.1.0):
2323
- Starscream (~> 4.0.4)
24-
- AWSAuthCore (2.31.1):
25-
- AWSCore (= 2.31.1)
26-
- AWSCognitoIdentityProvider (2.31.1):
27-
- AWSCognitoIdentityProviderASF (= 2.31.1)
28-
- AWSCore (= 2.31.1)
29-
- AWSCognitoIdentityProviderASF (2.31.1):
30-
- AWSCore (= 2.31.1)
31-
- AWSCore (2.31.1)
32-
- AWSMobileClient (2.31.1):
33-
- AWSAuthCore (= 2.31.1)
34-
- AWSCognitoIdentityProvider (= 2.31.1)
35-
- AWSCognitoIdentityProviderASF (= 2.31.1)
36-
- AWSCore (= 2.31.1)
24+
- AWSAuthCore (2.33.0):
25+
- AWSCore (= 2.33.0)
26+
- AWSCognitoIdentityProvider (2.33.0):
27+
- AWSCognitoIdentityProviderASF (= 2.33.0)
28+
- AWSCore (= 2.33.0)
29+
- AWSCognitoIdentityProviderASF (2.33.0):
30+
- AWSCore (= 2.33.0)
31+
- AWSCore (2.33.0)
32+
- AWSMobileClient (2.33.0):
33+
- AWSAuthCore (= 2.33.0)
34+
- AWSCognitoIdentityProvider (= 2.33.0)
35+
- AWSCognitoIdentityProviderASF (= 2.33.0)
36+
- AWSCore (= 2.33.0)
3737
- AWSPluginsCore (1.30.1):
3838
- Amplify (= 1.30.1)
39-
- AWSCore (~> 2.31.0)
39+
- AWSCore (~> 2.33.0)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -97,15 +97,15 @@ CHECKOUT OPTIONS:
9797

9898
SPEC CHECKSUMS:
9999
Amplify: 374e7d1fce6c00c79521d70f17b8551a3731ab6c
100-
AmplifyPlugins: 95220ee494b26d4cb7bc49aa4704c98a01ea47b3
101-
AmplifyTestCommon: 3ba959060aee244fa965e91ef33e8e7d880b0699
100+
AmplifyPlugins: 033d934593fd132f127ae6ad5053136e73595b15
101+
AmplifyTestCommon: 294e9d964a5078beb0df97466173cedd23f52cf5
102102
AppSyncRealTimeClient: 49901c6f21e541bec09281854c5695a6c1309bf7
103-
AWSAuthCore: efed26af355360a00b84fc9251ce3e3beeecac92
104-
AWSCognitoIdentityProvider: 63dda7bea693a2b0e76229c40a82a8a4199e4487
105-
AWSCognitoIdentityProviderASF: a7323a914ab660c625b71a05d338230dcfee3d2e
106-
AWSCore: 3fa19af1810d4430cfb735cc5323b68d8674fb5b
107-
AWSMobileClient: 5605350f3e9c0ee6d1f2b2a1a0b8aa2954aef6cb
108-
AWSPluginsCore: 096ad6e06655ee6a5e9fbe6e5a7932ed8248ce01
103+
AWSAuthCore: 544324f7c595cba78440027039c4429e6ce588fa
104+
AWSCognitoIdentityProvider: f7364fdae1109e6f326c19e98f5ed5b5d413d929
105+
AWSCognitoIdentityProviderASF: 2023303dc28588dfe95a4152e588bcea5e1f57ec
106+
AWSCore: ff962198e35c750cb1d59cd459c51f1990e3ec68
107+
AWSMobileClient: 9fab7504e6403dda5988471aa82cfd33ef8a8b78
108+
AWSPluginsCore: 8cf2d2d7715499a51f5f610865fdd50d6cfd2f19
109109
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
110110
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
111111
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@ PODS:
33
- Amplify/Default (= 1.30.1)
44
- Amplify/Default (1.30.1)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.30.1):
6-
- AWSAuthCore (~> 2.31.0)
7-
- AWSCognitoIdentityProvider (~> 2.31.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.31.0)
9-
- AWSCore (~> 2.31.0)
10-
- AWSMobileClient (~> 2.31.0)
6+
- AWSAuthCore (~> 2.33.0)
7+
- AWSCognitoIdentityProvider (~> 2.33.0)
8+
- AWSCognitoIdentityProviderASF (~> 2.33.0)
9+
- AWSCore (~> 2.33.0)
10+
- AWSMobileClient (~> 2.33.0)
1111
- AWSPluginsCore (= 1.30.1)
1212
- AmplifyTestCommon (1.30.1):
1313
- Amplify (= 1.30.1)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.30.1)
1515
- CwlPreconditionTesting (~> 2.0)
1616
- AmplifyTestCommon/AWSPluginsTestCommon (1.30.1):
1717
- Amplify (= 1.30.1)
18-
- AWSCore (~> 2.31.0)
19-
- AWSMobileClient (~> 2.31.0)
18+
- AWSCore (~> 2.33.0)
19+
- AWSMobileClient (~> 2.33.0)
2020
- AWSPluginsCore (= 1.30.1)
2121
- CwlPreconditionTesting (~> 2.0)
22-
- AWSAuthCore (2.31.1):
23-
- AWSCore (= 2.31.1)
24-
- AWSCognitoIdentityProvider (2.31.1):
25-
- AWSCognitoIdentityProviderASF (= 2.31.1)
26-
- AWSCore (= 2.31.1)
27-
- AWSCognitoIdentityProviderASF (2.31.1):
28-
- AWSCore (= 2.31.1)
29-
- AWSCore (2.31.1)
30-
- AWSMobileClient (2.31.1):
31-
- AWSAuthCore (= 2.31.1)
32-
- AWSCognitoIdentityProvider (= 2.31.1)
33-
- AWSCognitoIdentityProviderASF (= 2.31.1)
34-
- AWSCore (= 2.31.1)
35-
- AWSPinpoint (2.31.1):
36-
- AWSCore (= 2.31.1)
22+
- AWSAuthCore (2.33.0):
23+
- AWSCore (= 2.33.0)
24+
- AWSCognitoIdentityProvider (2.33.0):
25+
- AWSCognitoIdentityProviderASF (= 2.33.0)
26+
- AWSCore (= 2.33.0)
27+
- AWSCognitoIdentityProviderASF (2.33.0):
28+
- AWSCore (= 2.33.0)
29+
- AWSCore (2.33.0)
30+
- AWSMobileClient (2.33.0):
31+
- AWSAuthCore (= 2.33.0)
32+
- AWSCognitoIdentityProvider (= 2.33.0)
33+
- AWSCognitoIdentityProviderASF (= 2.33.0)
34+
- AWSCore (= 2.33.0)
35+
- AWSPinpoint (2.33.0):
36+
- AWSCore (= 2.33.0)
3737
- AWSPluginsCore (1.30.1):
3838
- Amplify (= 1.30.1)
39-
- AWSCore (~> 2.31.0)
39+
- AWSCore (~> 2.33.0)
4040
- CwlCatchException (2.1.1):
4141
- CwlCatchExceptionSupport (~> 2.1.1)
4242
- CwlCatchExceptionSupport (2.1.1)
@@ -53,7 +53,7 @@ DEPENDENCIES:
5353
- Amplify (from `../../`)
5454
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
5555
- AmplifyTestCommon (from `../../`)
56-
- AWSPinpoint (~> 2.31.0)
56+
- AWSPinpoint (~> 2.33.0)
5757
- AWSPluginsCore (from `../../`)
5858
- CwlCatchException (= 2.1.1)
5959
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
@@ -95,15 +95,15 @@ CHECKOUT OPTIONS:
9595

9696
SPEC CHECKSUMS:
9797
Amplify: 374e7d1fce6c00c79521d70f17b8551a3731ab6c
98-
AmplifyPlugins: 95220ee494b26d4cb7bc49aa4704c98a01ea47b3
99-
AmplifyTestCommon: 3ba959060aee244fa965e91ef33e8e7d880b0699
100-
AWSAuthCore: efed26af355360a00b84fc9251ce3e3beeecac92
101-
AWSCognitoIdentityProvider: 63dda7bea693a2b0e76229c40a82a8a4199e4487
102-
AWSCognitoIdentityProviderASF: a7323a914ab660c625b71a05d338230dcfee3d2e
103-
AWSCore: 3fa19af1810d4430cfb735cc5323b68d8674fb5b
104-
AWSMobileClient: 5605350f3e9c0ee6d1f2b2a1a0b8aa2954aef6cb
105-
AWSPinpoint: 5b1c7ddda610be6377113abf874b533118fec814
106-
AWSPluginsCore: 096ad6e06655ee6a5e9fbe6e5a7932ed8248ce01
98+
AmplifyPlugins: 033d934593fd132f127ae6ad5053136e73595b15
99+
AmplifyTestCommon: 294e9d964a5078beb0df97466173cedd23f52cf5
100+
AWSAuthCore: 544324f7c595cba78440027039c4429e6ce588fa
101+
AWSCognitoIdentityProvider: f7364fdae1109e6f326c19e98f5ed5b5d413d929
102+
AWSCognitoIdentityProviderASF: 2023303dc28588dfe95a4152e588bcea5e1f57ec
103+
AWSCore: ff962198e35c750cb1d59cd459c51f1990e3ec68
104+
AWSMobileClient: 9fab7504e6403dda5988471aa82cfd33ef8a8b78
105+
AWSPinpoint: bf06c3d6d7d6db904f155a7828bb7aeca8e7fa7c
106+
AWSPluginsCore: 8cf2d2d7715499a51f5f610865fdd50d6cfd2f19
107107
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
108108
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
109109
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ PODS:
88
- CwlPreconditionTesting (~> 2.0)
99
- AmplifyTestCommon/AWSPluginsTestCommon (1.30.1):
1010
- Amplify (= 1.30.1)
11-
- AWSCore (~> 2.31.0)
12-
- AWSMobileClient (~> 2.31.0)
11+
- AWSCore (~> 2.33.0)
12+
- AWSMobileClient (~> 2.33.0)
1313
- AWSPluginsCore (= 1.30.1)
1414
- CwlPreconditionTesting (~> 2.0)
15-
- AWSAuthCore (2.31.1):
16-
- AWSCore (= 2.31.1)
17-
- AWSCognitoIdentityProvider (2.31.1):
18-
- AWSCognitoIdentityProviderASF (= 2.31.1)
19-
- AWSCore (= 2.31.1)
20-
- AWSCognitoIdentityProviderASF (2.31.1):
21-
- AWSCore (= 2.31.1)
22-
- AWSCore (2.31.1)
23-
- AWSMobileClient (2.31.1):
24-
- AWSAuthCore (= 2.31.1)
25-
- AWSCognitoIdentityProvider (= 2.31.1)
26-
- AWSCognitoIdentityProviderASF (= 2.31.1)
27-
- AWSCore (= 2.31.1)
15+
- AWSAuthCore (2.33.0):
16+
- AWSCore (= 2.33.0)
17+
- AWSCognitoIdentityProvider (2.33.0):
18+
- AWSCognitoIdentityProviderASF (= 2.33.0)
19+
- AWSCore (= 2.33.0)
20+
- AWSCognitoIdentityProviderASF (2.33.0):
21+
- AWSCore (= 2.33.0)
22+
- AWSCore (2.33.0)
23+
- AWSMobileClient (2.33.0):
24+
- AWSAuthCore (= 2.33.0)
25+
- AWSCognitoIdentityProvider (= 2.33.0)
26+
- AWSCognitoIdentityProviderASF (= 2.33.0)
27+
- AWSCore (= 2.33.0)
2828
- AWSPluginsCore (1.30.1):
2929
- Amplify (= 1.30.1)
30-
- AWSCore (~> 2.31.0)
30+
- AWSCore (~> 2.33.0)
3131
- CwlCatchException (2.1.1):
3232
- CwlCatchExceptionSupport (~> 2.1.1)
3333
- CwlCatchExceptionSupport (2.1.1)
@@ -43,7 +43,7 @@ PODS:
4343
DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyTestCommon (from `../../`)
46-
- AWSMobileClient (~> 2.31.0)
46+
- AWSMobileClient (~> 2.33.0)
4747
- AWSPluginsCore (from `../../`)
4848
- CwlCatchException (= 2.1.1)
4949
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`)
@@ -82,13 +82,13 @@ CHECKOUT OPTIONS:
8282

8383
SPEC CHECKSUMS:
8484
Amplify: 374e7d1fce6c00c79521d70f17b8551a3731ab6c
85-
AmplifyTestCommon: 3ba959060aee244fa965e91ef33e8e7d880b0699
86-
AWSAuthCore: efed26af355360a00b84fc9251ce3e3beeecac92
87-
AWSCognitoIdentityProvider: 63dda7bea693a2b0e76229c40a82a8a4199e4487
88-
AWSCognitoIdentityProviderASF: a7323a914ab660c625b71a05d338230dcfee3d2e
89-
AWSCore: 3fa19af1810d4430cfb735cc5323b68d8674fb5b
90-
AWSMobileClient: 5605350f3e9c0ee6d1f2b2a1a0b8aa2954aef6cb
91-
AWSPluginsCore: 096ad6e06655ee6a5e9fbe6e5a7932ed8248ce01
85+
AmplifyTestCommon: 294e9d964a5078beb0df97466173cedd23f52cf5
86+
AWSAuthCore: 544324f7c595cba78440027039c4429e6ce588fa
87+
AWSCognitoIdentityProvider: f7364fdae1109e6f326c19e98f5ed5b5d413d929
88+
AWSCognitoIdentityProviderASF: 2023303dc28588dfe95a4152e588bcea5e1f57ec
89+
AWSCore: ff962198e35c750cb1d59cd459c51f1990e3ec68
90+
AWSMobileClient: 9fab7504e6403dda5988471aa82cfd33ef8a8b78
91+
AWSPluginsCore: 8cf2d2d7715499a51f5f610865fdd50d6cfd2f19
9292
CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b
9393
CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676
9494
CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8

0 commit comments

Comments
 (0)