Skip to content

Latest commit

 

History

History
151 lines (109 loc) · 7.61 KB

CHANGELOG.md

File metadata and controls

151 lines (109 loc) · 7.61 KB

Changelog

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.

[Unreleased]

🚀 Added

  • Added core migrations implementation
  • Added fetch summary saving to fetches table

[v0.19.0] - 2022-01-10

Breaking Changes

  • Policy command updated and spec changed #369

Fixed

  • 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.

⚙️ Changed

  • Removed stack traces from sentry #387.
  • Sentry send stack trace only on panic #390.

[v0.18.0]- 2022-01-03

🚀 Added

  • On cancel show error #371

💥 Breaking Changes

⚙️ Changed

  • remove the need for json hcl2json convertor #375
  • removed gen config #370

🕷️ Fixed

  • Table upgrades with history mode enabled #381.

[v0.17.4]- 2021-12-23

💥 Breaking Changes

  • Removed old terraform deployment from core package, new deployment located here #357.

🚀 Added

  • Drift: Use correct ID for EMR clusters #360.
  • Policy: added more logging to policy execution #341.
  • Added hash of config to telemetry #358.

🕷️ Fixed

  • Fixed Sentry issues #347.

⚙️ Changed

  • 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.

[v0.17.3]- 2021-12-16

🕷️ Fixed

  • Report panics to Sentry #347.

[v0.17.2] - 2021-12-16

🕷️ Fixed

  • Panic on cloudquery fetch

[v0.17.1] - 2021-12-15

🚀 Added

  • 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.

⚙️ Changed

  • Telemetry: collect hash of MAC + Hostname #339.

🕷️ Fixed

  • 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

[v0.17.0] - 2021-12-06

💥 Breaking Changes

  • policy run flag --subpath has been removed to execute sub policy pass it as second argument i.e policy run <policy_name> <subpath>

🚀 Added

  • 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

  • Fixed resource fetch summary total fetched resources wouldn't sum correctly #326
  • Provider fetch failure cancels out other provider fetches #325

⚙️ Changed

  • 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

[v0.16.2] - 2021-11-29

🚀 Added

  • 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

🕷️ Fixed

  • Fixed Policy Not Found unclear message #306
  • Fixed Logging Statements Output #305

[v0.16.1] - 2021-11-22

🕷️ Fixed

  • Fix fetch failure on providers that don't support upgrade #295

[v0.16.0] - 2021-11-19

🚀 Added

  • 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

  • Fixed Confusing Error when config.hcl doesn't exist #277

[0.15.11] - 2021-11-18

Base version at which changelog was introduced.