Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-12-13) (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 13, 2024
1 parent 1e53e65 commit 7eee7e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ datadog:
datasource:
title: Integration user config
type: object
disaster_recovery:
title: Integration user config
type: object
external_aws_cloudwatch_logs:
title: Integration user config
type: object
Expand Down
10 changes: 7 additions & 3 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ flink:
deprecation_notice: This value is deprecated.
value: "1.16"
- value: "1.19"
- value: "1.20"
create_only: true
ip_filter:
title: IP filter
Expand Down Expand Up @@ -5201,7 +5202,11 @@ opensearch:
type: integer
default: "128"
minimum: 64
maximum: 2048
maximum: 4096
multiple_data_source_enabled:
title: Enable or disable multiple data sources in OpenSearch Dashboards
type: boolean
default: true
opensearch_request_timeout:
title: Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch
type: integer
Expand Down Expand Up @@ -5430,8 +5435,6 @@ 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 @@ -5962,6 +5965,7 @@ pg:
- value: "14"
- value: "15"
- value: "16"
- value: "17"
pgaudit:
is_deprecated: true
deprecation_notice: This property is deprecated.
Expand Down

0 comments on commit 7eee7e3

Please sign in to comment.