From ef1b48ec09cae6d872e0d85da4b3d9393cac7001 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:44:57 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-09-09) (#183) Co-authored-by: GitHub --- pkg/dist/integration_types.yml | 3 +++ pkg/dist/service_types.yml | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/pkg/dist/integration_types.yml b/pkg/dist/integration_types.yml index 95742cf..09d950c 100644 --- a/pkg/dist/integration_types.yml +++ b/pkg/dist/integration_types.yml @@ -816,3 +816,6 @@ prometheus: rsyslog: title: Integration user config type: object +thanos_migrate: + title: Integration user config + type: object diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 5f7fb48..e09bc35 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -385,6 +385,7 @@ dragonfly: type: string max_length: 256 example: jjKk45Nnd + _secure: true port: title: Port number of the server where to migrate data from type: integer @@ -2650,6 +2651,7 @@ kafka: - value: "3.5" - value: "3.6" - value: "3.7" + - value: "3.8" letsencrypt_sasl_privatelink: title: Use Letsencrypt CA for Kafka SASL via Privatelink description: Use Letsencrypt CA for Kafka SASL via Privatelink @@ -3793,6 +3795,7 @@ mysql: type: string max_length: 256 example: jjKk45Nnd + _secure: true port: title: Port number of the server where to migrate data from type: integer @@ -4162,6 +4165,12 @@ opensearch: description: Defines the DNS suffix for Azure Storage endpoints. type: string pattern: ^[^\r\n]*$ + indices: + title: Indices to restore + description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. + type: string + pattern: ^([a-z0-9._-]+\*?)(,[a-z0-9._-]+\*?)*$ + example: metrics*,logs*,data-20240823 key: title: Account secret key description: Azure account secret key. One of key or sas_token should be specified @@ -4224,6 +4233,12 @@ opensearch: description: Google Cloud Storage credentials file content type: string pattern: ^[^\r\n]*$ + indices: + title: Indices to restore + description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. + type: string + pattern: ^([a-z0-9._-]+\*?)(,[a-z0-9._-]+\*?)*$ + example: metrics*,logs*,data-20240823 snapshot_name: title: The snapshot name to restore from description: The snapshot name to restore from @@ -4973,6 +4988,12 @@ opensearch: description: The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint type: string pattern: ^[^\r\n]*$ + indices: + title: Indices to restore + description: A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify. + type: string + pattern: ^([a-z0-9._-]+\*?)(,[a-z0-9._-]+\*?)*$ + example: metrics*,logs*,data-20240823 region: title: S3 region description: S3 region @@ -5086,6 +5107,8 @@ pg: type: object properties: additional_backup_regions: + is_deprecated: true + deprecation_notice: This property is deprecated. title: Additional Cloud Regions for Backup Replication type: array items: @@ -5206,6 +5229,7 @@ pg: type: string max_length: 256 example: jjKk45Nnd + _secure: true port: title: Port number of the server where to migrate data from type: integer @@ -6082,6 +6106,7 @@ redis: type: string max_length: 256 example: jjKk45Nnd + _secure: true port: title: Port number of the server where to migrate data from type: integer @@ -6476,6 +6501,7 @@ valkey: type: string max_length: 256 example: jjKk45Nnd + _secure: true port: title: Port number of the server where to migrate data from type: integer