Skip to content

Commit

Permalink
Merge pull request #15 from tj-actions/upgrade-to-v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 3, 2022
2 parents acacad7 + c7fa764 commit 0f0c11b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v1.1](https://github.com/tj-actions/aws-cdk/tree/v1.1) (2022-06-03)

[Full Changelog](https://github.com/tj-actions/aws-cdk/compare/v1...v1.1)

**Closed issues:**

- Dependency Dashboard [\#5](https://github.com/tj-actions/aws-cdk/issues/5)

**Merged pull requests:**

- Updated README.md [\#14](https://github.com/tj-actions/aws-cdk/pull/14) ([jackton1](https://github.com/jackton1))
- feat: add cdk\_pre\_installed input [\#13](https://github.com/tj-actions/aws-cdk/pull/13) ([jackton1](https://github.com/jackton1))
- Update tj-actions/verify-changed-files action to v9 [\#12](https://github.com/tj-actions/aws-cdk/pull/12) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/auto-doc action to v1.2.15 [\#11](https://github.com/tj-actions/aws-cdk/pull/11) ([renovate[bot]](https://github.com/apps/renovate))
- Update cirrus-actions/rebase action to v1.7 [\#10](https://github.com/tj-actions/aws-cdk/pull/10) ([renovate[bot]](https://github.com/apps/renovate))
- Update cirrus-actions/rebase action to v1.6 [\#9](https://github.com/tj-actions/aws-cdk/pull/9) ([renovate[bot]](https://github.com/apps/renovate))
- Update peter-evans/create-pull-request action to v4 [\#8](https://github.com/tj-actions/aws-cdk/pull/8) ([renovate[bot]](https://github.com/apps/renovate))
- Update actions/cache action to v3 [\#7](https://github.com/tj-actions/aws-cdk/pull/7) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/auto-doc action to v1.2.14 [\#6](https://github.com/tj-actions/aws-cdk/pull/6) ([renovate[bot]](https://github.com/apps/renovate))
- Update tj-actions/github-changelog-generator action to v1.13 [\#4](https://github.com/tj-actions/aws-cdk/pull/4) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#3](https://github.com/tj-actions/aws-cdk/pull/3) ([jackton1](https://github.com/jackton1))
- Upgraded to v1 [\#2](https://github.com/tj-actions/aws-cdk/pull/2) ([jackton1](https://github.com/jackton1))

## [v1](https://github.com/tj-actions/aws-cdk/tree/v1) (2022-03-02)

[Full Changelog](https://github.com/tj-actions/aws-cdk/compare/6f385069cdec386019b725bc31a2cdab672d203d...v1)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) com
...

- name: cdk bootstrap
uses: tj-actions/aws-cdk@v1
uses: tj-actions/aws-cdk@v1.1
with:
cdk_subcommand: "bootstrap"
cdk_stack: "stack1"
Expand All @@ -26,7 +26,7 @@ Run [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) com
AWS_DEFAULT_REGION: "us-east-1"

- name: cdk diff
uses: tj-actions/aws-cdk@v1
uses: tj-actions/aws-cdk@v1.1
with:
cdk_subcommand: "diff"
cdk_stack: "stack1"
Expand All @@ -36,7 +36,7 @@ Run [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) com
AWS_DEFAULT_REGION: "us-east-1"

- name: cdk synth
uses: tj-actions/aws-cdk@v1
uses: tj-actions/aws-cdk@v1.1
with:
cdk_subcommand: "synth"
cdk_stack: "stack1"
Expand All @@ -46,7 +46,7 @@ Run [AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) com
AWS_DEFAULT_REGION: "us-east-1"

- name: cdk deploy
uses: tj-actions/aws-cdk@v1
uses: tj-actions/aws-cdk@v1.1
with:
cdk_subcommand: "deploy"
cdk_stack: "stack1"
Expand Down

0 comments on commit 0f0c11b

Please sign in to comment.