Skip to content

Commit 20a0e04

Browse files
Version Packages
1 parent ff503e1 commit 20a0e04

File tree

7 files changed

+23
-16
lines changed

7 files changed

+23
-16
lines changed

.changeset/popular-trains-breathe.md

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

.changeset/thick-pandas-invite.md

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

packages/azure/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cloud-carbon-footprint/azure
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 08dbbcd4: Add option to chunk time range in azure requests to avoid infinite rate limit retries
8+
9+
### Patch Changes
10+
11+
- 11559bff: Add missing usage types and region aliases with logging messages for easy expansion
12+
- Updated dependencies [08dbbcd4]
13+
- @cloud-carbon-footprint/common@1.10.0
14+
315
## 1.1.0
416

517
### Minor Changes

packages/azure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-carbon-footprint/azure",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "Apache-2.0",
55
"description": "The core logic to get cloud usage data and estimate energy and carbon emissions from Microsoft Azure.",
66
"main": "src/index.ts",
@@ -47,7 +47,7 @@
4747
"@azure/identity": "^3.0.0",
4848
"@azure/ms-rest-js": "^2.6.2",
4949
"@azure/ms-rest-nodeauth": "^3.1.1",
50-
"@cloud-carbon-footprint/common": "^1.9.0",
50+
"@cloud-carbon-footprint/common": "^1.10.0",
5151
"@cloud-carbon-footprint/core": "^0.17.0",
5252
"@google-cloud/secret-manager": "^3.10.1",
5353
"moment": "^2.29.1"

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloud-carbon-footprint/common
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 08dbbcd4: Add option to chunk time range in azure requests to avoid infinite rate limit retries
8+
39
## 1.9.0
410

511
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-carbon-footprint/common",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"license": "Apache-2.0",
55
"description": "Common functionality to be shared among other cloud carbon footprint packages",
66
"main": "src/index.ts",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ __metadata:
23122312
"@azure/identity": ^3.0.0
23132313
"@azure/ms-rest-js": ^2.6.2
23142314
"@azure/ms-rest-nodeauth": ^3.1.1
2315-
"@cloud-carbon-footprint/common": ^1.9.0
2315+
"@cloud-carbon-footprint/common": ^1.10.0
23162316
"@cloud-carbon-footprint/core": ^0.17.0
23172317
"@google-cloud/secret-manager": ^3.10.1
23182318
"@types/jest": ^27.4.0
@@ -2449,7 +2449,7 @@ __metadata:
24492449
languageName: unknown
24502450
linkType: soft
24512451

2452-
"@cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@^1.9.0, @cloud-carbon-footprint/common@workspace:packages/common":
2452+
"@cloud-carbon-footprint/common@^1.10.0, @cloud-carbon-footprint/common@^1.8.0, @cloud-carbon-footprint/common@^1.9.0, @cloud-carbon-footprint/common@workspace:packages/common":
24532453
version: 0.0.0-use.local
24542454
resolution: "@cloud-carbon-footprint/common@workspace:packages/common"
24552455
dependencies:

0 commit comments

Comments
 (0)