Skip to content

Commit ff44be6

Browse files
committed
doc: release 1.0.0-beta8
1 parent eaa0495 commit ff44be6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.0.0-beta8
2+
3+
* feat: add debug logs to KubeConfigLoader ([#45](https://github.com/tomplus/kubernetes_asyncio/pull/45),
4+
[@tomplus](https://github.com/tomplus))
5+
* feat: exec-plugins support in kubeconfig ([#44](https://github.com/tomplus/kubernetes_asyncio/pull/44),
6+
[@tomplus](https://github.com/tomplus))
7+
* fix: read config data with bytes (python3) ([#41](https://github.com/tomplus/kubernetes_asyncio/pull/41),
8+
[@tomplus](https://github.com/tomplus))
9+
110
# v1.0.0-beta7
211

312
* feat: add OIDC auth support ([#36](https://github.com/tomplus/kubernetes_asyncio/pull/36),

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-beta7"
19+
CLIENT_VERSION = "1.0.0-beta8"
2020
PACKAGE_NAME = "kubernetes_asyncio"
2121
DEVELOPMENT_STATUS = "4 - Beta"
2222

0 commit comments

Comments
 (0)