Skip to content

Commit dc6ec47

Browse files
chore: version packages (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d25e80 commit dc6ec47

8 files changed

Lines changed: 27 additions & 13 deletions

File tree

.changeset/bright-pears-burn.md

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

.changeset/silent-mice-share.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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255)]:
8+
- @cloudburn/sdk@0.22.0
9+
310
## 0.9.10
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.10",
3+
"version": "0.9.11",
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.23.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 0.22.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.22.0",
3+
"version": "0.23.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.22.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`4d25e80`](https://github.com/towardsthecloud/cloudburn/commit/4d25e80b65edbff1eb556896973b1032a9319255)]:
12+
- @cloudburn/rules@0.23.0
13+
314
## 0.21.2
415

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

0 commit comments

Comments
 (0)