You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's just convert version: "2" to version: "2.1" whenever we can.
Oh, yeah, if you want me to look at PRs and I don't respond in a day or two, feel free to ping me again. The only way I see cage PRs this month is if they show up on GitHub notifications, and you should feel free to abuse them. :-)
@dkastner@roman-biqmind Does anybody know the current state of any PRs associated with this? I'd like to take another look and see if there's anything I can merge. Thank you!
At this point, we're using version: 2.4 as our internal version, and we're applying JSON validation on output using the official schemas from docker-compose. But we're outputting version: "2", and we should really output version: "2.4".
Example project:
When I run
cage up
I get:Looking at
/foo/.cage/pods/db.yml
, I see that it's configured withversion: "2"
.Expected:
/foo/.cage/pods/db.yml
should haveversion: "2.1"
My hunch is that cage is creating an empty
compose_yml::v2::File
which gets a default version of"2"
: https://github.com/emk/compose_yml/blob/b660f32fd4579a7e90526b51e0b97456b0b23c3e/src/v2/file.rs#L102The text was updated successfully, but these errors were encountered: