Skip to content

Commit 9253024

Browse files
chore: version packages
1 parent 8cd3b28 commit 9253024

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

.changeset/aws-iac-cost-rules-rules.md

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

.changeset/aws-iac-cost-rules-sdk.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8cd3b28`](https://github.com/towardsthecloud/cloudburn/commit/8cd3b28794555b0a876830b55e77ce21622fa581)]:
8+
- @cloudburn/sdk@0.21.0
9+
310
## 0.9.7
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.7",
3+
"version": "0.9.8",
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.21.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/towardsthecloud/cloudburn/pull/52) [`8cd3b28`](https://github.com/towardsthecloud/cloudburn/commit/8cd3b28794555b0a876830b55e77ce21622fa581) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add new AWS IaC cost review rules for versioned S3 cleanup, ECR lifecycle quality, gp3 tuning, EC2 detailed monitoring, DynamoDB autoscaling ranges, Lambda provisioned concurrency, and RDS Performance Insights retention, and extend ECS and Redshift rules to support IaC.
8+
39
## 0.20.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.20.0",
3+
"version": "0.21.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.21.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/towardsthecloud/cloudburn/pull/52) [`8cd3b28`](https://github.com/towardsthecloud/cloudburn/commit/8cd3b28794555b0a876830b55e77ce21622fa581) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add AWS static IaC dataset support for new cost review rules across S3, ECR, EBS, EC2, DynamoDB, ECS, Lambda, RDS, and Redshift.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8cd3b28`](https://github.com/towardsthecloud/cloudburn/commit/8cd3b28794555b0a876830b55e77ce21622fa581)]:
12+
- @cloudburn/rules@0.21.0
13+
314
## 0.20.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.20.0",
3+
"version": "0.21.0",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)