Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed Sep 19, 2024
1 parent 78a1ab2 commit 5b7d59b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-fishes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-planets-impress.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codedazur/cdk-docker-cluster

## 1.1.0

### Minor Changes

- [`5a3a979`](https://github.com/codedazur/toolkit/commit/5a3a979ed8de855f6ef4d410eed95db2230e0b2e) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Autoscaling thresholds and cooldowns can now be configured.

### Patch Changes

- [`78a1ab2`](https://github.com/codedazur/toolkit/commit/78a1ab2f853f66480ff7b240d083aa22883471ab) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - If a minimum and maximum task count is provided, the cluster will now autoscale at 75% cpu or memory utilization by default.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-docker-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-docker-cluster",
"version": "1.0.0",
"version": "1.1.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codedazur/cdk-next-app

## 1.1.0

### Minor Changes

- Updated dependencies [[`88cf62c`](https://github.com/codedazur/toolkit/commit/88cf62c2f09ccd5a9d202a42f1c2a8405ec50ad0)]:
- @codedazur/cdk-docker-cluster@1.1.0

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-next-app",
"version": "1.0.0",
"version": "1.1.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-docker-cluster": "^1.0.0"
"@codedazur/cdk-docker-cluster": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down

0 comments on commit 5b7d59b

Please sign in to comment.