helm-python-sdk 0.2.1__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/PKG-INFO +24 -5
  2. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/PLAN.md +5 -2
  3. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/README.md +23 -4
  4. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/pyproject.toml +1 -1
  5. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/__init__.py +1 -1
  6. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/_native.py +1 -1
  7. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/release.yml +6 -0
  8. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/Makefile +2 -2
  9. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/capi.go +1 -1
  10. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/go.mod +2 -2
  11. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/go.sum +4 -4
  12. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/include/helm_c.h +2 -2
  13. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/.gitignore +0 -0
  14. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/LICENSE +0 -0
  15. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/NOTICE +0 -0
  16. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/hatch_build.py +0 -0
  17. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/LICENSE +0 -0
  18. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/NOTICE +0 -0
  19. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/PLAN.md +0 -0
  20. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/README.md +0 -0
  21. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/check_native_table.py +0 -0
  22. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/dast_check.py +0 -0
  23. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/fetch_native_lib.py +0 -0
  24. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/tag_wheel.py +0 -0
  25. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/vendor_helm_c.py +0 -0
  26. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/_handle.py +0 -0
  27. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/chart.py +0 -0
  28. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/config.py +0 -0
  29. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/errors.py +0 -0
  30. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/logging.py +0 -0
  31. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/py.typed +0 -0
  32. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/registry.py +0 -0
  33. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/__init__.py +0 -0
  34. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/conftest.py +0 -0
  35. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_api.py +0 -0
  36. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_build_hook.py +0 -0
  37. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_chart.py +0 -0
  38. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_chart_content.py +0 -0
  39. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_cluster.py +0 -0
  40. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_cluster_extras.py +0 -0
  41. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_config.py +0 -0
  42. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_distribution.py +0 -0
  43. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_errors.py +0 -0
  44. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_logging.py +0 -0
  45. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_native.py +0 -0
  46. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_registry.py +0 -0
  47. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_set_expressions.py +0 -0
  48. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_verify.py +0 -0
  49. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.dockerignore +0 -0
  50. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/dependabot.yml +0 -0
  51. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/ci.yml +0 -0
  52. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/codeql.yml +0 -0
  53. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.gitignore +0 -0
  54. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/Dockerfile +0 -0
  55. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/LICENSE +0 -0
  56. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/NOTICE +0 -0
  57. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/PLAN.md +0 -0
  58. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/README.md +0 -0
  59. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/actions.go +0 -0
  60. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/capi_test.go +0 -0
  61. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/chart.go +0 -0
  62. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/config.go +0 -0
  63. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/convert.go +0 -0
  64. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/coverage_test.go +0 -0
  65. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/dependency.go +0 -0
  66. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/extra.go +0 -0
  67. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/extra_test.go +0 -0
  68. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logbridge.c +0 -0
  69. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logbridge.h +0 -0
  70. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logging.go +0 -0
  71. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/main.go +0 -0
  72. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/main_test.go +0 -0
  73. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/registry.go +0 -0
  74. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/render.go +0 -0
  75. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/strvals.go +0 -0
  76. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/testbridge.go +0 -0
  77. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/testbridge_extra.go +0 -0
  78. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/API.md +0 -0
  79. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/BUILD.md +0 -0
  80. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/DESIGN.md +0 -0
  81. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/MEMORY.md +0 -0
  82. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/upstream/install-cancellation-race.md +0 -0
  83. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/handles/handles.go +0 -0
  84. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/handles/handles_test.go +0 -0
  85. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/testfixtures/fixtures.go +0 -0
  86. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/cerrors/cerrors.go +0 -0
  87. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/cerrors/cerrors_test.go +0 -0
  88. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/actions.go +0 -0
  89. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/actions_test.go +0 -0
  90. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/audit_test.go +0 -0
  91. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart.go +0 -0
  92. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart_io_test.go +0 -0
  93. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart_test.go +0 -0
  94. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/config.go +0 -0
  95. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/config_test.go +0 -0
  96. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/dependency.go +0 -0
  97. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/dependency_test.go +0 -0
  98. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/distribution.go +0 -0
  99. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/distribution_test.go +0 -0
  100. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/fuzz_test.go +0 -0
  101. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/install.go +0 -0
  102. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/json.go +0 -0
  103. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/kind_test.go +0 -0
  104. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/lint.go +0 -0
  105. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/logging.go +0 -0
  106. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/main_test.go +0 -0
  107. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/options_test.go +0 -0
  108. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/package.go +0 -0
  109. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/registry.go +0 -0
  110. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/release.go +0 -0
  111. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/release_actions.go +0 -0
  112. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/render.go +0 -0
  113. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/render_test.go +0 -0
  114. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/repo.go +0 -0
  115. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/settings.go +0 -0
  116. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/strvals.go +0 -0
  117. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/testing_action.go +0 -0
  118. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/upgrade.go +0 -0
  119. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/values.go +0 -0
  120. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/verify.go +0 -0
  121. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/additions.c +0 -0
  122. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/harness.h +0 -0
  123. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/main.c +0 -0
  124. {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/genfixtures/main.go +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: helm-python-sdk
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Helm v4 SDK for Python — charts, OCI registries, and releases, with no helm binary required
5
5
  Project-URL: Homepage, https://github.com/shivamkumar99/helm-python-sdk
6
6
  Project-URL: Native library, https://github.com/shivamkumar99/helm-c-sdk
@@ -32,6 +32,7 @@ Description-Content-Type: text/markdown
32
32
 
33
33
  # helm-python-sdk — Helm v4 SDK for Python
34
34
 
35
+ [![PyPI](https://img.shields.io/pypi/v/helm-python-sdk?logo=pypi&logoColor=white)](https://pypi.org/project/helm-python-sdk/)
35
36
  [![CI](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml)
36
37
  [![Wheels](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml/badge.svg)](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml)
37
38
  [![License: Apache-2.0](https://img.shields.io/github/license/shivamkumar99/helm-python-sdk)](LICENSE)
@@ -49,9 +50,13 @@ It binds to [`libhelm_c`](https://github.com/shivamkumar99/helm-c-sdk) (a C ABI
49
50
  official Go SDK) using `ctypes` from the standard library, so the package itself has **zero
50
51
  runtime dependencies**.
51
52
 
52
- > **Status: early development, feature-complete API.** Charts, distribution, the release
53
- > lifecycle, logging, and platform wheels all work. See `PLAN.md` for what remains before a
54
- > public release.
53
+ A Python API for the Kubernetes package manager: everything the Helm CLI does with charts,
54
+ repositories, and releases is callable as a typed Python function, backed by Helm's official
55
+ Go SDK.
56
+
57
+ > **Status: published.** `pip install helm-python-sdk` — prebuilt wheels for Linux, macOS,
58
+ > and Windows on [PyPI](https://pypi.org/project/helm-python-sdk/), plus a
59
+ > build-from-source sdist.
55
60
 
56
61
  ## Install
57
62
 
@@ -64,7 +69,21 @@ The import name is `helm_python`.
64
69
  The wheel bundles the native library for your platform, so nothing is compiled at install
65
70
  time and no environment variables need to be set.
66
71
 
67
- ### If no wheel matches your platform
72
+ ### Docker
73
+
74
+ A ready-to-use image with the SDK preinstalled (amd64; arm64 arrives with
75
+ the linux-arm64 wheel):
76
+
77
+ ```bash
78
+ docker build -t helm-python-sdk .
79
+ docker run -it --rm -v ~/.kube/config:/home/helm/.kube/config:ro helm-python-sdk python
80
+ ```
81
+
82
+ Use it as a base for automation jobs: `FROM helm-python-sdk`, copy your
83
+ script, done. The SDK installs from PyPI as a prebuilt wheel — nothing
84
+ compiles in the image.
85
+
86
+ ## If no wheel matches your platform
68
87
 
69
88
  Three options, resolved in this order:
70
89
 
@@ -233,8 +233,11 @@ with helm.Config(namespace="default") as cfg: # ~/.kube/config chain
233
233
  `helm-python` is already taken on PyPI; `helm-python-sdk` is free and
234
234
  matches both this repository and its helm-c-sdk sibling. The import
235
235
  name stays `helm_python`.
236
- - [ ] Widen helm-c-sdk's release matrix (linux-arm64, darwin-amd64,
237
- musllinux) so fewer users fall back to building from source.
236
+ - [ ] Ship linux-arm64 and darwin-amd64 wheels. helm-c-sdk's release
237
+ matrix now covers both (proven via a v0.2.2-rc.1 dry run); what
238
+ remains is cutting the real helm-c release, bumping the version
239
+ handshake here, and enabling the two parked wheels.yml legs.
240
+ musllinux stays future work.
238
241
  - [x] **DONE:** the `HELM_PYTHON_BUILD=1` build hook (`hatch_build.py`) with a
239
242
  prerequisite preflight (Go with the version from go.mod, a C compiler,
240
243
  make) that names what is missing; `scripts/vendor_helm_c.py` vendors
@@ -1,5 +1,6 @@
1
1
  # helm-python-sdk — Helm v4 SDK for Python
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/helm-python-sdk?logo=pypi&logoColor=white)](https://pypi.org/project/helm-python-sdk/)
3
4
  [![CI](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml)
4
5
  [![Wheels](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml/badge.svg)](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml)
5
6
  [![License: Apache-2.0](https://img.shields.io/github/license/shivamkumar99/helm-python-sdk)](LICENSE)
@@ -17,9 +18,13 @@ It binds to [`libhelm_c`](https://github.com/shivamkumar99/helm-c-sdk) (a C ABI
17
18
  official Go SDK) using `ctypes` from the standard library, so the package itself has **zero
18
19
  runtime dependencies**.
19
20
 
20
- > **Status: early development, feature-complete API.** Charts, distribution, the release
21
- > lifecycle, logging, and platform wheels all work. See `PLAN.md` for what remains before a
22
- > public release.
21
+ A Python API for the Kubernetes package manager: everything the Helm CLI does with charts,
22
+ repositories, and releases is callable as a typed Python function, backed by Helm's official
23
+ Go SDK.
24
+
25
+ > **Status: published.** `pip install helm-python-sdk` — prebuilt wheels for Linux, macOS,
26
+ > and Windows on [PyPI](https://pypi.org/project/helm-python-sdk/), plus a
27
+ > build-from-source sdist.
23
28
 
24
29
  ## Install
25
30
 
@@ -32,7 +37,21 @@ The import name is `helm_python`.
32
37
  The wheel bundles the native library for your platform, so nothing is compiled at install
33
38
  time and no environment variables need to be set.
34
39
 
35
- ### If no wheel matches your platform
40
+ ### Docker
41
+
42
+ A ready-to-use image with the SDK preinstalled (amd64; arm64 arrives with
43
+ the linux-arm64 wheel):
44
+
45
+ ```bash
46
+ docker build -t helm-python-sdk .
47
+ docker run -it --rm -v ~/.kube/config:/home/helm/.kube/config:ro helm-python-sdk python
48
+ ```
49
+
50
+ Use it as a base for automation jobs: `FROM helm-python-sdk`, copy your
51
+ script, done. The SDK installs from PyPI as a prebuilt wheel — nothing
52
+ compiles in the image.
53
+
54
+ ## If no wheel matches your platform
36
55
 
37
56
  Three options, resolved in this order:
38
57
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "helm-python-sdk"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Helm v4 SDK for Python — charts, OCI registries, and releases, with no helm binary required"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -70,7 +70,7 @@ from .registry import (
70
70
  show,
71
71
  )
72
72
 
73
- __version__ = "0.2.1"
73
+ __version__ = "0.2.2"
74
74
 
75
75
  __all__ = [
76
76
  "EXPECTED_HELM_C_VERSION",
@@ -49,7 +49,7 @@ __all__ = [
49
49
  # --- versions this binding is built against -------------------------------
50
50
 
51
51
  #: helm-c-sdk release this binding is pinned to.
52
- EXPECTED_HELM_C_VERSION: Final = "0.2.1"
52
+ EXPECTED_HELM_C_VERSION: Final = "0.2.2"
53
53
  #: Helm Go SDK compiled into that release.
54
54
  EXPECTED_HELM_SDK_VERSION: Final = "v4.2.3"
55
55
 
@@ -29,8 +29,12 @@ jobs:
29
29
  include:
30
30
  - os: ubuntu-latest
31
31
  platform: linux-amd64
32
+ - os: ubuntu-24.04-arm
33
+ platform: linux-arm64
32
34
  - os: macos-latest
33
35
  platform: darwin-arm64
36
+ - os: macos-15-intel
37
+ platform: darwin-amd64
34
38
  - os: windows-latest
35
39
  platform: windows-amd64
36
40
  runs-on: ${{ matrix.os }}
@@ -116,7 +120,9 @@ jobs:
116
120
  run: |
117
121
  VER=${REL_VERSION#v}
118
122
  cp "extracted/helm-c-linux-amd64/libhelm_c.so.${VER}" "dist/libhelm_c-${VER}-linux-amd64.so"
123
+ cp "extracted/helm-c-linux-arm64/libhelm_c.so.${VER}" "dist/libhelm_c-${VER}-linux-arm64.so"
119
124
  cp "extracted/helm-c-darwin-arm64/libhelm_c.${VER}.dylib" "dist/libhelm_c-${VER}-darwin-arm64.dylib"
125
+ cp "extracted/helm-c-darwin-amd64/libhelm_c.${VER}.dylib" "dist/libhelm_c-${VER}-darwin-amd64.dylib"
120
126
  cp "extracted/helm-c-windows-amd64/libhelm_c.dll" "dist/libhelm_c-${VER}-windows-amd64.dll"
121
127
  cp include/helm_c.h dist/helm_c.h
122
128
  - name: Generate SBOM (SPDX JSON)
@@ -5,7 +5,7 @@ BUILD := build
5
5
  # Library version — baked into filenames and linker metadata so multiple
6
6
  # versions can coexist side by side. MAJOR bumps on ABI breaks (which the
7
7
  # append-only rule forbids within a major).
8
- VERSION ?= 0.2.1
8
+ VERSION ?= 0.2.2
9
9
  MAJOR := $(word 1,$(subst ., ,$(VERSION)))
10
10
 
11
11
  ifeq ($(OS),Windows_NT)
@@ -83,7 +83,7 @@ leak-check: build fixtures
83
83
 
84
84
  # Generates a pkg-config file for consumers; VERSION comes from the release
85
85
  # tag in CI (defaults to the dev version).
86
- VERSION ?= 0.2.1
86
+ VERSION ?= 0.2.2
87
87
  PREFIX ?= /usr/local
88
88
 
89
89
  pkgconfig:
@@ -14,7 +14,7 @@ import (
14
14
 
15
15
  // libVersion is the helm-c library version; keep in lockstep with the
16
16
  // HELM_C_VERSION_* macros in include/helm_c.h.
17
- const libVersion = "0.2.1"
17
+ const libVersion = "0.2.2"
18
18
 
19
19
  // registry holds every live Go object handed to C as an opaque handle.
20
20
  var registry = handles.NewRegistry()
@@ -136,7 +136,7 @@ require (
136
136
  go.yaml.in/yaml/v2 v2.4.3 // indirect
137
137
  go.yaml.in/yaml/v3 v3.0.4 // indirect
138
138
  golang.org/x/crypto v0.56.0 // indirect
139
- golang.org/x/net v0.57.0 // indirect
139
+ golang.org/x/net v0.58.0 // indirect
140
140
  golang.org/x/oauth2 v0.36.0 // indirect
141
141
  golang.org/x/sync v0.22.0 // indirect
142
142
  golang.org/x/sys v0.47.0 // indirect
@@ -145,7 +145,7 @@ require (
145
145
  golang.org/x/time v0.15.0 // indirect
146
146
  google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect
147
147
  google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect
148
- google.golang.org/grpc v1.83.1 // indirect
148
+ google.golang.org/grpc v1.83.2 // indirect
149
149
  google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
150
150
  gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
151
151
  gopkg.in/inf.v0 v0.9.1 // indirect
@@ -379,8 +379,8 @@ golang.org/x/mod v0.38.0 h1:MECBjubtXD7yj4HrhIUcywNaGeNVUdfVnxmPajOk4yk=
379
379
  golang.org/x/mod v0.38.0/go.mod h1:V6Xz0pq8TQ3dGqVQ1FVHuelZpAL0uNhSkk9ogYP3c40=
380
380
  golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
381
381
  golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
382
- golang.org/x/net v0.57.0 h1:K5+3DljvIuDG9/Jv9rvyMywYNFCQ9RSUY6OOTTkT+tE=
383
- golang.org/x/net v0.57.0/go.mod h1:KpXc8iv+r3XplLAG/f7Jsf9RPszJzdR0f58q9vGOuEU=
382
+ golang.org/x/net v0.58.0 h1:ynWG7rqYi4ccpTEuPZ2QGWHktVEM9DMCj9yzDE0Q7To=
383
+ golang.org/x/net v0.58.0/go.mod h1:YwCddHnFlT7eLQqVprV19OnhLGtc5xOKgE0RyqgfWAU=
384
384
  golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
385
385
  golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
386
386
  golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -411,8 +411,8 @@ google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa h1:
411
411
  google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa/go.mod h1:q4lMZS6kskjT5HvCPrnnypcDPVJqT/f4nfxmkE7gryY=
412
412
  google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa h1:mZHHdPZl0dbGHCflZgAq/Q468DWVFcU2whhB2KAo8fk=
413
413
  google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
414
- google.golang.org/grpc v1.83.1 h1:HIO0+BEtBP6soyqvqC8sNUjZ7bTs+0hFQuFF+RAy++Y=
415
- google.golang.org/grpc v1.83.1/go.mod h1:kDyl6SKsiHKt0uylY5gtn5cEjkrIOhQOGDgIc4JGwzQ=
414
+ google.golang.org/grpc v1.83.2 h1:EManeRomTObA0BU7I8vXgg/78uE5MJ9M8B39EX2WscU=
415
+ google.golang.org/grpc v1.83.2/go.mod h1:YPI1hK3kDked6iHvgX3tR0y+nX/qpMFKhPgFsokw1S8=
416
416
  google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af h1:+5/Sw3GsDNlEmu7TfklWKPdQ0Ykja5VEmq2i817+jbI=
417
417
  google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
418
418
  gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
@@ -28,7 +28,7 @@ extern "C" {
28
28
 
29
29
  #define HELM_C_VERSION_MAJOR 0
30
30
  #define HELM_C_VERSION_MINOR 2
31
- #define HELM_C_VERSION_PATCH 1
31
+ #define HELM_C_VERSION_PATCH 2
32
32
 
33
33
  /* Opaque reference to a Go-side object. 0 is never a valid handle. */
34
34
  typedef uint64_t helm_handle_t;
@@ -65,7 +65,7 @@ typedef enum helm_error_code {
65
65
  /* Library info */
66
66
  /* ------------------------------------------------------------------ */
67
67
 
68
- /* helm-c library version ("0.2.1"). Caller frees with helm_free_string. */
68
+ /* helm-c library version ("0.2.2"). Caller frees with helm_free_string. */
69
69
  char* helm_c_version(void);
70
70
 
71
71
  /* Exact helm.sh/helm/v4 version compiled in (e.g. "v4.2.3").
File without changes
File without changes