Skip to content

Commit 9c61264

Browse files
chore: version packages (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5c1a9cb commit 9c61264

File tree

9 files changed

+31
-20
lines changed

9 files changed

+31
-20
lines changed

.changeset/azure-lemons-sparkle.md

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

.changeset/silent-radios-visit.md

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

.changeset/soft-candles-repeat.md

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

packages/cloudburn/CHANGELOG.md

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

3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- [#44](https://github.com/towardsthecloud/cloudburn/pull/44) [`5c1a9cb`](https://github.com/towardsthecloud/cloudburn/commit/5c1a9cb3349ab3394e164b929b0e76e992f5a908) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Replace the legacy `init` config workflow with a dedicated `config` command.
8+
9+
`cloudburn config --init` now creates the starter config, `cloudburn config --print` prints the discovered config file, and `cloudburn config --print-template` prints the starter template without writing a file.
10+
11+
- Updated dependencies [[`58b7ff0`](https://github.com/towardsthecloud/cloudburn/commit/58b7ff07e307ebdcd67b9689c04904789dd765a1)]:
12+
- @cloudburn/sdk@0.18.0
13+
314
## 0.9.4
415

516
### 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.4",
3+
"version": "0.9.5",
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.18.0
4+
5+
### Minor Changes
6+
7+
- [#42](https://github.com/towardsthecloud/cloudburn/pull/42) [`58b7ff0`](https://github.com/towardsthecloud/cloudburn/commit/58b7ff07e307ebdcd67b9689c04904789dd765a1) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add discovery-only AWS EBS rules for large volumes, high-IOPS io1/io2 volumes, low-IOPS gp3 review candidates, and old snapshots.
8+
39
## 0.17.2
410

511
### Patch 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.17.2",
3+
"version": "0.18.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.18.0
4+
5+
### Minor Changes
6+
7+
- [#42](https://github.com/towardsthecloud/cloudburn/pull/42) [`58b7ff0`](https://github.com/towardsthecloud/cloudburn/commit/58b7ff07e307ebdcd67b9689c04904789dd765a1) Thanks [@dannysteenman](https://github.com/dannysteenman)! - Add AWS discovery dataset support for richer EBS volume metadata and EBS snapshot hydration used by the new EBS discovery rules.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`58b7ff0`](https://github.com/towardsthecloud/cloudburn/commit/58b7ff07e307ebdcd67b9689c04904789dd765a1)]:
12+
- @cloudburn/rules@0.18.0
13+
314
## 0.17.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.17.2",
3+
"version": "0.18.0",
44
"description": "Cloudburn SDK for cloud cost optimization",
55
"homepage": "https://cloudburn.io/docs",
66
"bugs": {

0 commit comments

Comments
 (0)