This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erezrokah
approved these changes
Jun 21, 2022
irmatov
approved these changes
Jun 21, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Jun 21, 2022
🤖 I have created a release *beep* *boop* --- ## [0.12.16-rc1](v0.12.15...v0.12.16-rc1) (2022-06-21) ### Features * YAML config support ([#1067](#1067)) ([24d2722](24d2722)) ### Bug Fixes * **deps:** Upgrade AWS ECR SDK ([#1079](#1079)) ([7de5bda](7de5bda)) ### Miscellaneous Chores * Release v0.12.16-rc1 ([#1084](#1084)) ([745eb88](745eb88)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Jun 21, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Jun 22, 2022
🤖 I have created a release *beep* *boop* --- ## [0.12.16](v0.12.15...v0.12.16) (2022-06-22) ### Features * YAML config support ([#1067](#1067)) ([24d2722](24d2722)) ### Bug Fixes * **deps:** Upgrade AWS ECR SDK ([#1079](#1079)) ([7de5bda](7de5bda)) * Classify to many open files ([#1064](#1064)) ([89b1684](89b1684)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.12.1 ([#1083](#1083)) ([6a4dc83](6a4dc83)) * List buckets only us-east-1 ([#1088](#1088)) ([b3d7476](b3d7476)) * Rename S3 Resources ([#1082](#1082)) ([757b9aa](757b9aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah
pushed a commit
to cloudquery/cloudquery
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.12.16-rc1](cloudquery/cq-provider-aws@v0.12.15...v0.12.16-rc1) (2022-06-21) ### Features * YAML config support ([#1067](cloudquery/cq-provider-aws#1067)) ([24d2722](cloudquery/cq-provider-aws@24d2722)) ### Bug Fixes * **deps:** Upgrade AWS ECR SDK ([#1079](cloudquery/cq-provider-aws#1079)) ([7de5bda](cloudquery/cq-provider-aws@7de5bda)) ### Miscellaneous Chores * Release v0.12.16-rc1 ([#1084](cloudquery/cq-provider-aws#1084)) ([745eb88](cloudquery/cq-provider-aws@745eb88)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
erezrokah
pushed a commit
to cloudquery/cloudquery
that referenced
this pull request
Aug 14, 2022
🤖 I have created a release *beep* *boop* --- ## [0.12.16](cloudquery/cq-provider-aws@v0.12.15...v0.12.16) (2022-06-22) ### Features * YAML config support ([#1067](cloudquery/cq-provider-aws#1067)) ([24d2722](cloudquery/cq-provider-aws@24d2722)) ### Bug Fixes * **deps:** Upgrade AWS ECR SDK ([#1079](cloudquery/cq-provider-aws#1079)) ([7de5bda](cloudquery/cq-provider-aws@7de5bda)) * Classify to many open files ([#1064](cloudquery/cq-provider-aws#1064)) ([89b1684](cloudquery/cq-provider-aws@89b1684)) * **deps:** Update module github.com/cloudquery/cq-provider-sdk to v0.12.1 ([#1083](cloudquery/cq-provider-aws#1083)) ([6a4dc83](cloudquery/cq-provider-aws@6a4dc83)) * List buckets only us-east-1 ([#1088](cloudquery/cq-provider-aws#1088)) ([b3d7476](cloudquery/cq-provider-aws@b3d7476)) * Rename S3 Resources ([#1082](cloudquery/cq-provider-aws#1082)) ([757b9aa](cloudquery/cq-provider-aws@757b9aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉
Summary
generate a
cq-gen
fileUse the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code 🖊golangci-lint run
🚨 (install golangci-lint here)go run ./docs/docs.go
and committing the changes 📃