Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1996 from yliaog/master
Browse files Browse the repository at this point in the history
update README and CHANGELOG
  • Loading branch information
k8s-ci-robot authored Jan 30, 2023
2 parents 6a7cc39 + 6cc224e commit 806fb62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
if: "matrix.use_coverage"
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v26.0.0-snapshot
# v26.1.0a1

Kubernetes API Version: v1.26.1

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ supported versions of Kubernetes clusters.
- [client 23.y.z](https://pypi.org/project/kubernetes/23.6.0/): Kubernetes 1.22 or below (+-), Kubernetes 1.23 (✓), Kubernetes 1.24 or above (+-)
- [client 24.y.z](https://pypi.org/project/kubernetes/24.2.0/): Kubernetes 1.23 or below (+-), Kubernetes 1.24 (✓), Kubernetes 1.25 or above (+-)
- [client 25.y.z](https://pypi.org/project/kubernetes/25.3.0/): Kubernetes 1.24 or below (+-), Kubernetes 1.25 (✓), Kubernetes 1.26 or above (+-)
- [client 26.y.z](https://pypi.org/project/kubernetes/26.1.0a1/): Kubernetes 1.25 or below (+-), Kubernetes 1.26 (✓), Kubernetes 1.27 or above (+-)

> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
Expand Down Expand Up @@ -144,11 +145,12 @@ between client-python versions.
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch ||
| 22.0 | Kubernetes main repo, 1.22 branch ||
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch ||
| 23.0 | Kubernetes main repo, 1.23 branch | |
| 23.0 | Kubernetes main repo, 1.23 branch | |
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch ||
| 24.0 | Kubernetes main repo, 1.24 branch ||
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch ||
| 25.0 | Kubernetes main repo, 1.25 branch ||
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch ||

> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
py3{6,7,8,9}-functional

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
passenv = TOXENV,CI,TRAVIS,TRAVIS_*
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit 806fb62

Please sign in to comment.