Skip to content

Commit

Permalink
chore(main): Release transformation-aws-cost v1.1.0 (#667)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.1.0](transformation-aws-cost-v1.0.0...transformation-aws-cost-v1.1.0) (2024-04-09)


### Features

* Added cost visualizations ([#690](#690)) ([63fad94](63fad94))
* Added models for EC2 dashboard ([#646](#646)) ([7f6f7d8](7f6f7d8))
* Update AWS Cost Guides to use S3 source plugin ([#664](#664)) ([9c94ce9](9c94ce9))
* Updated CUR 2 models ([#684](#684)) ([c38b57d](c38b57d))


### Bug Fixes

* **deps:** Update dependency dbt-postgres to v1.7.11 ([#708](#708)) ([abfd8e1](abfd8e1))
* Update dependencies ([#671](#671)) ([f0b0275](f0b0275))
* Update docs for faster sync in cost-free and another model data dict ([#657](#657)) ([5de619a](5de619a))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored and ronsh12 committed Apr 11, 2024
1 parent c1d3071 commit 6b3b339
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"transformations/aws/asset-inventory+FILLER": "0.0.0",
"visualizations/aws/asset_inventory": "2.1.0",
"visualizations/aws/asset_inventory+FILLER": "0.0.0",
"transformations/aws/cost": "1.0.0",
"transformations/aws/cost": "1.1.0",
"transformations/aws/cost+FILLER": "0.0.0",
"transformations/aws/cost-free": "1.0.0",
"transformations/aws/cost-free+FILLER": "0.0.0",
Expand Down
17 changes: 17 additions & 0 deletions transformations/aws/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://github.com/cloudquery/policies-premium/compare/transformation-aws-cost-v1.0.0...transformation-aws-cost-v1.1.0) (2024-04-09)


### Features

* Added cost visualizations ([#690](https://github.com/cloudquery/policies-premium/issues/690)) ([63fad94](https://github.com/cloudquery/policies-premium/commit/63fad940fb40337ed553ed45caa985e5139350f4))
* Added models for EC2 dashboard ([#646](https://github.com/cloudquery/policies-premium/issues/646)) ([7f6f7d8](https://github.com/cloudquery/policies-premium/commit/7f6f7d8ea4f175c20925653812fe1e6990937418))
* Update AWS Cost Guides to use S3 source plugin ([#664](https://github.com/cloudquery/policies-premium/issues/664)) ([9c94ce9](https://github.com/cloudquery/policies-premium/commit/9c94ce930bd7008b5793c2f5d9a4f609b318d4c0))
* Updated CUR 2 models ([#684](https://github.com/cloudquery/policies-premium/issues/684)) ([c38b57d](https://github.com/cloudquery/policies-premium/commit/c38b57d4564235d0d63317adafa22a899fff76cf))


### Bug Fixes

* **deps:** Update dependency dbt-postgres to v1.7.11 ([#708](https://github.com/cloudquery/policies-premium/issues/708)) ([abfd8e1](https://github.com/cloudquery/policies-premium/commit/abfd8e1a070537c01d703e8dafa29bad919c05f6))
* Update dependencies ([#671](https://github.com/cloudquery/policies-premium/issues/671)) ([f0b0275](https://github.com/cloudquery/policies-premium/commit/f0b027532699214e10e93fcf5d754ed8e9f2fc75))
* Update docs for faster sync in cost-free and another model data dict ([#657](https://github.com/cloudquery/policies-premium/issues/657)) ([5de619a](https://github.com/cloudquery/policies-premium/commit/5de619a206665b879fe17bc9415d4e80f532585b))

## 1.0.0 (2024-03-04)

### Features
Expand Down
34 changes: 17 additions & 17 deletions transformations/aws/cost/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aws_cost
version: 1.0.0
version: 1.1.0
config-version: 2
profile: aws_cost
model-paths:
Expand Down Expand Up @@ -165,34 +165,34 @@ models:
aws_cost__by_untagged_resource:
+enabled: true
aws_cost__total:
+tags: "dashboard"
+tags: dashboard
aws_cost__by_resources:
+tags: "dashboard"
+tags: dashboard
aws_cost__by_product:
+tags: "dashboard"
+tags: dashboard
aws_cost__by_account:
+tags: "dashboard"
+tags: dashboard
aws_cost__by_regions:
+tags: "dashboard"
+tags: dashboard
aws_cost__over_time_date:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_instance_count:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_overall_cost:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_instance_status:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_cost_breakdown:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_cost_by_instance_type:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_cost_by_region:
+tags: "dashboard"
+tags: dashboard
ec2_instances_optimization_recommendations:
+tags: "dashboard"
+tags: dashboard
aws_cost__trusted_advisior_by_arn:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_cost_over_time:
+tags: "dashboard"
+tags: dashboard
aws_cost__ec2_instance_utilization_cost:
+tags: "dashboard"
+tags: dashboard

0 comments on commit 6b3b339

Please sign in to comment.