Releases: bvolpato/promptlatch
Release list
PromptLatch 0.2.1
PromptLatch 0.2.1 is first PyPI release.
Install
uv tool install promptlatchFor Python projects:
uv add promptlatchChanges
- Publish wheel and source archive to PyPI through GitHub OIDC Trusted Publishing.
- Attach PyPI publish attestations and GitHub build provenance.
- Validate Python 3.12, 3.13, and 3.14.
- Publish matching GHCR image and Helm chart.
- Update pinned GitHub Actions, Python image, dependencies, and uv lockfile.
Upgrade an existing uv tool install:
uv tool upgrade promptlatchPromptCloak users should read v0.2.0 migration notes before upgrading.
Full changelog: v0.2.0...v0.2.1
PromptLatch 0.2.0
PromptCloak is now PromptLatch. Version 0.2.0 renames project without removing existing 0.1 integrations.
Highlights
- Renamed Python package, CLI, Docker image, Helm chart, website, and configuration namespace to PromptLatch.
- Added compatibility shims for old Python imports, environment variables, and default config path through 0.2.x.
- Added in-place Helm migration support that preserves existing resource names, selectors, and chart-managed proxy keys.
- Published signed Python distributions, Helm chart, checksums, build attestations, GHCR image, and Homebrew formula.
- Kept request redaction local, deterministic, and telemetry-free.
Upgrading from PromptCloak
Remove old uv tool so its command cannot shadow PromptLatch:
uv tool uninstall promptcloak
uv tool install https://github.com/bvolpato/promptlatch/releases/download/v0.2.0/promptlatch-0.2.0-py3-none-any.whlMove local configuration before switching services:
mv ~/.config/promptcloak ~/.config/promptlatchRename PROMPTCLOAK_* environment variables to PROMPTLATCH_*. Legacy names continue to work with migration warnings during 0.2.x.
Existing Helm releases can upgrade without replacing immutable resources:
helm upgrade <existing-release-name> ./charts/promptlatch \
--set migration.preserveLegacyNames=trueKeep migration flag on future upgrades for that release. Fresh installs should omit it.
Install
brew tap bvolpato/tap
brew install promptlatchDocker image:
ghcr.io/bvolpato/promptlatch:0.2.0
Release includes wheel, source distribution, Helm chart, SHA256SUMS, and GitHub build attestations.
Full changelog: v0.1.10...v0.2.0
PromptCloak 0.1.10
Full Changelog: v0.1.9...v0.1.10
PromptCloak 0.1.9
What's Changed
- Bump the actions group with 4 updates by @dependabot[bot] in #9
- Bump the python-dependencies group with 2 updates by @dependabot[bot] in #8
- Bump python from
c3d81d2to57cd7c3by @dependabot[bot] in #7 - Bump the python-dependencies group with 3 updates by @dependabot[bot] in #10
- Bump docker/login-action from 4.4.0 to 4.6.0 in the actions group by @dependabot[bot] in #11
- Bump cryptography from 49.0.0 to 50.0.0 by @dependabot[bot] in #12
Full Changelog: v0.1.8...v0.1.9
PromptCloak 0.1.8
What's Changed
- Update typer requirement from >=0.26.8 to >=0.27.0 in the python-dependencies group by @dependabot[bot] in #6
- Bump python from
423ed6atoc3d81d2by @dependabot[bot] in #5
Full Changelog: v0.1.7...v0.1.8
PromptCloak 0.1.7
What's Changed
- Bump the python-dependencies group across 1 directory with 13 updates by @dependabot[bot] in #4
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: v0.1.6...v0.1.7
PromptCloak 0.1.6
Full Changelog: v0.1.5...v0.1.6
PromptCloak 0.1.5
Full Changelog: v0.1.4...v0.1.5
PromptCloak 0.1.4
Full Changelog: v0.1.3...v0.1.4
PromptCloak 0.1.3
Full Changelog: v0.1.2...v0.1.3