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

Remove invalid KrakenD instances #56

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

jviotti
Copy link
Member

@jviotti jviotti commented Oct 1, 2024

If you take a look at the KrakenD schema we have right now, it enforces
the top-level version property as the integer 3:

...
    "version": {
      "title": "Version of this syntax",
      "description": "The syntax version tells KrakenD how to read this configuration. This is not the KrakenD version. Each KrakenD version is linked to a syntax version, and since KrakenD v2.0 the version must be `3`",
      "const": 3
    },
...

However, there are various instances here that are either version: 2
or version: "3" (as a string).

Signed-off-by: Juan Cruz Viotti [email protected]

If you take a look at the KrakenD schema we have right now, it enforces
the top-level `version` property as the integer 3:

```json
...
    "version": {
      "title": "Version of this syntax",
      "description": "The syntax version tells KrakenD how to read this configuration. This is not the KrakenD version. Each KrakenD version is linked to a syntax version, and since KrakenD v2.0 the version must be `3`",
      "const": 3
    },
...
```

However, there are various instances here that are either `version: 2`
or `version: "3"` (as a string).

Signed-off-by: Juan Cruz Viotti <[email protected]>
@jviotti jviotti merged commit 6f5e4c8 into main Oct 1, 2024
1 check passed
@jviotti jviotti deleted the krakend-invalid-version branch October 1, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant