Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/good-bears-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-socks-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-clouds-repeat.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cloudburn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# cloudburn

## 0.9.10

### Patch Changes

- [#58](https://github.com/towardsthecloud/cloudburn/pull/58) [`67c3b85`](https://github.com/towardsthecloud/cloudburn/commit/67c3b850e90902e51f480ee2112a0a75544dab5c) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Improve discover table output by separating diagnostics into a dedicated table so skipped rules and access-denied discovery results stay readable.

- Updated dependencies [[`67c3b85`](https://github.com/towardsthecloud/cloudburn/commit/67c3b850e90902e51f480ee2112a0a75544dab5c)]:
- @cloudburn/sdk@0.21.2

## 0.9.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudburn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudburn",
"version": "0.9.9",
"version": "0.9.10",
"description": "Cloudburn CLI for cloud cost optimization",
"homepage": "https://cloudburn.io/docs",
"bugs": {
Expand Down
6 changes: 6 additions & 0 deletions packages/rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudburn/rules

## 0.22.0

### Minor Changes

- [#60](https://github.com/towardsthecloud/cloudburn/pull/60) [`e1d241f`](https://github.com/towardsthecloud/cloudburn/commit/e1d241f0d50b4a3acc3e1facf5b633005e13415d) Thanks [@axonstone](https://github.com/axonstone)! - Add discovery rules that flag stopped Amazon RDS DB instances and recently expired EC2 reserved instances for review.

## 0.21.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudburn/rules",
"version": "0.21.1",
"version": "0.22.0",
"description": "Cloudburn cost optimization rules",
"homepage": "https://cloudburn.io/docs",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudburn/sdk

## 0.21.2

### Patch Changes

- [#58](https://github.com/towardsthecloud/cloudburn/pull/58) [`67c3b85`](https://github.com/towardsthecloud/cloudburn/commit/67c3b850e90902e51f480ee2112a0a75544dab5c) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Gracefully degrade AWS discovery when required datasets are throttled or otherwise unavailable by retrying longer and surfacing skipped-rule diagnostics instead of aborting the run.

- Updated dependencies [[`e1d241f`](https://github.com/towardsthecloud/cloudburn/commit/e1d241f0d50b4a3acc3e1facf5b633005e13415d)]:
- @cloudburn/rules@0.22.0

## 0.21.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudburn/sdk",
"version": "0.21.1",
"version": "0.21.2",
"description": "Cloudburn SDK for cloud cost optimization",
"homepage": "https://cloudburn.io/docs",
"bugs": {
Expand Down