Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updater): bump pkg/dist/*.yml (2024-09-09) #183

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,6 @@ prometheus:
rsyslog:
title: Integration user config
type: object
thanos_migrate:
title: Integration user config
type: object
26 changes: 26 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading