Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 28, 2021
1 parent 53da3b0 commit e9e6005
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## v0.8.8 (2021-05-28)

#### 🚀 Enhancement:
* `@cdk-cosmos/core`
* [#284](https://github.com/cdk-cosmos/cosmos/pull/284) Add CFN-Singals for EC2 Update Rollovers ([@timpur](https://github.com/timpur))
* `@cdk-cosmos/cdk-credentials-plugin`, `@cdk-cosmos/core`, `@cosmos-building-blocks/app-ec2`, `@cosmos-building-blocks/common`, `@cosmos-building-blocks/network`, `@cosmos-building-blocks/pipeline`, `@cosmos-building-blocks/service`
* [#285](https://github.com/cdk-cosmos/cosmos/pull/285) Add ECS rebalance pattern for services ([@timpur](https://github.com/timpur))

#### 🐛 Bug Fix
* `@cdk-cosmos/core`
* [#286](https://github.com/cdk-cosmos/cosmos/pull/286) Small bug with cfn-init not installed on ami ([@timpur](https://github.com/timpur))
* [#284](https://github.com/cdk-cosmos/cosmos/pull/284) Add CFN-Singals for EC2 Update Rollovers ([@timpur](https://github.com/timpur))
* `@cdk-cosmos/core`, `@cosmos-building-blocks/pipeline`
* [#283](https://github.com/cdk-cosmos/cosmos/pull/283) Fix Pipeline Trigger Issue ([@timpur](https://github.com/timpur))

#### Committers: 1
- Tim P ([@timpur](https://github.com/timpur))





Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/@cdk-cosmos/*",
"packages/@cosmos-building-blocks/*"
],
"version": "0.8.7",
"version": "0.8.8",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdk-cosmos/cdk-credentials-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdk-cosmos/cdk-credentials-plugin",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/@cdk-cosmos/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdk-cosmos/core",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@cosmos-building-blocks/common": "^0.8.7",
"@cosmos-building-blocks/pipeline": "^0.8.7"
"@cosmos-building-blocks/common": "^0.8.8",
"@cosmos-building-blocks/pipeline": "^0.8.8"
},
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.89.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/app-ec2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/app-ec2",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/common",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/network",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cosmos-building-blocks/pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/pipeline",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@cosmos-building-blocks/common": "^0.8.7"
"@cosmos-building-blocks/common": "^0.8.8"
},
"peerDependencies": {
"@aws-cdk/aws-codebuild": "^1.89.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/service",
"version": "0.8.7",
"version": "0.8.8",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e9e6005

Please sign in to comment.