Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented May 31, 2023

🤖 I have created a release beep boop

3.0.0 (2023-06-06)

⚠ BREAKING CHANGES

  • datadog: Add SLO tables, housekeeping (#11166)

This Release has the Following Changes to Tables

  • Table datadog_dashboards: column type changed from json to utf8 for description (:warning: breaking)
  • Table datadog_downtimes: column type changed from json to int32 for updater_id (:warning: breaking)
  • Table datadog_downtimes: column type changed from json to int64 for canceled (:warning: breaking)
  • Table datadog_downtimes: column type changed from json to int64 for end (:warning: breaking)
  • Table datadog_downtimes: column type changed from json to int64 for monitor_id (:warning: breaking)
  • Table datadog_downtimes: column type changed from json to int64 for parent_id (:warning: breaking)
  • Table datadog_downtimes: column added with name notify_end_states and type list<item: utf8, nullable>
  • Table datadog_downtimes: column added with name notify_end_types and type list<item: utf8, nullable>
  • Table datadog_global_variables: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_incident_attachments: column added with name incident_id (PK) and type utf8 (:warning: breaking)
  • Table datadog_incident_attachments: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_incident_attachments: primary key constraint added to column id (:warning: breaking)
  • Table datadog_incident_attachments: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table datadog_incident_attachments: column added with name additional_properties and type json
  • Table datadog_monitor_downtimes: column type changed from json to int32 for updater_id (:warning: breaking)
  • Table datadog_monitor_downtimes: column type changed from json to int64 for canceled (:warning: breaking)
  • Table datadog_monitor_downtimes: column type changed from json to int64 for end (:warning: breaking)
  • Table datadog_monitor_downtimes: column type changed from json to int64 for monitor_id (:warning: breaking)
  • Table datadog_monitor_downtimes: column type changed from json to int64 for parent_id (:warning: breaking)
  • Table datadog_monitor_downtimes: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_monitor_downtimes: primary key constraint added to column id (:warning: breaking)
  • Table datadog_monitor_downtimes: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table datadog_monitor_downtimes: column added with name additional_properties and type json
  • Table datadog_monitor_downtimes: column added with name notify_end_states and type list<item: utf8, nullable>
  • Table datadog_monitor_downtimes: column added with name notify_end_types and type list<item: utf8, nullable>
  • Table datadog_monitors: column added with name matching_downtimes and type json
  • Table datadog_role_permissions: column added with name role_id (PK) and type utf8 (:warning: breaking)
  • Table datadog_role_permissions: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_role_permissions: primary key constraint added to column id (:warning: breaking)
  • Table datadog_role_permissions: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table datadog_role_users: column added with name role_id (PK) and type utf8 (:warning: breaking)
  • Table datadog_role_users: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_role_users: primary key constraint added to column id (:warning: breaking)
  • Table datadog_role_users: primary key constraint removed from column _cq_id (:warning: breaking)
  • Table datadog_rum_events was added
  • Table datadog_slo_corrections was added
  • Table datadog_slos was added
  • Table datadog_user_permissions: column added with name user_id (PK) and type utf8 (:warning: breaking)
  • Table datadog_user_permissions: primary key constraint added to column account_name (:warning: breaking)
  • Table datadog_user_permissions: primary key constraint added to column id (:warning: breaking)
  • Table datadog_user_permissions: primary key constraint removed from column _cq_id (:warning: breaking)

Features

Bug Fixes

  • deps: Update github.com/apache/arrow/go/v13 digest to e07e22c (#11151) (5083cf7)
  • deps: Update github.com/cloudquery/arrow/go/v13 digest to 20b0de9 (#11199) (dc3565d)
  • deps: Update github.com/cloudquery/arrow/go/v13 digest to 88d5dc2 (#11226) (9f306bc)
  • deps: Update github.com/cloudquery/arrow/go/v13 digest to a7aad4c (#11184) (8a0822e)
  • deps: Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 (#11169) (dcb0f92)
  • deps: Update golang.org/x/exp digest to 2e198f4 (#11155) (c46c62b)
  • deps: Update google.golang.org/genproto digest to e85fd2c (#11156) (dbe7e92)
  • deps: Update module github.com/cloudquery/plugin-pb-go to v1.0.9 (#11240) (f92cd4b)
  • deps: Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.3 (#11150) (dc00994)
  • deps: Update module github.com/cloudquery/plugin-sdk/v3 to v3.10.4 (#11244) (8fceef6)
  • deps: Update module github.com/cloudquery/plugin-sdk/v3 to v3.7.0 (#11113) (487bf87)
  • pagination: Fix pagination for datadog_incidents table (#11230) (b0eae04)

This PR was generated with Release Please. See documentation.

@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-source-datadog branch 4 times, most recently from 928ea7b to 8d29521 Compare June 1, 2023 08:28
@cq-bot cq-bot changed the title chore(main): Release plugins-source-datadog v2.0.1 chore(main): Release plugins-source-datadog v3.0.0 Jun 1, 2023
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-source-datadog branch 22 times, most recently from b839aa4 to cd648f9 Compare June 2, 2023 09:21
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-source-datadog branch 22 times, most recently from 3ef7899 to 24b2164 Compare June 6, 2023 18:49
@cq-bot cq-bot force-pushed the release-please--branches--main--components--plugins-source-datadog branch from cbf8162 to 4243a45 Compare June 6, 2023 18:53
@kodiakhq kodiakhq bot merged commit 31de02f into main Jun 6, 2023
@kodiakhq kodiakhq bot deleted the release-please--branches--main--components--plugins-source-datadog branch June 6, 2023 18:55
@cq-bot
Copy link
Contributor Author

cq-bot commented Jun 6, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add datadog mobile RUM events to the datadog source plugin

2 participants