diff --git a/.changeset/angry-seals-camp.md b/.changeset/angry-seals-camp.md deleted file mode 100644 index 3f0d99fe8..000000000 --- a/.changeset/angry-seals-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/azure': minor ---- - -Adds config support for chunking/splitting azure requests by subscription diff --git a/.changeset/dry-mails-cough.md b/.changeset/dry-mails-cough.md deleted file mode 100644 index 6745617b0..000000000 --- a/.changeset/dry-mails-cough.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cloud-carbon-footprint/azure': minor -'@cloud-carbon-footprint/common': minor ---- - -Adds support for listing Azure subscription IDs to fetch diff --git a/.changeset/funny-candles-hide.md b/.changeset/funny-candles-hide.md deleted file mode 100644 index b44a666bd..000000000 --- a/.changeset/funny-candles-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cloud-carbon-footprint/cli': minor -'@cloud-carbon-footprint/common': minor ---- - -Adds config support for chunking/splitting azure requests by subscription diff --git a/.changeset/fuzzy-bulldogs-sing.md b/.changeset/fuzzy-bulldogs-sing.md deleted file mode 100644 index 159184ba9..000000000 --- a/.changeset/fuzzy-bulldogs-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/client': patch ---- - -Improves recommendations forecast accuracy, and fixes cost formatting errors for local currencies diff --git a/.changeset/happy-dryers-double.md b/.changeset/happy-dryers-double.md deleted file mode 100644 index d9c5e8fc2..000000000 --- a/.changeset/happy-dryers-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/client': patch ---- - -updates imports/exports for plugin compatibility diff --git a/.changeset/lazy-penguins-matter.md b/.changeset/lazy-penguins-matter.md deleted file mode 100644 index d3b158607..000000000 --- a/.changeset/lazy-penguins-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/create-app': minor ---- - -Adds OpenAPI spec documentation and Swagger portal diff --git a/.changeset/light-socks-add.md b/.changeset/light-socks-add.md deleted file mode 100644 index 6986793ca..000000000 --- a/.changeset/light-socks-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/cli': patch ---- - -Adds support for listing Azure subscription IDs to fetch diff --git a/.changeset/moody-phones-teach.md b/.changeset/moody-phones-teach.md deleted file mode 100644 index 8b44b5b76..000000000 --- a/.changeset/moody-phones-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/create-app': patch ---- - -Updates env templates with new configuration options diff --git a/.changeset/purple-stingrays-obey.md b/.changeset/purple-stingrays-obey.md deleted file mode 100644 index ef178ec28..000000000 --- a/.changeset/purple-stingrays-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/gcp': patch ---- - -bug fix for gcp package diff --git a/.changeset/rare-parents-know.md b/.changeset/rare-parents-know.md deleted file mode 100644 index d54e6a784..000000000 --- a/.changeset/rare-parents-know.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@cloud-carbon-footprint/api': minor -'@cloud-carbon-footprint/app': minor -'@cloud-carbon-footprint/cli': minor -'@cloud-carbon-footprint/create-app': minor ---- - -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). \ No newline at end of file diff --git a/.changeset/unlucky-hotels-tease.md b/.changeset/unlucky-hotels-tease.md deleted file mode 100644 index 5f56b94d7..000000000 --- a/.changeset/unlucky-hotels-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloud-carbon-footprint/api': minor ---- - -Adds OpenAPI spec documentation and Swagger portal diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index f2383a98d..bd4148454 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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 diff --git a/packages/api/package.json b/packages/api/package.json index 574fe3102..8fed43437 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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", @@ -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", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index f4bedbbe8..7259f833a 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -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 diff --git a/packages/app/package.json b/packages/app/package.json index 3da047a48..89ae03920 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -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", @@ -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", diff --git a/packages/azure/CHANGELOG.md b/packages/azure/CHANGELOG.md index 255627bc6..5c8a03284 100644 --- a/packages/azure/CHANGELOG.md +++ b/packages/azure/CHANGELOG.md @@ -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 diff --git a/packages/azure/package.json b/packages/azure/package.json index 54f55d37e..845eedc75 100644 --- a/packages/azure/package.json +++ b/packages/azure/package.json @@ -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", @@ -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" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a7f093089..01be20a6f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 01a854769..dd7955fe3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", @@ -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", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 9d98bfd81..ae1a875b8 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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 diff --git a/packages/client/package.json b/packages/client/package.json index 2004b7e95..9c2c02489 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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", @@ -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", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 27829dbd0..c4e01f263 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -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 diff --git a/packages/common/package.json b/packages/common/package.json index 3086c8a9c..e69099817 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -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", diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index 2bc227c34..3867bf774 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -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 diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 4c1bb2932..78e70dbe0 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -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", diff --git a/packages/gcp/CHANGELOG.md b/packages/gcp/CHANGELOG.md index 0a027d92c..a7b354a73 100644 --- a/packages/gcp/CHANGELOG.md +++ b/packages/gcp/CHANGELOG.md @@ -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 diff --git a/packages/gcp/package.json b/packages/gcp/package.json index d0074ccf1..1f464ca62 100644 --- a/packages/gcp/package.json +++ b/packages/gcp/package.json @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index 4cdac328c..38009b091 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2250,8 +2250,8 @@ __metadata: version: 0.0.0-use.local resolution: "@cloud-carbon-footprint/api@workspace:packages/api" 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/cors": ^2.8.12 "@types/express": ^4.17.12 "@types/jest": ^27.4.0 @@ -2288,14 +2288,14 @@ __metadata: languageName: unknown linkType: soft -"@cloud-carbon-footprint/app@1.2.2, @cloud-carbon-footprint/app@^1.2.1, @cloud-carbon-footprint/app@workspace:packages/app": +"@cloud-carbon-footprint/app@1.3.0, @cloud-carbon-footprint/app@^1.3.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/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 @@ -2357,7 +2357,7 @@ __metadata: languageName: unknown linkType: soft -"@cloud-carbon-footprint/azure@^1.3.0, @cloud-carbon-footprint/azure@workspace:packages/azure": +"@cloud-carbon-footprint/azure@^1.4.0, @cloud-carbon-footprint/azure@workspace:packages/azure": version: 0.0.0-use.local resolution: "@cloud-carbon-footprint/azure@workspace:packages/azure" dependencies: @@ -2367,7 +2367,7 @@ __metadata: "@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 "@types/jest": ^27.4.0 @@ -2401,8 +2401,8 @@ __metadata: 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/jest": ^27.4.0 "@types/jest-when": ^3.5.0 @@ -2446,7 +2446,7 @@ __metadata: resolution: "@cloud-carbon-footprint/client@workspace:packages/client" 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 @@ -2504,7 +2504,7 @@ __metadata: languageName: unknown linkType: soft -"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.11.0, @cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@^1.9.0, @cloud-carbon-footprint/common@workspace:packages/common": +"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.12.0, @cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@workspace:packages/common": version: 0.0.0-use.local resolution: "@cloud-carbon-footprint/common@workspace:packages/common" dependencies: @@ -2594,11 +2594,11 @@ __metadata: languageName: unknown linkType: soft -"@cloud-carbon-footprint/gcp@^0.13.0, @cloud-carbon-footprint/gcp@workspace:packages/gcp": +"@cloud-carbon-footprint/gcp@^0.13.1, @cloud-carbon-footprint/gcp@workspace:packages/gcp": version: 0.0.0-use.local resolution: "@cloud-carbon-footprint/gcp@workspace:packages/gcp" 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