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.
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/PKG-INFO +24 -5
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/PLAN.md +5 -2
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/README.md +23 -4
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/pyproject.toml +1 -1
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/__init__.py +1 -1
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/_native.py +1 -1
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/release.yml +6 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/Makefile +2 -2
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/capi.go +1 -1
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/go.mod +2 -2
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/go.sum +4 -4
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/include/helm_c.h +2 -2
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/.gitignore +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/LICENSE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/NOTICE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/hatch_build.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/LICENSE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/NOTICE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/PLAN.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/helm-c-src/README.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/check_native_table.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/dast_check.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/fetch_native_lib.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/tag_wheel.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/scripts/vendor_helm_c.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/_handle.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/chart.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/config.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/errors.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/logging.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/py.typed +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/src/helm_python/registry.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/__init__.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/conftest.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_api.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_build_hook.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_chart.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_chart_content.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_cluster.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_cluster_extras.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_config.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_distribution.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_errors.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_logging.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_native.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_registry.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_set_expressions.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/tests/test_verify.py +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.dockerignore +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/dependabot.yml +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/ci.yml +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.github/workflows/codeql.yml +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/.gitignore +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/Dockerfile +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/LICENSE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/NOTICE +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/PLAN.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/README.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/actions.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/capi_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/chart.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/config.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/convert.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/coverage_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/dependency.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/extra.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/extra_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logbridge.c +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logbridge.h +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/logging.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/main.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/main_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/registry.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/render.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/strvals.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/testbridge.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/capi/testbridge_extra.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/API.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/BUILD.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/DESIGN.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/MEMORY.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/docs/upstream/install-cancellation-race.md +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/handles/handles.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/handles/handles_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/testfixtures/fixtures.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/cerrors/cerrors.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/cerrors/cerrors_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/actions.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/actions_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/audit_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart_io_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/chart_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/config.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/config_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/dependency.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/dependency_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/distribution.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/distribution_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/fuzz_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/install.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/json.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/kind_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/lint.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/logging.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/main_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/options_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/package.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/registry.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/release.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/release_actions.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/render.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/render_test.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/repo.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/settings.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/strvals.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/testing_action.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/upgrade.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/values.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/verify.go +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/additions.c +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/harness.h +0 -0
- {helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/test/c-harness/main.c +0 -0
- {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.
|
|
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
|
+
[](https://pypi.org/project/helm-python-sdk/)
|
|
35
36
|
[](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml)
|
|
36
37
|
[](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml)
|
|
37
38
|
[](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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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
|
-
###
|
|
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
|
-
- [ ]
|
|
237
|
-
|
|
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
|
+
[](https://pypi.org/project/helm-python-sdk/)
|
|
3
4
|
[](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/ci.yml)
|
|
4
5
|
[](https://github.com/shivamkumar99/helm-python-sdk/actions/workflows/wheels.yml)
|
|
5
6
|
[](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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
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
|
-
###
|
|
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.
|
|
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"
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
383
|
-
golang.org/x/net v0.
|
|
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.
|
|
415
|
-
google.golang.org/grpc v1.83.
|
|
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
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/handles/handles_test.go
RENAMED
|
File without changes
|
{helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/internal/testfixtures/fixtures.go
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/dependency_test.go
RENAMED
|
File without changes
|
|
File without changes
|
{helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/distribution_test.go
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{helm_python_sdk-0.2.1 → helm_python_sdk-0.2.2}/vendor/helm-c/pkg/wrapper/release_actions.go
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|