Skip to content

Commit 598efed

Browse files
chore: version packages
1 parent 0a91238 commit 598efed

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

.changeset/steady-flames-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-apples-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cloudburn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cloudburn
22

3+
## 0.9.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0a91238`](https://github.com/towardsthecloud/cloudburn/commit/0a9123845a9c7486415d50fb2ee466b4b4095c04)]:
8+
- @cloudburn/sdk@0.20.0
9+
310
## 0.9.6
411

512
### Patch Changes

packages/cloudburn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudburn",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "Cloudburn CLI for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/rules/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudburn/rules
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/towardsthecloud/cloudburn/pull/49) [`0a91238`](https://github.com/towardsthecloud/cloudburn/commit/0a9123845a9c7486415d50fb2ee466b4b4095c04) Thanks [@axonstone](https://github.com/axonstone)! - Add new AWS discovery cost rules for Lambda memory overprovisioning, CloudWatch log groups without metric filters, DynamoDB unused tables, missing AWS cost guardrails, idle load balancers, unused CloudFront distributions, and idle ElastiCache clusters.
8+
39
## 0.19.0
410

511
### Minor Changes

packages/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudburn/rules",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Cloudburn cost optimization rules",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @cloudburn/sdk
22

3+
## 0.20.0
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/towardsthecloud/cloudburn/pull/49) [`0a91238`](https://github.com/towardsthecloud/cloudburn/commit/0a9123845a9c7486415d50fb2ee466b4b4095c04) Thanks [@axonstone](https://github.com/axonstone)! - Add AWS discovery datasets and hydrators for Lambda memory sizing, CloudWatch log metric-filter coverage, DynamoDB table utilization, Budgets and Cost Anomaly Detection summaries, load balancer request activity, CloudFront request activity, and ElastiCache cluster activity.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0a91238`](https://github.com/towardsthecloud/cloudburn/commit/0a9123845a9c7486415d50fb2ee466b4b4095c04)]:
12+
- @cloudburn/rules@0.20.0
13+
314
## 0.19.0
415

516
### Minor Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudburn/sdk",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)