Skip to content

Commit

Permalink
publish v0.6.2 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsspiral authored Feb 25, 2022
1 parent 7fa1969 commit 611fac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## In progress

## [0.6.2] - 2022-02-25

### Fixed
- Fix the kubernetes lib version (21.7.0) to still support extension/v1beta1 (ingress)

## [0.6.1] - 2022-01-27
### Changed
- Refactored setup.py & requirements, moved library scope to GLOBAL, sperated exceptions [#101](https://github.com/devopsspiral/KubeLibrary/pull/101) by [@MarcinMaciaszek](https://github.com/MarcinMaciaszek)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-auth==1.21.3
kubernetes>=10.0.1
kubernetes>=10.0.1,<=21.7.0
robotframework>=3.2.2
urllib3-mock>=0.3.3
2 changes: 1 addition & 1 deletion src/KubeLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.6.1"
version = "0.6.2"

0 comments on commit 611fac3

Please sign in to comment.