Skip to content

Commit

Permalink
Merge branch 'main' of github.com:newrelic/nr1-cloud-optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Apr 16, 2024
2 parents 9e28d85 + e20f98a commit cd9c1ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ It shows cost and performance metrics per service so you can understand the pote

### Service support

| AWS | Azure | GCP | Alibaba Cloud | Other |
| ---------------- | --------- | ------ | ------------- | ------------- |
| EC2 | VMS | VMS | ECS | K8s |
| RDS | | | | |
| APIGATEWAY | | | | |
| AWS | Azure | GCP | Other |
| ---------------- | --------- | ------ | ------------- |
| EC2 | VMS | VMS | K8s |
| RDS | | | |
| APIGATEWAY | | | |
| ALB
| ELB
| SQS
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.39.0](https://github.com/newrelic/nr1-cloud-optimize/compare/v3.38.0...v3.39.0) (2023-04-27)


### Features

* add azure pricing poller ([9da503c](https://github.com/newrelic/nr1-cloud-optimize/commit/9da503c00d9ea61c23157a448eb6379b00e5a7dc))

# [3.38.0](https://github.com/newrelic/nr1-cloud-optimize/compare/v3.37.0...v3.38.0) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-cloud-optimize",
"description": "Nerdpack cloud-optimize",
"version": "3.38.0",
"version": "3.39.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit cd9c1ed

Please sign in to comment.