File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
# v1.0.0-beta7
2
11
3
12
* feat: add OIDC auth support ([ #36 ] ( https://github.com/tomplus/kubernetes_asyncio/pull/36 ) ,
Original file line number Diff line number Diff line change 16
16
17
17
# Do not edit these constants. They will be updated automatically
18
18
# by scripts/update-client.sh.
19
- CLIENT_VERSION = "1.0.0-beta7 "
19
+ CLIENT_VERSION = "1.0.0-beta8 "
20
20
PACKAGE_NAME = "kubernetes_asyncio"
21
21
DEVELOPMENT_STATUS = "4 - Beta"
22
22
You can’t perform that action at this time.
0 commit comments