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

Support for YAML v1.1 and 1.2 #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aviadhahami
Copy link

@aviadhahami aviadhahami commented Jan 9, 2023

TLDR

Adding support for YAML v1.1 and v1.2

Desc

currently, CF validates its own YAML schema at version 1.0, but by stating version: 1.0 at the top of the YAML users are bound to YAML version of 1.0, which is >6 years old.

My change allows to YAML 1.1 and 1.2 to be used with the CF system while still conforming the internal YAML struct to CF's restrictions

This is wrt to #159

Currently CF validates YAMLs according to their schema at version 1;
That being said, it forces all YAML features to stick to v1, which is old and lacks many features (like variables)
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