Skip to content

Commit

Permalink
Merge pull request #254 from awslabs/3.0.5
Browse files Browse the repository at this point in the history
v3.0.5
  • Loading branch information
sbkok authored Apr 9, 2020
2 parents 3709469 + eec640e commit 19b3a28
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Metadata:
ReadmeUrl: ../docs/serverless-application-repo.md
Labels: ['adf', 'aws-deployment-framework', 'multi-account', 'cicd', 'devops']
HomePageUrl: https://github.com/awslabs/aws-deployment-framework
SemanticVersion: 3.0.4
SemanticVersion: 3.0.5
SourceCodeUrl: https://github.com/awslabs/aws-deployment-framework
Parameters:
CrossAccountAccessRoleName:
Expand Down Expand Up @@ -172,7 +172,7 @@ Resources:
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: StackWaiter
Role: !GetAtt LambdaRole.Arn
Expand All @@ -193,7 +193,7 @@ Resources:
DEPLOYMENT_ACCOUNT_BUCKET: !GetAtt SharedModulesBucketName.Value
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: DetermineEventFunction
Role: !GetAtt LambdaRole.Arn
Expand All @@ -214,7 +214,7 @@ Resources:
DEPLOYMENT_ACCOUNT_BUCKET: !GetAtt SharedModulesBucketName.Value
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ORGANIZATION_ID: !GetAtt Organization.OrganizationId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: CrossAccountExecuteFunction
Role: !GetAtt LambdaRole.Arn
Expand All @@ -233,7 +233,7 @@ Resources:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: RoleStackDeploymentFunction
Role: !GetAtt LambdaRole.Arn
Expand All @@ -252,7 +252,7 @@ Resources:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: MovedToRootActionFunction
Role: !GetAtt LambdaRole.Arn
Expand All @@ -271,7 +271,7 @@ Resources:
S3_BUCKET_NAME: !Ref BootstrapTemplatesBucket
TERMINATION_PROTECTION: false
MASTER_ACCOUNT_ID: !Ref AWS::AccountId
ADF_VERSION: 3.0.4
ADF_VERSION: 3.0.5
ADF_LOG_LEVEL: INFO
FunctionName: UpdateResourcePoliciesFunction
Role: !GetAtt LambdaRole.Arn
Expand Down Expand Up @@ -449,7 +449,7 @@ Resources:
Image: "aws/codebuild/standard:2.0"
EnvironmentVariables:
- Name: ADF_VERSION
Value: 3.0.4
Value: 3.0.5
- Name: TERMINATION_PROTECTION
Value: false
- Name: PYTHONPATH
Expand Down Expand Up @@ -714,7 +714,7 @@ Resources:
Type: Custom::InitialCommit
Properties:
ServiceToken: !GetAtt InitialCommitHandler.Arn
Version: 3.0.4
Version: 3.0.5
RepositoryArn: !GetAtt CodeCommitRepository.Arn
DirectoryName: bootstrap_repository
ExistingAccountId: !Ref DeploymentAccountId
Expand Down Expand Up @@ -935,7 +935,7 @@ Resources:
Id: adf-codepipeline-trigger-bootstrap
Outputs:
ADFVersionNumber:
Value: 3.0.4
Value: 3.0.5
Export:
Name: "ADFVersionNumber"
LayerArn:
Expand Down

0 comments on commit 19b3a28

Please sign in to comment.