-
Notifications
You must be signed in to change notification settings - Fork 17
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
translate: downgrade translation from v35 to v34 #57
Conversation
114c67d
to
f46dc44
Compare
bb89cfa
to
22455e2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From first glance everything makes sense, I have a question, it might just be a copy pasta error, but want to verify.
22455e2
to
87662a5
Compare
Sorry that I am a little confused, is there any requirement / context that we should do the downgrade? |
If I remember correctly, this is used by the MCO to translate configs as needed to a version that will be understood by a node. |
87662a5
to
b4cb29a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding this, it lgtm.
In this task, we need to vendor the updates from Ignition's new spec and then implement downgrade logic to transition from version 35 to version 34 and add unit tests for it. For reference, you can check the example provided #41.