Skip to content

chore(updater): bump pkg/dist/*.yml (2024-11-06) #218

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

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions pkg/dist/service_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down