Skip to content

Commit e3697b0

Browse files
authored
release: 0.0.16 (#25)
* fix: release 0.0.16 * fix: run linter
1 parent e99b62d commit e3697b0

File tree

3 files changed

+96
-97
lines changed

3 files changed

+96
-97
lines changed

helm_sdkpy/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
9999
return False
100100

101101
@classmethod
102-
def from_service_account(cls, namespace: str = "default") -> "Configuration":
102+
def from_service_account(cls, namespace: str = "default") -> Configuration:
103103
"""Create configuration using in-cluster ServiceAccount.
104104
105105
This is for running inside a Kubernetes pod with a ServiceAccount.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "helm-sdkpy"
3-
version = "0.0.14"
3+
version = "0.0.16"
44
description = "Python bindings for Helm - The Kubernetes Package Manager"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)