Releases: elmiko/camgi.rs
Releases · elmiko/camgi.rs
version 0.10.0
this release adds new features and cleanups
- Condition badges are shown for ClusterOperators
- Managed fields are removed from YAML manifests
- Log files limited to last 100 lines to reduce HTML file size and improve performance
- Migrate to yaml-rust2 crate
- Updated test artifacts
- Updated documentation
- Clippy based cleanups to code
version 0.9.0
this release adds a few new features and some cleanups
- ClusterOperators added, showing warnings when there is a false Upgradeable condition, and error when there is false Available condition or true Degraded condition.
- Cloud Controller Managers added
- Cloud Controller Manager Operator added
- Platform Type added to summary page
- html-designer cleaned up and moved to src directory
version 0.8.1
Changes
- prepend
camgi-
to the title in the generated output
version 0.8.0
Changes
- add support for reading tar files directly
- add BareMetalHost resources to output
- add ControlPlaneMachineSet resources to output
- convert
a
tags tobutton
tags to help with embedding
version 0.7.2
Changelog
- fix issue with similar named accordion folds opening together, see #13
- removed managedFields entry from yaml metadata
- added release docs
version 0.7.1
fixes a bug in the html module where the Machine API pods were replicated into the Machine Config.
version 0.7.0
This is the initial release of the Rust version. It is starting at version 0.7.0 to indicate continued development from the Python version.