Skip to content
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

[release_table] Add support for 'range' type #324

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Conversation

marcwrobel
Copy link
Member

This new type converts a comma-separated list of values into a range, only keeping the first and last value. For example, 1.0, 1.1, 1.2 becomes 1.0 - 1.2.

@marcwrobel marcwrobel added the enhancement New feature or request label Mar 3, 2024
This new type converts a comma-separated list of values into a range, only keeping the first and last value.
For example, '1.0, 1.1, 1.2' becomes '1.0 - 1.2'.
@marcwrobel marcwrobel merged commit e1e1274 into main Mar 3, 2024
1 of 2 checks passed
@marcwrobel marcwrobel deleted the istio-auto branch March 3, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant