Filetranspiler Versions Save

Creates an update Ignition json file with additions from a fake root.

1.1.3

3 years ago

For a full list of changes in this release run git log 1.1.2..1.1.3.

If you find a bug please open up an issue with as much information as possible.

Bugfixes:

  • Separate mime type and encoding
  • Overwrite if a file path in a provided ignition config if it also exists in the fakeroot

Enhancements:

  • Makefile: Add get-validator for downloading ignition-validate
  • Add validation test via ignition-validate and test overwrite logic
  • Add container make target

1.1.2

4 years ago
  • README.md: Add requirements for running directly
  • filetranspile: Support base64 encoded file
  • Add python3-magic to doc and container

1.1.1

4 years ago
  • Add python3-yaml to Dockerfile
  • Remove f-string usage to allow for older versions of Python 3

1.1.0

4 years ago
  • add option to output yaml
  • Support dereferencing symlinks
  • Add support for symbolic links
  • filetranspile: Support v2 and v3 specs for files
  • README.md: Minor tweaks
  • Support not specifying "base" Ignition file
  • De-indent code
  • Add '}' to make a sane README.md example