We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f1d18 commit c829de2Copy full SHA for c829de2
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v1.0.0-beta9
2
+
3
+* fix: option verify-ssl impacts on server certs only ([#46](https://github.com/tomplus/kubernetes_asyncio/pull/46),
4
+ [@tomplus](https://github.com/tomplus))
5
6
# v1.0.0-beta8
7
8
* feat: add debug logs to KubeConfigLoader ([#45](https://github.com/tomplus/kubernetes_asyncio/pull/45),
setup.py
@@ -16,7 +16,7 @@
16
17
# Do not edit these constants. They will be updated automatically
18
# by scripts/update-client.sh.
19
-CLIENT_VERSION = "1.0.0-beta8"
+CLIENT_VERSION = "1.0.0-beta9"
20
PACKAGE_NAME = "kubernetes_asyncio"
21
DEVELOPMENT_STATUS = "4 - Beta"
22
0 commit comments