Add butane schemas for CoreOS and Flatcar#698
Conversation
5ee405d to
b57a0ae
Compare
e944247 to
c684976
Compare
travier
left a comment
There was a problem hiding this comment.
I had wished that those could be generated but in the meantime it's OK to include what we have an we'll see how to automate later. Thanks for pushing those :)
| @@ -0,0 +1,149 @@ | |||
| { | |||
There was a problem hiding this comment.
Hum, what are those fort? If it's for an experimental version then it should be under there?
There was a problem hiding this comment.
This file is used for dev/local purpose
It's called by the dev.bu file to test local things, without that we should create a "how to contribute" file with this sample
[edit] It's essentially called by *.bu files in directories e.g. fcos/v1.7.0/1.7.0.bu for validation
I also have in my repo a github action that validate *.bu files and json files
dev.bu dropped as useless
[edit] I added an updated version of the github action that validate schemas ... don't really know how to test it without merging it 😕
| ## List of clients that use uses the Red hat YAML extension | ||
|
|
||
| [some known clients consuming Red hat YAML extension](https://github.com/redhat-developer/yaml-language-server?tab=readme-ov-file#clients) |
There was a problem hiding this comment.
Can you clarify why we need this?
There was a problem hiding this comment.
It's informative only ... can be dropped, or not
Yes, that could be a great step, sure AI can do things based on spec files ... |
45999de to
3a596c7
Compare
3a596c7 to
ebd13b6
Compare
Json schemas are wildly used in IDEs to help anyone that use yaml or json files to write configs
see : coreos/fedora-coreos-tracker#2074
For now, files schemas are set to
https://coreos.github.io/butane/schemas/**depending where the files will be hosted when merged ;)