Skip to content

Commit

Permalink
chore(main): Release transformation-aws-cost v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot committed Apr 9, 2024
1 parent 84c8a9a commit 65fbe6a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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
16 changes: 16 additions & 0 deletions transformations/aws/cost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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 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
4 changes: 2 additions & 2 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 @@ -163,4 +163,4 @@ models:
aws_cost__by_tag:
+enabled: true
aws_cost__by_untagged_resource:
+enabled: true
+enabled: true

0 comments on commit 65fbe6a

Please sign in to comment.