All notable changes to CloudQuery will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added core migrations implementation
- Added fetch summary saving to
fetches
table
- Policy command updated and spec changed #369
- Fixed empty policy bug #399.
- Fixed lambda json conversion #397.
- Removed confusing error message #391.
- Respected absolute file path in policies #395.
- Fixed isLevel for logger #385.
- Fixed pathing for hub to use real source path #394.
- CreateDatabase: check for err in correct place #389.
- Prevented reporting of errors to sentry twice #386.
- On cancel show error #371
- Upgrade to sdk v0.6.1
- Table upgrades with history mode enabled #381.
- Drift: Use correct ID for EMR clusters #360.
- Policy: added more logging to policy execution #341.
- Added hash of config to telemetry #358.
- Fixed Sentry issues #347.
- Changed how we classify errors for sentry reducing errors sent, so only critical errors are report #350.
- Disable sentry module reporting #351.
- Made
source
attribute optional in CloudQuery config #352. - Improved misleading help messaeg in cloudquery init #359.
- Report panics to Sentry #347.
- Panic on
cloudquery fetch
- Added #210 contribution guide #331.
- Added new provider update available notification #336 fixes #299.
- Added notification if an update to CQ core is available #338.
- Added sentry for crash error reporting to improve stability #342.
- Telemetry: collect hash of MAC + Hostname #339.
- Provider download routine added before to policy run command #335 fixes #316.
- Fixed #303 UUID output in policies #332.
- Fixed Telemetry error counting, changed
debug-telemetry
flag to only set open-telelmetry client to debug mode #340
policy run
flag--subpath
has been removed to execute sub policy pass it as second argument i.epolicy run <policy_name> <subpath>
- Added
policy describe <policy_name>
subcommand, allowing to see all policies and sub-policies available and execution paths - Added support for CloudQuery History Alpha for more info see docs
- Exposed diagnostic counts on fetch for telemetry #319
- Fixed resource fetch summary total fetched resources wouldn't sum correctly #326
- Provider fetch failure cancels out other provider fetches #325
- Upgraded to SDK Version v0.5.3.
- Read persisted telemetry ID if exists #313
- Cleanup init command #320
- Improve logging for policy execution errors #323
- Updated drift aws configuration for new version #329
- Added support for telemetry, to gain better insight on usage to improve features and tool performance. For additional info see docs #280.
- Added support for executing policy in policy #302
- Fix fetch failure on providers that don't support upgrade #295
- Added support for Terraform Drift detection.
- Allow regex patterns for drift configuration (both local files and s3 bucket + keys #281
- Run provider upgrades before fetch #283
- Support running policies from configuration #269
- Added a changelog 🚀
- Fixed Confusing Error when config.hcl doesn't exist #277
Base version at which changelog was introduced.