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/bright-pears-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-mice-share.md

This file was deleted.

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

## 0.9.11

### Patch Changes

- Updated dependencies [[`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255)]:
- @cloudburn/sdk@0.22.0

## 0.9.10

### 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.10",
"version": "0.9.11",
"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.23.0

### Minor Changes

- [#62](https://github.com/towardsthecloud/cloudburn/pull/62) [`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add AWS discovery rules for stopped EC2 instances, old manual RDS snapshots, and idle SageMaker endpoints.

## 0.22.0

### Minor 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.22.0",
"version": "0.23.0",
"description": "Cloudburn cost optimization rules",
"homepage": "https://cloudburn.io/docs",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloudburn/sdk

## 0.22.0

### Minor Changes

- [#62](https://github.com/towardsthecloud/cloudburn/pull/62) [`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add AWS discovery support for EC2 stop timestamps and SageMaker endpoint activity.

### Patch Changes

- Updated dependencies [[`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255)]:
- @cloudburn/rules@0.23.0

## 0.21.2

### 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.2",
"version": "0.22.0",
"description": "Cloudburn SDK for cloud cost optimization",
"homepage": "https://cloudburn.io/docs",
"bugs": {
Expand Down