Skip to content

Latest commit

 

History

History
136 lines (80 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

136 lines (80 loc) · 3.41 KB

Changelog

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

Fixed

  • Specifically excluded 10.1.0 from acceptable versions of our kubernetes dependency (#25)

1.2.14 - 2019-11-29

Added

  • Support for custom Kubernetes resources (#23)

1.2.13 - 2019-10-29

Fixed

  • Move away from deprecated Kubernetes API; switch from extensions/v1beta1 to apps/v1 for Deployment definitions.
  • Switch from extensions/v1beta1 to networking.k8s.io/v1beta1 for Ingress definitions.

1.2.12 - 2019-05-22

Fixed

  • Don't build tag branches in CI.

1.2.11 - 2019-05-21

Added

  • Documentation for first-time use
  • README converted to RST format (README.rst)
  • README linting

Removed

  • README.md

1.2.10 - 2019-05-21

Fixed

  • Failing Read The Docs build.

1.2.9 - 2019-05-21

Added

  • CI script for checking if the version number has been updated.

1.2.8 - 2019-05-20

Added

  • Initial Sphinx documentation in RST format.
  • make docs command to build docs.

Changed

  • CONTRIBUTING.md now points to hosted Sphinx docs.

1.2.7 - 2019-05-17

Changed

  • Alignment of badges in README.

1.2.6 - 2019-05-17

Added

  • Added badges to README.
  • Publish code coverage after build.

Removed

  • Removed redundant delivery.yaml file.

1.2.5 - 2019-05-16

Fixed

1.2.4 - 2019-05-10

Added

  • Use Travis for CI.

1.2.3 - 2019-05-10

Added

  • Published to PyPI.

Changed

  • Updated dependencies.
  • Updated README to instruct downloading from PyPI instead of building locally.

Fixed

  • Missing PyYAML dependency.

1.1.0 - 2019-05-10

Added

  • Implemented -v/--version option to show Zelt version.
  • This changelog.