Skip to content

Commit ea52d0f

Browse files
committed
Fix entries in app/_data/version_errors_konnect.yml
We can't have double quotes inside descriptions or resolutions, each line of the string gets parsed as yaml, so double quotes end up being invalid.
1 parent 18b895f commit ea52d0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/_data/version_errors_konnect.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3267,9 +3267,9 @@ messages:
32673267
support these fields. Plugin features that rely on these fields are not working
32683268
as intended.
32693269
Resolution: |
3270-
Please set the "enforce_latest_offset_reset" field to false.
3270+
Please set the `enforce_latest_offset_reset` field to false.
32713271
DocumentationURL: |
3272-
3272+
32733273
- ID: D443
32743274
Severity: error
32753275
Description: |
@@ -3278,9 +3278,9 @@ messages:
32783278
not support these fields. Plugin features that rely on these fields are not
32793279
working as intended.
32803280
Resolution: |
3281-
Please set the "enforce_latest_offset_reset" field to false.
3281+
Please set the `enforce_latest_offset_reset` field to false.
32823282
DocumentationURL: |
3283-
3283+
32843284
- ID: D444
32853285
Severity: error
32863286
Description: |
@@ -3290,9 +3290,9 @@ messages:
32903290
3.11.0.5, or >= 3.12.0.0 and < 3.12.0.1. The field has been removed in the data
32913291
plane node.
32923292
Resolution: |
3293-
Please set the "decrease_by_fractions_in_redis" field to false.
3293+
Please set the `decrease_by_fractions_in_redis` field to false.
32943294
DocumentationURL: |
3295-
3295+
32963296
- ID: D447
32973297
Severity: error
32983298
Description: |
@@ -6077,11 +6077,11 @@ messages:
60776077
`3.7.1.5` or above for the 3.7.x series, 3.8.1.1 or above for the 3.8.x series,
60786078
3.9.1.0 or above for the 3.9.x series or newer than `3.10.0.0`.
60796079
DocumentationURL: |
6080-
6080+
60816081
- ID: P999
60826082
Severity: warning
60836083
Description: |
6084-
For one or more of the following plugins `acme`, rate-limiting`, and
6084+
For one or more of the following plugins `acme`, `rate-limiting`, and
60856085
`response-ratelimiting`, instance(s) have been configured with both redis-ce
60866086
partial(s) and old redis fields. These two sets of redis fields have conflicting
60876087
values. The old redis fields have been updated with values from the partials in

0 commit comments

Comments
 (0)