Skip to content

Releases: elmiko/camgi.rs

version 0.10.0

12 Jul 18:48
v0.10.0
Compare
Choose a tag to compare

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

14 Jun 15:32
Compare
Choose a tag to compare

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

11 Nov 15:54
v0.8.1
Compare
Choose a tag to compare

Changes

  • prepend camgi- to the title in the generated output

version 0.8.0

21 Oct 21:42
v0.8.0
Compare
Choose a tag to compare

Changes

  • add support for reading tar files directly
  • add BareMetalHost resources to output
  • add ControlPlaneMachineSet resources to output
  • convert a tags to button tags to help with embedding

version 0.7.2

01 Aug 13:16
v0.7.2
Compare
Choose a tag to compare

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

06 May 20:49
Compare
Choose a tag to compare

fixes a bug in the html module where the Machine API pods were replicated into the Machine Config.

version 0.7.0

30 Apr 02:37
Compare
Choose a tag to compare

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.