Skip to content

Commit

Permalink
Merge pull request #1253 from cloud-carbon-footprint/changeset-releas…
Browse files Browse the repository at this point in the history
…e/trunk

Version Packages
  • Loading branch information
camcash17 committed Oct 17, 2023
2 parents f8b1563 + a2e9a7b commit ff2c408
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-rivers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-hats-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-poems-compete.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloud-carbon-footprint/app

## 1.6.0

### Minor Changes

- af506a23: Add subscriptionIds to /recommendations API for azure accounts so that we can get recommendations per account as a param, not just from an env variable
- ef945dca: Pass through query params from cache to the end client

### Patch Changes

- Updated dependencies [af506a23]
- Updated dependencies [f8b15631]
- @cloud-carbon-footprint/azure@1.7.0

## 1.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/app",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",
"description": "The logic to bootstrap the cloud-carbon-footprint server-side application",
"main": "src/index.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@cloud-carbon-footprint/ali": "^0.1.3",
"@cloud-carbon-footprint/aws": "^0.15.0",
"@cloud-carbon-footprint/azure": "^1.6.0",
"@cloud-carbon-footprint/azure": "^1.7.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@cloud-carbon-footprint/gcp": "^0.14.0",
"@cloud-carbon-footprint/on-premise": "^0.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloud-carbon-footprint/azure

## 1.7.0

### Minor Changes

- af506a23: Add subscriptionIds to /recommendations API for azure accounts so that we can get recommendations per account as a param, not just from an env variable
- f8b15631: adds support for additional regions

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/azure",
"version": "1.6.0",
"version": "1.7.0",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Microsoft Azure.",
"main": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloud-carbon-footprint/cli

## 1.12.2

### Patch Changes

- Updated dependencies [af506a23]
- Updated dependencies [ef945dca]
- @cloud-carbon-footprint/app@1.6.0

## 1.12.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/cli",
"version": "1.12.1",
"version": "1.12.2",
"license": "Apache-2.0",
"description": "Command Line Interface as an entrypoint to get cloud energy and carbon emissions.",
"main": "src/index.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@azure/arm-consumption": "^9.2.0",
"@azure/arm-resources-subscriptions": "^2.0.2",
"@cloud-carbon-footprint/app": "1.5.0",
"@cloud-carbon-footprint/app": "1.6.0",
"@cloud-carbon-footprint/common": "^1.13.1",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2432,13 +2432,13 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/app@1.5.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
"@cloud-carbon-footprint/app@1.6.0, @cloud-carbon-footprint/app@^1.4.0, @cloud-carbon-footprint/app@workspace:packages/app":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/app@workspace:packages/app"
dependencies:
"@cloud-carbon-footprint/ali": ^0.1.3
"@cloud-carbon-footprint/aws": ^0.15.0
"@cloud-carbon-footprint/azure": ^1.6.0
"@cloud-carbon-footprint/azure": ^1.7.0
"@cloud-carbon-footprint/common": ^1.13.1
"@cloud-carbon-footprint/gcp": ^0.14.0
"@cloud-carbon-footprint/on-premise": ^0.1.1
Expand Down Expand Up @@ -2502,7 +2502,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cloud-carbon-footprint/azure@^1.6.0, @cloud-carbon-footprint/azure@workspace:packages/azure":
"@cloud-carbon-footprint/azure@^1.7.0, @cloud-carbon-footprint/azure@workspace:packages/azure":
version: 0.0.0-use.local
resolution: "@cloud-carbon-footprint/azure@workspace:packages/azure"
dependencies:
Expand Down Expand Up @@ -2546,7 +2546,7 @@ __metadata:
dependencies:
"@azure/arm-consumption": ^9.2.0
"@azure/arm-resources-subscriptions": ^2.0.2
"@cloud-carbon-footprint/app": 1.5.0
"@cloud-carbon-footprint/app": 1.6.0
"@cloud-carbon-footprint/common": ^1.13.1
"@types/cli-table": ^0.3.0
"@types/jest": ^27.4.0
Expand Down

0 comments on commit ff2c408

Please sign in to comment.