Skip to content

Commit bc73ad0

Browse files
chore(updater): bump pkg/dist/*.yml (2025-09-23) (#382)
Co-authored-by: GitHub <[email protected]>
1 parent f3f7368 commit bc73ad0

File tree

3 files changed

+65
-27
lines changed

3 files changed

+65
-27
lines changed

pkg/dist/integration_endpoint_types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ autoscaler:
2727
enum:
2828
- value: autoscale_disk
2929
max_items: 64
30+
autoscaler_service:
31+
title: Service autoscaler user config
32+
description: Service autoscaler user config. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team.
33+
type: object
3034
datadog:
3135
type: object
3236
required:

pkg/dist/integration_types.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
autoscaler:
22
title: Integration user config
33
type: object
4+
autoscaler_service:
5+
title: Service autoscaler user config
6+
type: object
7+
properties:
8+
autoscaling:
9+
title: ServiceAutoscalerIntegrationUserConfig
10+
description: Configure service autoscaling integration. This is an experimental api and subject to change. For further assistance, contact the Aiven support team mailto:[email protected] or your account team.
11+
type: object
12+
properties:
13+
max_plan:
14+
title: Max Plan
15+
type: string
16+
min_length: 3
17+
max_length: 64
18+
example: business-5
19+
min_plan:
20+
title: Min Plan
21+
type: string
22+
min_length: 3
23+
max_length: 64
24+
example: business-4
425
clickhouse_credentials:
526
title: Integration user config
627
type: object

pkg/dist/service_types.yml

Lines changed: 40 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2804,6 +2804,18 @@ kafka:
28042804
type: string
28052805
max_length: 256
28062806
_secure: true
2807+
kafka_diskless:
2808+
title: Kafka Diskless configuration values
2809+
type: object
2810+
required:
2811+
- enabled
2812+
properties:
2813+
enabled:
2814+
title: Enabled
2815+
description: Whether to enable the Diskless functionality
2816+
type: boolean
2817+
create_only: true
2818+
example: true
28072819
kafka_rest:
28082820
title: Enable Kafka-REST service
28092821
type: boolean
@@ -2944,6 +2956,7 @@ kafka:
29442956
value: "3.7"
29452957
- value: "3.8"
29462958
- value: "3.9"
2959+
- value: "4.0"
29472960
letsencrypt_sasl_privatelink:
29482961
title: Use Letsencrypt CA for Kafka SASL via Privatelink
29492962
description: Use Letsencrypt CA for Kafka SASL via Privatelink
@@ -4195,7 +4208,7 @@ mysql:
41954208
description: The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
41964209
type: integer
41974210
minimum: 1.048576e+06
4198-
maximum: 4.294967295e+09
4211+
maximum: 4.294967296e+09
41994212
example: "16777216"
42004213
innodb_online_alter_log_max_size:
42014214
title: innodb_online_alter_log_max_size
@@ -4551,29 +4564,22 @@ opensearch:
45514564
one_of:
45524565
- type: object
45534566
required:
4554-
- account
4567+
- access_key
4568+
- secret_key
45554569
properties:
4556-
account:
4557-
title: Account name
4558-
type: string
4559-
pattern: ^[^\r\n]*$
4560-
key:
4561-
title: Account secret key
4562-
description: Azure account secret key. One of key or sas_token should be specified
4570+
access_key:
4571+
title: AWS Access key
45634572
type: string
45644573
pattern: ^[^\r\n]*$
4565-
_secure: true
4566-
sas_token:
4567-
title: SAS token
4568-
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
4574+
account:
4575+
is_deprecated: true
4576+
deprecation_notice: This property is deprecated.
4577+
title: Account name
45694578
type: string
45704579
pattern: ^[^\r\n]*$
4571-
_secure: true
4572-
- type: object
4573-
required:
4574-
- credentials
4575-
properties:
45764580
credentials:
4581+
is_deprecated: true
4582+
deprecation_notice: This property is deprecated.
45774583
title: Google service account credentials map
45784584
type: object
45794585
required:
@@ -4639,15 +4645,22 @@ opensearch:
46394645
type: string
46404646
example: '{"universe_domain": "googleapis.com", ...'
46414647
_secure: true
4642-
- type: object
4643-
required:
4644-
- access_key
4645-
- secret_key
4646-
properties:
4647-
access_key:
4648-
title: AWS Access key
4648+
key:
4649+
is_deprecated: true
4650+
deprecation_notice: This property is deprecated.
4651+
title: Account secret key
4652+
description: Azure account secret key. One of key or sas_token should be specified
4653+
type: string
4654+
pattern: ^[^\r\n]*$
4655+
_secure: true
4656+
sas_token:
4657+
is_deprecated: true
4658+
deprecation_notice: This property is deprecated.
4659+
title: SAS token
4660+
description: A shared access signatures (SAS) token. One of key or sas_token should be specified
46494661
type: string
46504662
pattern: ^[^\r\n]*$
4663+
_secure: true
46514664
secret_key:
46524665
title: AWS secret key
46534666
description: AWS secret key
@@ -5311,9 +5324,9 @@ opensearch:
53115324
example: true
53125325
knn_memory_circuit_breaker_limit:
53135326
title: knn.memory.circuit_breaker.limit
5314-
description: Maximum amount of memory that can be used for KNN index. Defaults to 50% of the JVM heap size.
5327+
description: Maximum amount of memory in percentage that can be used for the KNN index. Defaults to 50% of the JVM heap size. 0 is used to set it to null which can be used to invalidate caches.
53155328
type: integer
5316-
minimum: 3
5329+
minimum: 0
53175330
maximum: 100
53185331
example: "50"
53195332
node.search.cache.size:

0 commit comments

Comments
 (0)