All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.15 - 2020-05-29
- Specifically excluded
10.1.0
from acceptable versions of ourkubernetes
dependency (#25)
1.2.14 - 2019-11-29
- Support for custom Kubernetes resources (#23)
1.2.13 - 2019-10-29
- Move away from deprecated Kubernetes API; switch from
extensions/v1beta1
toapps/v1
for Deployment definitions. - Switch from
extensions/v1beta1
tonetworking.k8s.io/v1beta1
for Ingress definitions.
1.2.12 - 2019-05-22
- Don't build tag branches in CI.
1.2.11 - 2019-05-21
- Documentation for first-time use
- README converted to RST format (README.rst)
- README linting
- README.md
1.2.10 - 2019-05-21
- Failing Read The Docs build.
1.2.9 - 2019-05-21
- CI script for checking if the version number has been updated.
1.2.8 - 2019-05-20
- Initial Sphinx documentation in RST format.
make docs
command to build docs.
- CONTRIBUTING.md now points to hosted Sphinx docs.
1.2.7 - 2019-05-17
- Alignment of badges in README.
1.2.6 - 2019-05-17
- Added badges to README.
- Publish code coverage after build.
- Removed redundant
delivery.yaml
file.
1.2.5 - 2019-05-16
- Change the configuration of Zappr to comply with the Rules of Play.
1.2.4 - 2019-05-10
- Use Travis for CI.
1.2.3 - 2019-05-10
- Published to PyPI.
- Updated dependencies.
- Updated README to instruct downloading from PyPI instead of building locally.
- Missing PyYAML dependency.
1.1.0 - 2019-05-10
- Implemented
-v
/--version
option to show Zelt version. - This changelog.