Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whs committed Sep 18, 2019
1 parent 17a3e9b commit 0d7d0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.4.1] - 2019-09-18
### Changed
- Bump pyyaml (@seehait)

## [4.4.0] - 2019-09-18
### Changed
- Docker image now use Debian Buster
- Docker image now comes with Kubectl 1.15.3

### Fixed
- Compatibility with kubectl 1.15
- Compatibility with kubectl 1.15 (@seehait)

## [4.3.0] - 2018-11-03
### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
description='Simple Kubernetes Deployment',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
long_description_content_type='text/markdown',
version='4.4.0',
version='4.4.1',
packages=find_packages(),
url='https://github.com/wongnai/eastern',
install_requires=[
Expand Down

0 comments on commit 0d7d0bb

Please sign in to comment.