Skip to content

Releases: bvolpato/promptlatch

PromptLatch 0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 18:49
v0.2.1
f5f4c9d

PromptLatch 0.2.1 is first PyPI release.

Install

uv tool install promptlatch

For Python projects:

uv add promptlatch

Changes

  • 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 promptlatch

PromptCloak users should read v0.2.0 migration notes before upgrading.

Full changelog: v0.2.0...v0.2.1

PromptLatch 0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 03:42
v0.2.0
15b33d7

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.whl

Move local configuration before switching services:

mv ~/.config/promptcloak ~/.config/promptlatch

Rename 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=true

Keep migration flag on future upgrades for that release. Fresh installs should omit it.

Install

brew tap bvolpato/tap
brew install promptlatch

Docker 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

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:41
v0.1.10
5a2dff0

Full Changelog: v0.1.9...v0.1.10

PromptCloak 0.1.9

Choose a tag to compare

@github-actions github-actions released this 06 Aug 00:20
v0.1.9
d3bd65b

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 c3d81d2 to 57cd7c3 by @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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 01:17
v0.1.8
ea825c6

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 423ed6a to c3d81d2 by @dependabot[bot] in #5

Full Changelog: v0.1.7...v0.1.8

PromptCloak 0.1.7

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:28
v0.1.7
2600e26

What's Changed

  • Bump the python-dependencies group across 1 directory with 13 updates by @dependabot[bot] in #4

New Contributors

Full Changelog: v0.1.6...v0.1.7

PromptCloak 0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:38
v0.1.6
77dc190

Full Changelog: v0.1.5...v0.1.6

PromptCloak 0.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Jun 23:53
v0.1.5
09aaa5f

Full Changelog: v0.1.4...v0.1.5

PromptCloak 0.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:35
v0.1.4
2c58103

Full Changelog: v0.1.3...v0.1.4

PromptCloak 0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:10
v0.1.3
35bb9c4

Full Changelog: v0.1.2...v0.1.3