kratos.yml schema stopped updating from v1.3.0 #4558
Unanswered
mrantivirus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
I'm currently deploying the selfhosted kratos v25.4.0 and v26.2.0. I noticed when I add
version: v26.2.0to the config, the intellisense reportsValue must be "v1.3.0".Meaning, that it can't findhttps://raw.githubusercontent.com/ory/kratos/v26.2.0/.schemastore/config.schema.jsoneven-though it exists.After looking through the changes, I noticed that commit, 9c7def8, removes the CI step that updates
https://raw.githubusercontent.com/ory/kratos/master/.schema/version.schema.json. Since that commit was after the v1.3.0 release, it falls in line with why the schema validation only goes up to that version.I'm not sure why it was removed, but if we can get it put back, it would help making edits to my config much easier instead of trying to read the JSON manually.
Beta Was this translation helpful? Give feedback.
All reactions