Skip to content

Commit 57236ae

Browse files
chore: version packages (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f44751b commit 57236ae

File tree

10 files changed

+31
-23
lines changed

10 files changed

+31
-23
lines changed

.changeset/brisk-discovery-lattice.md

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

.changeset/clear-rule-harvest.md

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

.changeset/quiet-sdk-hydrators.md

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

.changeset/steady-rules-bloom.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f44751b`](https://github.com/towardsthecloud/cloudburn/commit/f44751b57e30beec44eea85fd28d911544f38ce6), [`9413ce1`](https://github.com/towardsthecloud/cloudburn/commit/9413ce138cf0bdf5ed95e7231a796e884692831e)]:
8+
- @cloudburn/sdk@0.19.0
9+
310
## 0.9.5
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.5",
3+
"version": "0.9.6",
44
"description": "Cloudburn CLI for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/rules/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#47](https://github.com/towardsthecloud/cloudburn/pull/47) [`f44751b`](https://github.com/towardsthecloud/cloudburn/commit/f44751b57e30beec44eea85fd28d911544f38ce6) Thanks [@axonstone](https://github.com/axonstone)! - Add AWS discovery rules for API Gateway stage caching, CloudFront price class review, Cost Explorer month-over-month increases, DynamoDB stale tables and autoscaling coverage, Route 53 TTL and unused health checks, and unused Secrets Manager secrets.
8+
9+
- [#45](https://github.com/towardsthecloud/cloudburn/pull/45) [`9413ce1`](https://github.com/towardsthecloud/cloudburn/commit/9413ce138cf0bdf5ed95e7231a796e884692831e) Thanks [@axonstone](https://github.com/axonstone)! - Add new AWS discovery rules for unused Network Load Balancers, Lambda error-rate and timeout review, and RDS reserved coverage, Graviton review, low CPU utilization, unsupported engine versions, and orphaned snapshots.
10+
311
## 0.18.0
412

513
### 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.18.0",
3+
"version": "0.19.0",
44
"description": "Cloudburn cost optimization rules",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

packages/sdk/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [#47](https://github.com/towardsthecloud/cloudburn/pull/47) [`f44751b`](https://github.com/towardsthecloud/cloudburn/commit/f44751b57e30beec44eea85fd28d911544f38ce6) Thanks [@axonstone](https://github.com/axonstone)! - Add AWS discovery loaders and registry wiring for API Gateway stages, CloudFront distributions, Cost Explorer service spend deltas, DynamoDB tables and autoscaling, Route 53 zones, records, and health checks, and Secrets Manager secrets.
8+
9+
- [#45](https://github.com/towardsthecloud/cloudburn/pull/45) [`9413ce1`](https://github.com/towardsthecloud/cloudburn/commit/9413ce138cf0bdf5ed95e7231a796e884692831e) Thanks [@axonstone](https://github.com/axonstone)! - Add AWS discovery datasets and hydrators for Lambda function metrics plus enriched RDS instance, reservation, CPU, and snapshot metadata needed by the new ELB, Lambda, and RDS built-in rules.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`f44751b`](https://github.com/towardsthecloud/cloudburn/commit/f44751b57e30beec44eea85fd28d911544f38ce6), [`9413ce1`](https://github.com/towardsthecloud/cloudburn/commit/9413ce138cf0bdf5ed95e7231a796e884692831e)]:
14+
- @cloudburn/rules@0.19.0
15+
316
## 0.18.0
417

518
### 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.18.0",
3+
"version": "0.19.0",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)