From bf4a726b37c33aa877febb5b25a550ed870b45ed Mon Sep 17 00:00:00 2001 From: Xavier Thomas <38254298+xavier-thomas@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:37:03 +0000 Subject: [PATCH] build steps (#34) --- CHANGELOG.MD | 3 ++- README.md | 2 +- codebuild/publish-buildspec.yml | 2 +- codepipeline-waiter.yaml | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f0bfaa4..d99c414 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,9 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). # <<<----- ADD NEW VERSIONS HERE -## 2.2.0 - (November 07, 2022) +## 2.2.0 / 2.2.1 - (November 07, 2022) ### Changed - Upgrade to Node16. +- Fixes to build steps. ## 2.1.3 - (April 22, 2021) ### Changed diff --git a/README.md b/README.md index bf25ae1..21655d4 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:us-east-1:673103718481:applications/CodePipeline-Waiter - SemanticVersion: 2.2.0 + SemanticVersion: 2.2.1 # Optional Parameter to control the export name of the nested stack Parameters: ExportPrefix: !Ref AWS::StackName diff --git a/codebuild/publish-buildspec.yml b/codebuild/publish-buildspec.yml index 2ca75e0..a68d47b 100644 --- a/codebuild/publish-buildspec.yml +++ b/codebuild/publish-buildspec.yml @@ -8,7 +8,7 @@ phases: install: runtime-versions: nodejs: 16 - python: 3.9 + python: 3.10 commands: - curl -H "Authorization:token $GITHUB_AUTH_TOKEN" https://api.github.com/repos/${RepoOwner}/${RepoName}/statuses/$CODEBUILD_RESOLVED_SOURCE_VERSION -d '{"state":"pending","description":"Build in progress","context":"SAR Publish"}' - pip install aws-sam-cli diff --git a/codepipeline-waiter.yaml b/codepipeline-waiter.yaml index a7616b2..5b91973 100644 --- a/codepipeline-waiter.yaml +++ b/codepipeline-waiter.yaml @@ -24,7 +24,7 @@ Metadata: LicenseUrl: LICENSE Name: CodePipeline-Waiter ReadmeUrl: README.md - SemanticVersion: 2.2.0 + SemanticVersion: 2.2.1 SourceCodeUrl: https://github.com/xavier-thomas/aws-codepipeline-waiter SpdxLicenseId: BSD-3-Clause diff --git a/package.json b/package.json index fc5822d..d106dc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-codepipeline-waiter", - "version": "2.2.0", + "version": "2.2.1", "description": "An AWS lambda for a deployment AWS code-pipeline to monitor and wait for another pipeline.", "main": "src/index.js", "keywords": [