Skip to content

Commit

Permalink
chore(main): Release plugins-source-aws v17.3.1 (#10838)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [17.3.1](plugins-source-aws-v17.3.0...plugins-source-aws-v17.3.1) (2023-05-18)


### This Release has the Following Changes to Tables
- Table `aws_cloudformation_stack_templates`: column added with name `template_body_text` and type `String`

### Bug Fixes

* **aws-s3:** Always use models.WrappedBucket to avoid panic ([#10827](#10827)) ([be55852](be55852))
* **aws:** Handle YAML cloudformation template bodies ([#10826](#10826)) ([498f394](498f394))

---
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 committed May 18, 2023
1 parent 5cd02ac commit 3031994
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cli": "3.3.1",
"cli+FILLER": "0.0.0",
"plugins/source/aws": "17.3.0",
"plugins/source/aws": "17.3.1",
"plugins/source/aws+FILLER": "0.0.0",
"plugins/source/azure": "7.5.0",
"plugins/source/azure+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/source/aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [17.3.1](https://github.com/cloudquery/cloudquery/compare/plugins-source-aws-v17.3.0...plugins-source-aws-v17.3.1) (2023-05-18)


### This Release has the Following Changes to Tables
- Table `aws_cloudformation_stack_templates`: column added with name `template_body_text` and type `String`

### Bug Fixes

* **aws-s3:** Always use models.WrappedBucket to avoid panic ([#10827](https://github.com/cloudquery/cloudquery/issues/10827)) ([be55852](https://github.com/cloudquery/cloudquery/commit/be558527b244670cf07349f3128768d06371b2b3))
* **aws:** Handle YAML cloudformation template bodies ([#10826](https://github.com/cloudquery/cloudquery/issues/10826)) ([498f394](https://github.com/cloudquery/cloudquery/commit/498f39479d9810a6b87a9c552ac915981b050fd9))

## [17.3.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-aws-v17.2.0...plugins-source-aws-v17.3.0) (2023-05-16)


Expand Down

0 comments on commit 3031994

Please sign in to comment.