From f43d2570bcd9f5ca50fef8ee5576c0cc7c193e2c Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 6 Nov 2024 03:06:03 +0000 Subject: [PATCH] chore(updater): bump pkg/dist/*.yml (2024-11-06) --- pkg/dist/integration_types.yml | 2 +- pkg/dist/service_types.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/dist/integration_types.yml b/pkg/dist/integration_types.yml index c30b505..1ba2fa2 100644 --- a/pkg/dist/integration_types.yml +++ b/pkg/dist/integration_types.yml @@ -553,7 +553,7 @@ kafka_mirrormaker: properties: consumer_auto_offset_reset: title: Set the auto.offset.reset to consumer. - description: 'Set where consumer starts to consume data. Value `earliest`: Start replication from the earliest offset. Value `latest`: Start replication from the latest offset. Default is `earliest`.' + description: 'Set where consumer starts to consume data. Value `earliest`: Start replication from the earliest offset. Value `latest`: Start replication from the latest offset. Default is `latest`.' type: - string - "null" diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index ef1be57..fd33f11 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -4500,6 +4500,11 @@ mysql: minimum: 600 maximum: 86400 example: "600" + enable_ipv6: + title: Enable IPv6 + description: Register AAAA DNS records for the service, and allow IPv6 packets to service ports + type: boolean + example: true ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'