From 8fef982e6c3cde6e9d761c3f0b3a5497b464f234 Mon Sep 17 00:00:00 2001 From: "bot@pulumi.com" Date: Sun, 10 Nov 2024 03:09:33 +0000 Subject: [PATCH] make tfgen --- .pulumi-java-gen.version | 2 +- .../bridge-metadata.json | 44 ++- .../cmd/pulumi-resource-datadog/schema.json | 345 +++++++++++++++++- provider/go.mod | 2 +- provider/go.sum | 4 +- upstream | 2 +- 6 files changed, 385 insertions(+), 14 deletions(-) diff --git a/.pulumi-java-gen.version b/.pulumi-java-gen.version index 92e0c7438..07feb8234 100644 --- a/.pulumi-java-gen.version +++ b/.pulumi-java-gen.version @@ -1 +1 @@ -0.16.1 \ No newline at end of file +0.17.0 \ No newline at end of file diff --git a/provider/cmd/pulumi-resource-datadog/bridge-metadata.json b/provider/cmd/pulumi-resource-datadog/bridge-metadata.json index edf91e29e..d7e71ab0d 100644 --- a/provider/cmd/pulumi-resource-datadog/bridge-metadata.json +++ b/provider/cmd/pulumi-resource-datadog/bridge-metadata.json @@ -530,6 +530,12 @@ } } } + }, + "xaxis": { + "maxItemsOne": true + }, + "yaxis": { + "maxItemsOne": true } } } @@ -1119,6 +1125,12 @@ } } } + }, + "xaxis": { + "maxItemsOne": true + }, + "yaxis": { + "maxItemsOne": true } } } @@ -11365,7 +11377,12 @@ }, "datadog_integration_cloudflare_account": { "current": "datadog:cloudflare/integrationAccount:IntegrationAccount", - "majorVersion": 4 + "majorVersion": 4, + "fields": { + "resources": { + "maxItemsOne": false + } + } }, "datadog_integration_confluent_account": { "current": "datadog:confluent/integrationAccount:IntegrationAccount", @@ -11400,7 +11417,12 @@ }, "datadog_integration_gcp": { "current": "datadog:gcp/integration:Integration", - "majorVersion": 4 + "majorVersion": 4, + "fields": { + "cloud_run_revision_filters": { + "maxItemsOne": false + } + } }, "datadog_integration_gcp_sts": { "current": "datadog:gcp/integrationSts:IntegrationSts", @@ -11409,8 +11431,14 @@ "account_tags": { "maxItemsOne": false }, + "cloud_run_revision_filters": { + "maxItemsOne": false + }, "host_filters": { "maxItemsOne": false + }, + "metric_namespace_configs": { + "maxItemsOne": false } } }, @@ -12438,6 +12466,12 @@ } } } + }, + "xaxis": { + "maxItemsOne": true + }, + "yaxis": { + "maxItemsOne": true } } } @@ -15322,6 +15356,9 @@ } } }, + "reference_tables": { + "maxItemsOne": false + }, "signal_query": { "maxItemsOne": false, "elem": { @@ -16213,6 +16250,9 @@ } } }, + "reference_tables": { + "maxItemsOne": false + }, "signal_query": { "maxItemsOne": false, "elem": { diff --git a/provider/cmd/pulumi-resource-datadog/schema.json b/provider/cmd/pulumi-resource-datadog/schema.json index e19f63498..c8354c700 100644 --- a/provider/cmd/pulumi-resource-datadog/schema.json +++ b/provider/cmd/pulumi-resource-datadog/schema.json @@ -135,6 +135,21 @@ }, "type": "object" }, + "datadog:gcp/IntegrationStsMetricNamespaceConfig:IntegrationStsMetricNamespaceConfig": { + "properties": { + "disabled": { + "type": "boolean" + }, + "id": { + "type": "string" + } + }, + "type": "object", + "required": [ + "disabled", + "id" + ] + }, "datadog:index/ApmRetentionFilterFilter:ApmRetentionFilterFilter": { "properties": { "query": { @@ -1575,6 +1590,14 @@ "titleSize": { "type": "string", "description": "The size of the widget's title (defaults to 16).\n" + }, + "xaxis": { + "$ref": "#/types/datadog:index/DashboardWidgetDistributionDefinitionXaxis:DashboardWidgetDistributionDefinitionXaxis", + "description": "A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.\n" + }, + "yaxis": { + "$ref": "#/types/datadog:index/DashboardWidgetDistributionDefinitionYaxis:DashboardWidgetDistributionDefinitionYaxis", + "description": "A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.\n" } }, "type": "object" @@ -1718,6 +1741,52 @@ }, "type": "object" }, + "datadog:index/DashboardWidgetDistributionDefinitionXaxis:DashboardWidgetDistributionDefinitionXaxis": { + "properties": { + "includeZero": { + "type": "boolean", + "description": "Always include zero or fit the axis to the data range.\n" + }, + "max": { + "type": "string", + "description": "Specify the maximum value to show on the Y-axis.\n" + }, + "min": { + "type": "string", + "description": "Specify the minimum value to show on the Y-axis.\n" + }, + "scale": { + "type": "string", + "description": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.\n" + } + }, + "type": "object" + }, + "datadog:index/DashboardWidgetDistributionDefinitionYaxis:DashboardWidgetDistributionDefinitionYaxis": { + "properties": { + "includeZero": { + "type": "boolean", + "description": "Always include zero or fit the axis to the data range.\n" + }, + "label": { + "type": "string", + "description": "The label of the axis to display on the graph.\n" + }, + "max": { + "type": "string", + "description": "Specify the maximum value to show on the Y-axis.\n" + }, + "min": { + "type": "string", + "description": "Specify the minimum value to show on the Y-axis.\n" + }, + "scale": { + "type": "string", + "description": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.\n" + } + }, + "type": "object" + }, "datadog:index/DashboardWidgetEventStreamDefinition:DashboardWidgetEventStreamDefinition": { "properties": { "eventSize": { @@ -3770,7 +3839,7 @@ "properties": { "dataSource": { "type": "string", - "description": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`.\n" + "description": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n" }, "eventSize": { "type": "string", @@ -14511,6 +14580,14 @@ "titleSize": { "type": "string", "description": "The size of the widget's title (defaults to 16).\n" + }, + "xaxis": { + "$ref": "#/types/datadog:index/PowerpackWidgetDistributionDefinitionXaxis:PowerpackWidgetDistributionDefinitionXaxis", + "description": "A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.\n" + }, + "yaxis": { + "$ref": "#/types/datadog:index/PowerpackWidgetDistributionDefinitionYaxis:PowerpackWidgetDistributionDefinitionYaxis", + "description": "A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.\n" } }, "type": "object" @@ -15102,6 +15179,52 @@ }, "type": "object" }, + "datadog:index/PowerpackWidgetDistributionDefinitionXaxis:PowerpackWidgetDistributionDefinitionXaxis": { + "properties": { + "includeZero": { + "type": "boolean", + "description": "Always include zero or fit the axis to the data range.\n" + }, + "max": { + "type": "string", + "description": "Specify the maximum value to show on the Y-axis.\n" + }, + "min": { + "type": "string", + "description": "Specify the minimum value to show on the Y-axis.\n" + }, + "scale": { + "type": "string", + "description": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.\n" + } + }, + "type": "object" + }, + "datadog:index/PowerpackWidgetDistributionDefinitionYaxis:PowerpackWidgetDistributionDefinitionYaxis": { + "properties": { + "includeZero": { + "type": "boolean", + "description": "Always include zero or fit the axis to the data range.\n" + }, + "label": { + "type": "string", + "description": "The label of the axis to display on the graph.\n" + }, + "max": { + "type": "string", + "description": "Specify the maximum value to show on the Y-axis.\n" + }, + "min": { + "type": "string", + "description": "Specify the minimum value to show on the Y-axis.\n" + }, + "scale": { + "type": "string", + "description": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`.\n" + } + }, + "type": "object" + }, "datadog:index/PowerpackWidgetEventStreamDefinition:PowerpackWidgetEventStreamDefinition": { "properties": { "eventSize": { @@ -18508,7 +18631,7 @@ "properties": { "dataSource": { "type": "string", - "description": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`.\n" + "description": "Source from which to query items to display in the stream. Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n" }, "eventSize": { "type": "string", @@ -28321,7 +28444,7 @@ "items": { "type": "string" }, - "description": "An array of principals. A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role` and `org`. The org ID can be obtained through the api/v2/users API.\n" + "description": "An array of principals. A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role`, `team`, `user`, and `org`. Org ID can be obtained using a `GET /api/v2/current_user` API request. Find it in the `data.relationships.org.data.id` field.\n" }, "relation": { "type": "string", @@ -28664,6 +28787,38 @@ "expression" ] }, + "datadog:index/SecurityMonitoringRuleReferenceTable:SecurityMonitoringRuleReferenceTable": { + "properties": { + "checkPresence": { + "type": "boolean", + "description": "Whether to include or exclude logs that match the reference table.\n" + }, + "columnName": { + "type": "string", + "description": "The name of the column in the reference table.\n" + }, + "logFieldPath": { + "type": "string", + "description": "The field in the log that should be matched against the reference table.\n" + }, + "ruleQueryName": { + "type": "string", + "description": "The name of the query to filter.\n" + }, + "tableName": { + "type": "string", + "description": "The name of the reference table.\n" + } + }, + "type": "object", + "required": [ + "checkPresence", + "columnName", + "logFieldPath", + "ruleQueryName", + "tableName" + ] + }, "datadog:index/SecurityMonitoringRuleSignalQuery:SecurityMonitoringRuleSignalQuery": { "properties": { "aggregation": { @@ -31254,6 +31409,13 @@ }, "description": "Queries for selecting logs which are part of the rule.\n" }, + "referenceTables": { + "type": "array", + "items": { + "$ref": "#/types/datadog:index/getSecurityMonitoringRulesRuleReferenceTable:getSecurityMonitoringRulesRuleReferenceTable" + }, + "description": "Reference tables for filtering query results.\n" + }, "signalQueries": { "type": "array", "items": { @@ -31562,6 +31724,43 @@ } } }, + "datadog:index/getSecurityMonitoringRulesRuleReferenceTable:getSecurityMonitoringRulesRuleReferenceTable": { + "properties": { + "checkPresence": { + "type": "boolean", + "description": "Whether to include or exclude logs that match the reference table.\n" + }, + "columnName": { + "type": "string", + "description": "The name of the column in the reference table.\n" + }, + "logFieldPath": { + "type": "string", + "description": "The field in the log that should be matched against the reference table.\n" + }, + "ruleQueryName": { + "type": "string", + "description": "The name of the query to filter.\n" + }, + "tableName": { + "type": "string", + "description": "The name of the reference table.\n" + } + }, + "type": "object", + "required": [ + "checkPresence", + "columnName", + "logFieldPath", + "ruleQueryName", + "tableName" + ], + "language": { + "nodejs": { + "requiredInputs": [] + } + } + }, "datadog:index/getSecurityMonitoringRulesRuleSignalQuery:getSecurityMonitoringRulesRuleSignalQuery": { "properties": { "aggregation": { @@ -32511,11 +32710,19 @@ "name": { "type": "string", "description": "The name of the Cloudflare account.\n" + }, + "resources": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An allowlist of resources to restrict pulling metrics for including `web`, `dns`, `lb` (load balancer), `worker`)\n" } }, "required": [ "apiKey", - "name" + "name", + "resources" ], "inputProperties": { "apiKey": { @@ -32530,6 +32737,13 @@ "name": { "type": "string", "description": "The name of the Cloudflare account.\n" + }, + "resources": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An allowlist of resources to restrict pulling metrics for including `web`, `dns`, `lb` (load balancer), `worker`)\n" } }, "requiredInputs": [ @@ -32551,6 +32765,13 @@ "name": { "type": "string", "description": "The name of the Cloudflare account.\n" + }, + "resources": { + "type": "array", + "items": { + "type": "string" + }, + "description": "An allowlist of resources to restrict pulling metrics for including `web`, `dns`, `lb` (load balancer), `worker`)\n" } }, "type": "object" @@ -32840,6 +33061,13 @@ "type": "string", "description": "Your ID found in your JSON service account key.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "cspmResourceCollectionEnabled": { "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.\n" @@ -32848,6 +33076,10 @@ "type": "string", "description": "Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to `\"\"`.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" @@ -32876,6 +33108,7 @@ "clientId", "cspmResourceCollectionEnabled", "hostFilters", + "isResourceChangeCollectionEnabled", "isSecurityCommandCenterEnabled", "privateKey", "privateKeyId", @@ -32895,6 +33128,13 @@ "type": "string", "description": "Your ID found in your JSON service account key.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "cspmResourceCollectionEnabled": { "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.\n" @@ -32903,6 +33143,10 @@ "type": "string", "description": "Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to `\"\"`.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" @@ -32947,6 +33191,13 @@ "type": "string", "description": "Your ID found in your JSON service account key.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "cspmResourceCollectionEnabled": { "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.\n" @@ -32955,6 +33206,10 @@ "type": "string", "description": "Limit the GCE instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. Defaults to `\"\"`.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" @@ -32998,6 +33253,13 @@ "type": "string", "description": "Your service account email address.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "delegateAccountEmail": { "type": "string", "description": "Datadog's STS Delegate Email.\n" @@ -33013,10 +33275,21 @@ "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" }, + "metricNamespaceConfigs": { + "type": "array", + "items": { + "$ref": "#/types/datadog:gcp/IntegrationStsMetricNamespaceConfig:IntegrationStsMetricNamespaceConfig" + }, + "description": "Configuration for a GCP metric namespace.\n" + }, "resourceCollectionEnabled": { "type": "boolean", "description": "When enabled, Datadog scans for all resources in your GCP environment.\n" @@ -33027,6 +33300,7 @@ "clientEmail", "delegateAccountEmail", "isCspmEnabled", + "isResourceChangeCollectionEnabled", "isSecurityCommandCenterEnabled", "resourceCollectionEnabled" ], @@ -33046,6 +33320,13 @@ "type": "string", "description": "Your service account email address.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "hostFilters": { "type": "array", "items": { @@ -33057,10 +33338,21 @@ "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" }, + "metricNamespaceConfigs": { + "type": "array", + "items": { + "$ref": "#/types/datadog:gcp/IntegrationStsMetricNamespaceConfig:IntegrationStsMetricNamespaceConfig" + }, + "description": "Configuration for a GCP metric namespace.\n" + }, "resourceCollectionEnabled": { "type": "boolean", "description": "When enabled, Datadog scans for all resources in your GCP environment.\n" @@ -33087,6 +33379,13 @@ "type": "string", "description": "Your service account email address.\n" }, + "cloudRunRevisionFilters": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Tags to filter which Cloud Run revisions are imported into Datadog. Only revisions that meet specified criteria are monitored.\n" + }, "delegateAccountEmail": { "type": "string", "description": "Datadog's STS Delegate Email.\n" @@ -33102,10 +33401,21 @@ "type": "boolean", "description": "Whether Datadog collects cloud security posture management resources from your GCP project. If enabled, requires `resource_collection_enabled` to also be enabled.\n" }, + "isResourceChangeCollectionEnabled": { + "type": "boolean", + "description": "When enabled, Datadog scans for all resource change data in your Google Cloud environment.\n" + }, "isSecurityCommandCenterEnabled": { "type": "boolean", "description": "When enabled, Datadog will attempt to collect Security Command Center Findings. Note: This requires additional permissions on the service account. Defaults to `false`.\n" }, + "metricNamespaceConfigs": { + "type": "array", + "items": { + "$ref": "#/types/datadog:gcp/IntegrationStsMetricNamespaceConfig:IntegrationStsMetricNamespaceConfig" + }, + "description": "Configuration for a GCP metric namespace.\n" + }, "resourceCollectionEnabled": { "type": "boolean", "description": "When enabled, Datadog scans for all resources in your GCP environment.\n" @@ -36844,6 +37154,13 @@ }, "description": "Queries for selecting logs which are part of the rule.\n" }, + "referenceTables": { + "type": "array", + "items": { + "$ref": "#/types/datadog:index/SecurityMonitoringRuleReferenceTable:SecurityMonitoringRuleReferenceTable" + }, + "description": "Reference tables for filtering query results.\n" + }, "signalQueries": { "type": "array", "items": { @@ -36920,6 +37237,13 @@ }, "description": "Queries for selecting logs which are part of the rule.\n" }, + "referenceTables": { + "type": "array", + "items": { + "$ref": "#/types/datadog:index/SecurityMonitoringRuleReferenceTable:SecurityMonitoringRuleReferenceTable" + }, + "description": "Reference tables for filtering query results.\n" + }, "signalQueries": { "type": "array", "items": { @@ -36998,6 +37322,13 @@ }, "description": "Queries for selecting logs which are part of the rule.\n" }, + "referenceTables": { + "type": "array", + "items": { + "$ref": "#/types/datadog:index/SecurityMonitoringRuleReferenceTable:SecurityMonitoringRuleReferenceTable" + }, + "description": "Reference tables for filtering query results.\n" + }, "signalQueries": { "type": "array", "items": { @@ -38505,7 +38836,7 @@ }, "type": { "type": "string", - "description": "Synthetics test type. Valid values are `api`, `browser`.\n" + "description": "Synthetics test type. Valid values are `api`, `browser`, `mobile`.\n" }, "variablesFromScript": { "type": "string", @@ -38649,7 +38980,7 @@ }, "type": { "type": "string", - "description": "Synthetics test type. Valid values are `api`, `browser`.\n" + "description": "Synthetics test type. Valid values are `api`, `browser`, `mobile`.\n" }, "variablesFromScript": { "type": "string", @@ -38798,7 +39129,7 @@ }, "type": { "type": "string", - "description": "Synthetics test type. Valid values are `api`, `browser`.\n" + "description": "Synthetics test type. Valid values are `api`, `browser`, `mobile`.\n" }, "variablesFromScript": { "type": "string", diff --git a/provider/go.mod b/provider/go.mod index 97bd46720..44ace2e48 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -38,7 +38,7 @@ require ( github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect github.com/BurntSushi/toml v1.2.1 // indirect - github.com/DataDog/datadog-api-client-go/v2 v2.31.0 // indirect + github.com/DataDog/datadog-api-client-go/v2 v2.32.0 // indirect github.com/DataDog/zstd v1.5.2 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver v1.5.0 // indirect diff --git a/provider/go.sum b/provider/go.sum index aeccfbfb7..c6ce78565 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -1167,8 +1167,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak= github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/DataDog/datadog-api-client-go/v2 v2.31.0 h1:JfJhYlHfLzvauI8u6h23smTooWYe6quNhhg9gpTszWY= -github.com/DataDog/datadog-api-client-go/v2 v2.31.0/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U= +github.com/DataDog/datadog-api-client-go/v2 v2.32.0 h1:9k6iYm/d5ycCMYainCfTOixnwgrO87b2iTmgU/12GOk= +github.com/DataDog/datadog-api-client-go/v2 v2.32.0/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U= github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8= github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw= github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM= diff --git a/upstream b/upstream index e8cfa3a80..20a2aee82 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit e8cfa3a804408c95a495a90837c0ec763cacc8f2 +Subproject commit 20a2aee827159c57831dd1fe9e3a5c6b7d8e60d8