Skip to content

Commit

Permalink
build steps (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-thomas committed Nov 7, 2022
1 parent 6df3ff9 commit 9f0a37e
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

## 1.3.0 - (November 07, 2022)
## 1.3.0 / 1.3.1 - (November 07, 2022)
### Changed
- Upgrade to Node16.
- Build Steps.

## 1.2.0 - (January 17, 2022)
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:673103718481:applications/Cfn-Stack-Cleanup
SemanticVersion: 1.3.0
SemanticVersion: 1.3.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 cfn-stack-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Metadata:
LicenseUrl: LICENSE
Name: Cfn-Stack-Cleanup
ReadmeUrl: README.md
SemanticVersion: 1.3.0
SemanticVersion: 1.3.1
SourceCodeUrl: https://github.com/xavier-thomas/aws-cfn-stack-cleanup
SpdxLicenseId: BSD-3-Clause

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://github.com/gitapi/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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cfn-stack-cleanup",
"version": "1.3.0",
"version": "1.3.1",
"description": "An AWS Lambda that can be invoked as a custom resource from an AWS CloudFormation stack to clean up any left over stack resources such as S3 buckets, Log Groups, Sub-Stacks, etc...",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit 9f0a37e

Please sign in to comment.