Skip to content

Commit

Permalink
Helpers and keywords unification (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wcislo authored Nov 30, 2021
1 parent 021cd27 commit f97084a
Show file tree
Hide file tree
Showing 29 changed files with 1,379 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ command_line = -m unittest discover
source =
src/
[report]
fail_under = 84
fail_under = 85
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## In progress

## [0.6.0] - 2021-11-30
### Changed
- Helpers and keywords unification [#75](https://github.com/devopsspiral/KubeLibrary/pull/75) by [@m-wcislo](https://github.com/m-wcislo)
## [0.5.0] - 2021-10-03
### Added
- Dynamic client support and some utilities [#93](https://github.com/devopsspiral/KubeLibrary/pull/93) by [@mertkayhan](https://github.com/mertkayhan)
Expand Down
7 changes: 4 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="robotframework-kubelibrary",
version="0.5.0",
version="0.6.0",
author="Michał Wcisło",
author_email="[email protected]",
description="Kubernetes library for Robot Framework",
Expand Down
659 changes: 601 additions & 58 deletions src/KubeLibrary/KubeLibrary.py

Large diffs are not rendered by default.

Loading

0 comments on commit f97084a

Please sign in to comment.