Skip to content

Commit

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

Version Packages
  • Loading branch information
ccasher committed Jun 30, 2023
2 parents e942828 + 5eaf24b commit 7f88be5
Show file tree
Hide file tree
Showing 28 changed files with 138 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-seals-camp.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-mails-cough.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-candles-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-bulldogs-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-dryers-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-penguins-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-socks-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-phones-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-stingrays-obey.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rare-parents-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-hotels-tease.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- fedf79c0: API and CLI processes now persist connection to mongodb client when enabled as cache

For Create-App changes, please refer to this [commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/8995b8a7f29fb06f8a437166d32e75b1ed147870).

- 045ef419: Adds OpenAPI spec documentation and Swagger portal

### Patch Changes

- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- Updated dependencies [fedf79c0]
- @cloud-carbon-footprint/common@1.12.0
- @cloud-carbon-footprint/app@1.3.0

## 1.6.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/api",
"version": "1.6.2",
"version": "1.7.0",
"license": "Apache-2.0",
"description": "The API endpoint as an entrypoint to get cloud energy and carbon emissions. Optionally used by the client dashboard.",
"main": "src/server.ts",
Expand Down Expand Up @@ -73,8 +73,8 @@
"typescript": "^4.6.2"
},
"dependencies": {
"@cloud-carbon-footprint/app": "^1.2.1",
"@cloud-carbon-footprint/common": "^1.9.0",
"@cloud-carbon-footprint/app": "^1.3.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@types/express": "^4.17.12",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down
18 changes: 18 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @cloud-carbon-footprint/app

## 1.3.0

### Minor Changes

- fedf79c0: API and CLI processes now persist connection to mongodb client when enabled as cache

For Create-App changes, please refer to this [commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/8995b8a7f29fb06f8a437166d32e75b1ed147870).

### Patch Changes

- Updated dependencies [c82bf5fd]
- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- Updated dependencies [4683b86f]
- @cloud-carbon-footprint/azure@1.4.0
- @cloud-carbon-footprint/common@1.12.0
- @cloud-carbon-footprint/gcp@0.13.1

## 1.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2.2",
"version": "1.3.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 @@ -41,9 +41,9 @@
},
"dependencies": {
"@cloud-carbon-footprint/aws": "^0.14.4",
"@cloud-carbon-footprint/azure": "^1.3.0",
"@cloud-carbon-footprint/common": "^1.11.0",
"@cloud-carbon-footprint/gcp": "^0.13.0",
"@cloud-carbon-footprint/azure": "^1.4.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@cloud-carbon-footprint/gcp": "^0.13.1",
"@cloud-carbon-footprint/on-premise": "^0.1.1",
"@google-cloud/storage": "^5.16.1",
"@sovpro/delimited-stream": "^1.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloud-carbon-footprint/azure

## 1.4.0

### Minor Changes

- c82bf5fd: Adds config support for chunking/splitting azure requests by subscription
- 1a5d7636: Adds support for listing Azure subscription IDs to fetch

### Patch Changes

- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- @cloud-carbon-footprint/common@1.12.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "1.4.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 Expand Up @@ -47,7 +47,7 @@
"@azure/identity": "^3.2.2",
"@azure/ms-rest-js": "^2.6.6",
"@azure/ms-rest-nodeauth": "^3.1.1",
"@cloud-carbon-footprint/common": "^1.10.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/secret-manager": "^3.10.1",
"moment": "^2.29.1"
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @cloud-carbon-footprint/cli

## 1.11.0

### Minor Changes

- c82bf5fd: Adds config support for chunking/splitting azure requests by subscription
- fedf79c0: API and CLI processes now persist connection to mongodb client when enabled as cache

For Create-App changes, please refer to this [commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/8995b8a7f29fb06f8a437166d32e75b1ed147870).

### Patch Changes

- 1a5d7636: Adds support for listing Azure subscription IDs to fetch
- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- Updated dependencies [fedf79c0]
- @cloud-carbon-footprint/common@1.12.0
- @cloud-carbon-footprint/app@1.3.0

## 1.10.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.10.2",
"version": "1.11.0",
"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,8 +70,8 @@
"dependencies": {
"@azure/arm-consumption": "^9.2.0",
"@azure/arm-resources-subscriptions": "^2.0.2",
"@cloud-carbon-footprint/app": "1.2.2",
"@cloud-carbon-footprint/common": "^1.11.0",
"@cloud-carbon-footprint/app": "1.3.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@types/cli-table": "^0.3.0",
"@types/prompts": "^2.0.12",
"@types/ramda": "^0.29.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloud-carbon-footprint/client

## 4.1.3

### Patch Changes

- 3d7a21ff: Improves recommendations forecast accuracy, and fixes cost formatting errors for local currencies
- e942828d: updates imports/exports for plugin compatibility
- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- @cloud-carbon-footprint/common@1.12.0

## 4.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/client",
"version": "4.1.2",
"version": "4.1.3",
"license": "Apache-2.0",
"description": "The front-end dashboard for Cloud Carbon Footprint.",
"main": "src/index.tsx",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@babel/runtime": "^7.14.0",
"@cloud-carbon-footprint/common": "^1.10.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.11.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloud-carbon-footprint/common

## 1.12.0

### Minor Changes

- 1a5d7636: Adds support for listing Azure subscription IDs to fetch
- c82bf5fd: Adds config support for chunking/splitting azure requests by subscription

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/common",
"version": "1.11.0",
"version": "1.12.0",
"license": "Apache-2.0",
"description": "Common functionality to be shared among other cloud carbon footprint packages",
"main": "src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloud-carbon-footprint/create-app

## 2.4.0

### Minor Changes

- d217e11e: Adds OpenAPI spec documentation and Swagger portal
- fedf79c0: API and CLI processes now persist connection to mongodb client when enabled as cache

For Create-App changes, please refer to this [commit](https://github.com/cloud-carbon-footprint/cloud-carbon-footprint/commit/8995b8a7f29fb06f8a437166d32e75b1ed147870).

### Patch Changes

- 7688b086: Updates env templates with new configuration options

## 2.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/create-app",
"version": "2.3.5",
"version": "2.4.0",
"license": "Apache-2.0",
"description": "Create app package for Cloud Carbon Footprint",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloud-carbon-footprint/gcp

## 0.13.1

### Patch Changes

- 4683b86f: bug fix for gcp package
- Updated dependencies [1a5d7636]
- Updated dependencies [c82bf5fd]
- @cloud-carbon-footprint/common@1.12.0

## 0.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloud-carbon-footprint/gcp",
"version": "0.13.0",
"version": "0.13.1",
"license": "Apache-2.0",
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.",
"main": "src/index.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint:fix": "eslint '*/**/*.ts' --quiet --fix"
},
"dependencies": {
"@cloud-carbon-footprint/common": "^1.11.0",
"@cloud-carbon-footprint/common": "^1.12.0",
"@cloud-carbon-footprint/core": "^0.17.3",
"@google-cloud/bigquery": "^5.9.3",
"@google-cloud/compute": "^3.9.0",
Expand Down
Loading

0 comments on commit 7f88be5

Please sign in to comment.