avionix

A Python package for building helm charts and Kubernetes templates in an object oriented fashion

BSD-3-CLAUSE License

Downloads
31.3K
Stars
76
Committers
3

Bot releases are hidden (Show)

avionix - Fixes and security update Latest Release

Published by zbrookle over 3 years ago

  • Bug fix for missing CrossObjectReference parameter
  • Increase PyYaml dependency version to account for security vulnerability in package
avionix - Incorrect setup.py

Published by zbrookle about 4 years ago

There was a missing setting in the setup.py preventing the py.typed file from being present

avionix - Typing adds

Published by zbrookle about 4 years ago

No functionality is changed in this release. Mypy was previously not recognizing types due to missing py.typed files (my bad)

avionix - Minor bug fixes

Published by zbrookle about 4 years ago

  • Fixes bug caused by last version - installing two charts from same repo when the repo hasn't already been added
  • Fixes bug occurring when no values are passed to chart dependency
avionix - Update to work with latest helm

Published by zbrookle about 4 years ago

In latest helm release, chart repos cannot be added if they have already been added once. This fixes that bug

avionix - Support for values.yaml

Published by zbrookle about 4 years ago

In this release, there are some minor bug fixes as well as added support for values.yaml! This means you can now publish a chart generated by Avionix on helm hub or distribute it as you would a normal helm chart

avionix - BUG: Fix is_installed

Published by zbrookle about 4 years ago

avionix - Enhancements and improved helm support

Published by zbrookle about 4 years ago

You can now pass in arguments to helm upgrade, install, and uninstall. There is also now documentation at readthedocs

avionix - Chart installation

Published by zbrookle over 4 years ago

Charts can now be directly installed onto Kubernetes clusters

avionix - Initial release

Published by zbrookle over 4 years ago

First release of avionix