Skip to content

Commit

Permalink
build steps (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-thomas authored Nov 7, 2022
1 parent 76e0818 commit bf4a726
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codebuild/publish-buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codepipeline-waiter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit bf4a726

Please sign in to comment.