Skip to content

Commit 806fb62

Browse files
authored
Merge pull request kubernetes-client#1996 from yliaog/master
update README and CHANGELOG
2 parents 6a7cc39 + 6cc224e commit 806fb62

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
if: "matrix.use_coverage"
4747
uses: codecov/codecov-action@v3
4848
with:
49-
fail_ci_if_error: true
49+
fail_ci_if_error: false
5050
verbose: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v26.0.0-snapshot
1+
# v26.1.0a1
22

33
Kubernetes API Version: v1.26.1
44

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ supported versions of Kubernetes clusters.
9595
- [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 (+-)
9696
- [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 (+-)
9797
- [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 (+-)
98+
- [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 (+-)
9899

99100
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
100101
@@ -144,11 +145,12 @@ between client-python versions.
144145
| 22.0 Alpha/Beta | Kubernetes main repo, 1.22 branch ||
145146
| 22.0 | Kubernetes main repo, 1.22 branch ||
146147
| 23.0 Alpha/Beta | Kubernetes main repo, 1.23 branch ||
147-
| 23.0 | Kubernetes main repo, 1.23 branch | |
148+
| 23.0 | Kubernetes main repo, 1.23 branch | |
148149
| 24.0 Alpha/Beta | Kubernetes main repo, 1.24 branch ||
149150
| 24.0 | Kubernetes main repo, 1.24 branch ||
150151
| 25.0 Alpha/Beta | Kubernetes main repo, 1.25 branch ||
151152
| 25.0 | Kubernetes main repo, 1.25 branch ||
153+
| 26.0 Alpha/Beta | Kubernetes main repo, 1.26 branch ||
152154

153155
> See [here](#homogenizing-the-kubernetes-python-client-versions) for an explanation of why there is no v13-v16 release.
154156

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py3{6,7,8,9}-functional
55

66
[testenv]
7-
passenv = TOXENV CI TRAVIS TRAVIS_*
7+
passenv = TOXENV,CI,TRAVIS,TRAVIS_*
88
usedevelop = True
99
install_command = pip install -U {opts} {packages}
1010
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)