Skip to content

Commit a1c239c

Browse files
chore(updater): bump pkg/dist/*.yml (2025-07-23) (#342)
Co-authored-by: GitHub <[email protected]>
1 parent c4b4840 commit a1c239c

File tree

2 files changed

+21
-69
lines changed

2 files changed

+21
-69
lines changed

pkg/dist/integration_endpoint_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ external_postgresql:
557557
_secure: true
558558
ssl_mode:
559559
title: SSL Mode
560-
description: SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services.
560+
description: SSL mode to use for the connection. Please note that Aiven requires TLS for all connections to external PostgreSQL services.
561561
type: string
562562
default: verify-full
563563
enum:

pkg/dist/service_types.yml

Lines changed: 20 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -465,9 +465,7 @@ alloydbomni:
465465
- value: write
466466
log_catalog:
467467
title: Log Catalog
468-
description: |-
469-
Specifies that session logging should be enabled in the case where all relations
470-
in a statement are in pg_catalog.
468+
description: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog.
471469
type: boolean
472470
default: true
473471
log_client:
@@ -492,18 +490,14 @@ alloydbomni:
492490
- value: warning
493491
log_max_string_length:
494492
title: Log Max String Length
495-
description: |-
496-
Crop parameters representation and whole statements if they exceed this threshold.
497-
A (default) value of -1 disable the truncation.
493+
description: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
498494
type: integer
499495
default: "-1"
500496
minimum: -1
501497
maximum: 102400
502498
log_nested_statements:
503499
title: Log Nested Statements
504-
description: |-
505-
This GUC allows to turn off logging nested statements, that is, statements that are
506-
executed as part of another ExecutorRun.
500+
description: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
507501
type: boolean
508502
default: true
509503
log_parameter:
@@ -513,16 +507,12 @@ alloydbomni:
513507
default: false
514508
log_parameter_max_size:
515509
title: Log Parameter Max Size
516-
description: |-
517-
Specifies that parameter values longer than this setting (in bytes) should not be logged,
518-
but replaced with <long param suppressed>.
510+
description: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
519511
type: integer
520512
default: "0"
521513
log_relation:
522514
title: Log Relation
523-
description: |-
524-
Specifies whether session audit logging should create a separate log entry
525-
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
515+
description: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
526516
type: boolean
527517
default: false
528518
log_rows:
@@ -536,9 +526,7 @@ alloydbomni:
536526
default: true
537527
log_statement_once:
538528
title: Log Statement Once
539-
description: |-
540-
Specifies whether logging will include the statement text and parameters with
541-
the first log entry for a statement/substatement combination or with every entry.
529+
description: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
542530
type: boolean
543531
default: false
544532
role:
@@ -2620,7 +2608,7 @@ kafka:
26202608
- value: read_uncommitted
26212609
consumer_max_partition_fetch_bytes:
26222610
title: The maximum amount of data per-partition the server will return.
2623-
description: 'Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. '
2611+
description: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
26242612
type: integer
26252613
minimum: 1.048576e+06
26262614
maximum: 1.048576e+08
@@ -3186,7 +3174,7 @@ kafka_connect:
31863174
- value: read_uncommitted
31873175
consumer_max_partition_fetch_bytes:
31883176
title: The maximum amount of data per-partition the server will return.
3189-
description: 'Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress. '
3177+
description: Records are fetched in batches by the consumer.If the first record batch in the first non-empty partition of the fetch is larger than this limit, the batch will still be returned to ensure that the consumer can make progress.
31903178
type: integer
31913179
minimum: 1.048576e+06
31923180
maximum: 1.048576e+08
@@ -5489,43 +5477,25 @@ opensearch:
54895477
type: boolean
54905478
enforced:
54915479
title: Run shard indexing backpressure in shadow mode or enforced mode
5492-
description: |-
5493-
Run shard indexing backpressure in shadow mode or enforced mode.
5494-
In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics,
5495-
but it doesn’t actually reject any indexing requests.
5496-
In enforced mode (value set as true),
5497-
shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance.
5498-
Default is false
5480+
description: Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as false), shard indexing backpressure tracks all granular-level metrics, but it doesn’t actually reject any indexing requests. In enforced mode (value set as true), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. Default is false
54995481
type: boolean
55005482
operating_factor:
55015483
title: Operating factor
55025484
type: object
55035485
properties:
55045486
lower:
55055487
title: Lower occupancy limit of the allocated quota of memory for the shard
5506-
description: |-
5507-
Specify the lower occupancy limit of the allocated quota of memory for the shard.
5508-
If the total memory usage of a shard is below this limit,
5509-
shard indexing backpressure decreases the current allocated memory for that shard.
5510-
Default is 0.75
5488+
description: Specify the lower occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is below this limit, shard indexing backpressure decreases the current allocated memory for that shard. Default is 0.75
55115489
type: number
55125490
minimum: 0
55135491
optimal:
55145492
title: Optimal occupancy of the allocated quota of memory for the shard
5515-
description: |-
5516-
Specify the optimal occupancy of the allocated quota of memory for the shard.
5517-
If the total memory usage of a shard is at this level,
5518-
shard indexing backpressure doesn’t change the current allocated memory for that shard.
5519-
Default is 0.85
5493+
description: Specify the optimal occupancy of the allocated quota of memory for the shard. If the total memory usage of a shard is at this level, shard indexing backpressure doesn’t change the current allocated memory for that shard. Default is 0.85
55205494
type: number
55215495
minimum: 0
55225496
upper:
55235497
title: Upper occupancy limit of the allocated quota of memory for the shard
5524-
description: |-
5525-
Specify the upper occupancy limit of the allocated quota of memory for the shard.
5526-
If the total memory usage of a shard is above this limit,
5527-
shard indexing backpressure increases the current allocated memory for that shard.
5528-
Default is 0.95
5498+
description: Specify the upper occupancy limit of the allocated quota of memory for the shard. If the total memory usage of a shard is above this limit, shard indexing backpressure increases the current allocated memory for that shard. Default is 0.95
55295499
type: number
55305500
minimum: 0
55315501
primary_parameter:
@@ -5537,21 +5507,15 @@ opensearch:
55375507
properties:
55385508
soft_limit:
55395509
title: Node soft limit
5540-
description: |-
5541-
Define the percentage of the node-level memory
5542-
threshold that acts as a soft indicator for strain on a node.
5543-
Default is 0.7
5510+
description: Define the percentage of the node-level memory threshold that acts as a soft indicator for strain on a node. Default is 0.7
55445511
type: number
55455512
minimum: 0
55465513
shard:
55475514
type: object
55485515
properties:
55495516
min_limit:
55505517
title: Shard min limit
5551-
description: |-
5552-
Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica).
5553-
Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard.
5554-
Default is 0.001
5518+
description: Specify the minimum assigned quota for a new shard in any role (coordinator, primary, or replica). Shard indexing backpressure increases or decreases this allocated quota based on the inflow of traffic for the shard. Default is 0.001
55555519
type: number
55565520
minimum: 0
55575521
thread_pool_analyze_queue_size:
@@ -6452,9 +6416,7 @@ pg:
64526416
- value: write
64536417
log_catalog:
64546418
title: Log Catalog
6455-
description: |-
6456-
Specifies that session logging should be enabled in the case where all relations
6457-
in a statement are in pg_catalog.
6419+
description: Specifies that session logging should be enabled in the case where all relations in a statement are in pg_catalog.
64586420
type: boolean
64596421
default: true
64606422
log_client:
@@ -6479,18 +6441,14 @@ pg:
64796441
- value: warning
64806442
log_max_string_length:
64816443
title: Log Max String Length
6482-
description: |-
6483-
Crop parameters representation and whole statements if they exceed this threshold.
6484-
A (default) value of -1 disable the truncation.
6444+
description: Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation.
64856445
type: integer
64866446
default: "-1"
64876447
minimum: -1
64886448
maximum: 102400
64896449
log_nested_statements:
64906450
title: Log Nested Statements
6491-
description: |-
6492-
This GUC allows to turn off logging nested statements, that is, statements that are
6493-
executed as part of another ExecutorRun.
6451+
description: This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun.
64946452
type: boolean
64956453
default: true
64966454
log_parameter:
@@ -6500,16 +6458,12 @@ pg:
65006458
default: false
65016459
log_parameter_max_size:
65026460
title: Log Parameter Max Size
6503-
description: |-
6504-
Specifies that parameter values longer than this setting (in bytes) should not be logged,
6505-
but replaced with <long param suppressed>.
6461+
description: Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>.
65066462
type: integer
65076463
default: "0"
65086464
log_relation:
65096465
title: Log Relation
6510-
description: |-
6511-
Specifies whether session audit logging should create a separate log entry
6512-
for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
6466+
description: Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement.
65136467
type: boolean
65146468
default: false
65156469
log_rows:
@@ -6523,9 +6477,7 @@ pg:
65236477
default: true
65246478
log_statement_once:
65256479
title: Log Statement Once
6526-
description: |-
6527-
Specifies whether logging will include the statement text and parameters with
6528-
the first log entry for a statement/substatement combination or with every entry.
6480+
description: Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry.
65296481
type: boolean
65306482
default: false
65316483
role:

0 commit comments

Comments
 (0)