Skip to content

Commit c829de2

Browse files
committed
chore: release beta9
1 parent 47f1d18 commit c829de2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# v1.0.0-beta8
27

38
* feat: add debug logs to KubeConfigLoader ([#45](https://github.com/tomplus/kubernetes_asyncio/pull/45),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Do not edit these constants. They will be updated automatically
1818
# by scripts/update-client.sh.
19-
CLIENT_VERSION = "1.0.0-beta8"
19+
CLIENT_VERSION = "1.0.0-beta9"
2020
PACKAGE_NAME = "kubernetes_asyncio"
2121
DEVELOPMENT_STATUS = "4 - Beta"
2222

0 commit comments

Comments
 (0)