Kubetest

Latest version: v0.9.5

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.2.0

Change Log

[0.2.0](https://github.com/vapor-ware/kubetest/tree/0.2.0) (2019-07-10)
[Full Changelog](https://github.com/vapor-ware/kubetest/compare/0.1.2...0.2.0)

**Closed issues:**

- Need an example of using kube fixture [\104](https://github.com/vapor-ware/kubetest/issues/104)

**Merged pull requests:**

- deprecate the --kube-disable flag [\117](https://github.com/vapor-ware/kubetest/pull/117) ([edaniszewski](https://github.com/edaniszewski))
- fix typos in client api usage [\116](https://github.com/vapor-ware/kubetest/pull/116) ([edaniszewski](https://github.com/edaniszewski))
- updates to development flow/tooling [\115](https://github.com/vapor-ware/kubetest/pull/115) ([edaniszewski](https://github.com/edaniszewski))
- Adding DaemonSet support [\114](https://github.com/vapor-ware/kubetest/pull/114) ([eranreshef](https://github.com/eranreshef))
- adding support for statefulsets [\113](https://github.com/vapor-ware/kubetest/pull/113) ([eranreshef](https://github.com/eranreshef))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0.1.2

Change Log

[0.1.2](https://github.com/vapor-ware/kubetest/tree/0.1.2) (2019-07-09)
[Full Changelog](https://github.com/vapor-ware/kubetest/compare/0.1.0...0.1.2)

- 6f40953: Update dependencies for CVE-2019-11324 (103)
- 9ba68aa: fix bug where long test names exceed maximum kunernetes resource name…
- 7f002a4: fix bug in list comprehension for loading objs from multiple files (107)
- de376df: add examples for different ways to get pods via kubetest (109)
- 07cce71: prevent test run when kube-disable flag is set (112)
- ea1c4f8: bugfix: pypi long description render failure

0.1.0

Change Log

[0.1.0](https://github.com/vapor-ware/kubetest/tree/0.1.0) (2019-04-19)
[Full Changelog](https://github.com/vapor-ware/kubetest/compare/0.0.3...0.1.0)

**Implemented enhancements:**

- add --kube-context flag [\95](https://github.com/vapor-ware/kubetest/issues/95)
- add "applymanifest" marker for single manifest loading [\93](https://github.com/vapor-ware/kubetest/issues/93)
- teardown logic should only execute when setup is successful [\92](https://github.com/vapor-ware/kubetest/issues/92)
- Update how pods are retrieved for Deployments [\89](https://github.com/vapor-ware/kubetest/issues/89)

**Closed issues:**

- Error when trying to use markers [\90](https://github.com/vapor-ware/kubetest/issues/90)

**Merged pull requests:**

- fix various bugs missed in recent update for multi-doc yamls [\102](https://github.com/vapor-ware/kubetest/pull/102) ([edaniszewski](https://github.com/edaniszewski))
- update project dependencies in preparation for version bump [\101](https://github.com/vapor-ware/kubetest/pull/101) ([edaniszewski](https://github.com/edaniszewski))
- add option to suppress unsecure request warnings [\100](https://github.com/vapor-ware/kubetest/pull/100) ([edaniszewski](https://github.com/edaniszewski))
- Make manifest load support multi-document YAML files [\99](https://github.com/vapor-ware/kubetest/pull/99) ([mickours](https://github.com/mickours))
- get a deployments pods via labels [\98](https://github.com/vapor-ware/kubetest/pull/98) ([edaniszewski](https://github.com/edaniszewski))
- add applymanifest marker [\97](https://github.com/vapor-ware/kubetest/pull/97) ([edaniszewski](https://github.com/edaniszewski))
- add --kube-context flag [\96](https://github.com/vapor-ware/kubetest/pull/96) ([edaniszewski](https://github.com/edaniszewski))
- only run teardown if pytest setup succeeds [\94](https://github.com/vapor-ware/kubetest/pull/94) ([edaniszewski](https://github.com/edaniszewski))
- Update pyyaml version for CVE-2017-18342 [\87](https://github.com/vapor-ware/kubetest/pull/87) ([edaniszewski](https://github.com/edaniszewski))
- Migrate to Jenkins CI [\86](https://github.com/vapor-ware/kubetest/pull/86) ([edaniszewski](https://github.com/edaniszewski))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0.0.3

Not secure
Change Log

[0.0.3](https://github.com/vapor-ware/kubetest/tree/0.0.3) (2018-12-07)
[Full Changelog](https://github.com/vapor-ware/kubetest/compare/0.0.2...0.0.3)

**Closed issues:**

- Integrating with a orchestrated fixture [\84](https://github.com/vapor-ware/kubetest/issues/84)

**Merged pull requests:**

- Make kubeconfig a fixture [\85](https://github.com/vapor-ware/kubetest/pull/85) ([cblegare](https://github.com/cblegare))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0.0.2

Not secure
Change Log

[0.0.2](https://github.com/vapor-ware/kubetest/tree/0.0.2) (2018-10-30)
[Full Changelog](https://github.com/vapor-ware/kubetest/compare/0.0.1...0.0.2)

**Implemented enhancements:**

- Open Source? [\64](https://github.com/vapor-ware/kubetest/issues/64)

**Fixed bugs:**

- deployment version management causes failure on responses with no returned apiVersion [\76](https://github.com/vapor-ware/kubetest/issues/76)

**Closed issues:**

- finish setting up documentation for project [\35](https://github.com/vapor-ware/kubetest/issues/35)
- update readme [\1](https://github.com/vapor-ware/kubetest/issues/1)

**Merged pull requests:**

- patch: update requests dep for CVE-2018-18074 [\83](https://github.com/vapor-ware/kubetest/pull/83) ([edaniszewski](https://github.com/edaniszewski))
- add endpoint wrapper, extend some get functionality [\80](https://github.com/vapor-ware/kubetest/pull/80) ([edaniszewski](https://github.com/edaniszewski))
- better resource version management [\79](https://github.com/vapor-ware/kubetest/pull/79) ([edaniszewski](https://github.com/edaniszewski))
- add response wrapper around proxy requests [\78](https://github.com/vapor-ware/kubetest/pull/78) ([edaniszewski](https://github.com/edaniszewski))
- Setup hosted documentation on ReadTheDocs [\74](https://github.com/vapor-ware/kubetest/pull/74) ([edaniszewski](https://github.com/edaniszewski))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0.0.1

Not secure
Change Log

[0.0.1](https://github.com/vapor-ware/kubetest/tree/0.0.1) (2018-10-01)
**Implemented enhancements:**

- support "apply" functionality [\67](https://github.com/vapor-ware/kubetest/issues/67)
- allow loading manifests from directory [\66](https://github.com/vapor-ware/kubetest/issues/66)
- dump logs on error [\65](https://github.com/vapor-ware/kubetest/issues/65)
- add 'wait for node count' [\56](https://github.com/vapor-ware/kubetest/issues/56)
- move setup/teardown functions to the client manager [\53](https://github.com/vapor-ware/kubetest/issues/53)
- add helper for 'wait with timeout' behavior [\52](https://github.com/vapor-ware/kubetest/issues/52)
- set up role bindings/cluster role bindings [\49](https://github.com/vapor-ware/kubetest/issues/49)
- improvements to condition checking [\47](https://github.com/vapor-ware/kubetest/issues/47)
- add wait method on container [\43](https://github.com/vapor-ware/kubetest/issues/43)
- add a 'restart\_count' method to the Pod object [\41](https://github.com/vapor-ware/kubetest/issues/41)
- 'wait for condition' feature [\38](https://github.com/vapor-ware/kubetest/issues/38)
- add helper methods around containers [\29](https://github.com/vapor-ware/kubetest/issues/29)
- logging integration with pytest [\28](https://github.com/vapor-ware/kubetest/issues/28)
- add helper methods around configmaps [\20](https://github.com/vapor-ware/kubetest/issues/20)
- add helper methods around services [\19](https://github.com/vapor-ware/kubetest/issues/19)
- add helper methods around pods [\18](https://github.com/vapor-ware/kubetest/issues/18)
- add helper methods around deployments [\17](https://github.com/vapor-ware/kubetest/issues/17)

**Fixed bugs:**

- issue with pod restart while waiting for condition [\61](https://github.com/vapor-ware/kubetest/issues/61)
- unable to read logs from container [\40](https://github.com/vapor-ware/kubetest/issues/40)

**Closed issues:**

- clean up cluster if tests are manually terminated [\70](https://github.com/vapor-ware/kubetest/issues/70)
- reorganize api object wrappers in project [\48](https://github.com/vapor-ware/kubetest/issues/48)
- state assurance helpers [\9](https://github.com/vapor-ware/kubetest/issues/9)
- capability to get/match container logs [\8](https://github.com/vapor-ware/kubetest/issues/8)
- lifecycle management helpers [\7](https://github.com/vapor-ware/kubetest/issues/7)
- cluster proxy capability [\6](https://github.com/vapor-ware/kubetest/issues/6)
- plan out framework usage [\5](https://github.com/vapor-ware/kubetest/issues/5)
- pytest integration [\4](https://github.com/vapor-ware/kubetest/issues/4)
- setup CI config [\3](https://github.com/vapor-ware/kubetest/issues/3)
- add description in \_\_init\_\_ file [\2](https://github.com/vapor-ware/kubetest/issues/2)

**Merged pull requests:**

- Project documentation [\73](https://github.com/vapor-ware/kubetest/pull/73) ([edaniszewski](https://github.com/edaniszewski))
- clean up cluster on keyboard interrupt [\72](https://github.com/vapor-ware/kubetest/pull/72) ([edaniszewski](https://github.com/edaniszewski))
- Improved manifest operations [\71](https://github.com/vapor-ware/kubetest/pull/71) ([edaniszewski](https://github.com/edaniszewski))
- Dump container logs on test error [\69](https://github.com/vapor-ware/kubetest/pull/69) ([edaniszewski](https://github.com/edaniszewski))
- allow pod proxy to take query params [\68](https://github.com/vapor-ware/kubetest/pull/68) ([edaniszewski](https://github.com/edaniszewski))
- add option to prevent check failure on api exception [\63](https://github.com/vapor-ware/kubetest/pull/63) ([edaniszewski](https://github.com/edaniszewski))
- minor update for error output [\59](https://github.com/vapor-ware/kubetest/pull/59) ([edaniszewski](https://github.com/edaniszewski))
- add helper to wait until nodes are ready [\57](https://github.com/vapor-ware/kubetest/pull/57) ([edaniszewski](https://github.com/edaniszewski))
- add util for waiting on conditions, update waiter fns [\55](https://github.com/vapor-ware/kubetest/pull/55) ([edaniszewski](https://github.com/edaniszewski))
- add automated rolebinding/clusterrolebinding managment [\54](https://github.com/vapor-ware/kubetest/pull/54) ([edaniszewski](https://github.com/edaniszewski))
- reorganize objects into their own package [\51](https://github.com/vapor-ware/kubetest/pull/51) ([edaniszewski](https://github.com/edaniszewski))
- Bug fixes and improvements [\50](https://github.com/vapor-ware/kubetest/pull/50) ([edaniszewski](https://github.com/edaniszewski))
- add simple support for secrets [\46](https://github.com/vapor-ware/kubetest/pull/46) ([edaniszewski](https://github.com/edaniszewski))
- add helpers to get pod/container restart counts [\45](https://github.com/vapor-ware/kubetest/pull/45) ([edaniszewski](https://github.com/edaniszewski))
- Fix container logs [\42](https://github.com/vapor-ware/kubetest/pull/42) ([hoanhan101](https://github.com/hoanhan101))
- add test helper to wait on conditions [\39](https://github.com/vapor-ware/kubetest/pull/39) ([edaniszewski](https://github.com/edaniszewski))
- Add http get service proxy capability [\37](https://github.com/vapor-ware/kubetest/pull/37) ([hoanhan101](https://github.com/hoanhan101))
- first pass at readme writeup [\36](https://github.com/vapor-ware/kubetest/pull/36) ([edaniszewski](https://github.com/edaniszewski))
- Add capability to get and search container logs [\34](https://github.com/vapor-ware/kubetest/pull/34) ([hoanhan101](https://github.com/hoanhan101))
- add and update test client helpers [\33](https://github.com/vapor-ware/kubetest/pull/33) ([edaniszewski](https://github.com/edaniszewski))
- add logging output to kubetest [\31](https://github.com/vapor-ware/kubetest/pull/31) ([edaniszewski](https://github.com/edaniszewski))
- add simple Container wrapper [\30](https://github.com/vapor-ware/kubetest/pull/30) ([edaniszewski](https://github.com/edaniszewski))
- add management helpers for Services [\27](https://github.com/vapor-ware/kubetest/pull/27) ([edaniszewski](https://github.com/edaniszewski))
- add management helpers for configmaps [\26](https://github.com/vapor-ware/kubetest/pull/26) ([edaniszewski](https://github.com/edaniszewski))
- Fill out Pod management helpers [\25](https://github.com/vapor-ware/kubetest/pull/25) ([edaniszewski](https://github.com/edaniszewski))
- add the examples folder to the fmt directive [\24](https://github.com/vapor-ware/kubetest/pull/24) ([edaniszewski](https://github.com/edaniszewski))
- add methods to wait for state conditions [\23](https://github.com/vapor-ware/kubetest/pull/23) ([edaniszewski](https://github.com/edaniszewski))
- expand api object base class [\22](https://github.com/vapor-ware/kubetest/pull/22) ([edaniszewski](https://github.com/edaniszewski))
- updates for deployment [\21](https://github.com/vapor-ware/kubetest/pull/21) ([edaniszewski](https://github.com/edaniszewski))
- setup sphinx docs for kubetest [\16](https://github.com/vapor-ware/kubetest/pull/16) ([edaniszewski](https://github.com/edaniszewski))
- update description [\15](https://github.com/vapor-ware/kubetest/pull/15) ([edaniszewski](https://github.com/edaniszewski))
- planning out api usage [\14](https://github.com/vapor-ware/kubetest/pull/14) ([edaniszewski](https://github.com/edaniszewski))
- add tests and update coverage reporting [\13](https://github.com/vapor-ware/kubetest/pull/13) ([edaniszewski](https://github.com/edaniszewski))
- add ci workflow for project [\12](https://github.com/vapor-ware/kubetest/pull/12) ([edaniszewski](https://github.com/edaniszewski))
- pytest integration [\10](https://github.com/vapor-ware/kubetest/pull/10) ([edaniszewski](https://github.com/edaniszewski))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.