Skip to content

Commit bee7286

Browse files
committed
chore(release): bump to v0.5.0 — forge fetchers + sigstore live
Two substantial additions: - forge: per-type release-asset URL resolvers (github, gitlab, codeberg, gitea, bitbucket) shipped alongside the schema field added in v0.4.0 - sigstore: keyless GitHub Actions OIDC signing implemented per ADR-0001; dry_run=False now invokes the sigstore CLI 136 tests pass (forge: +18); ruff + mypy strict clean. Build clean.
1 parent 36e4daa commit bee7286

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2026-05-16
10+
11+
### Added
12+
13+
- **Forge per-type fetchers** (`36e4daa`): `src/get_installer/forge.py`
14+
parses the registry.json `forge` block and builds release-asset
15+
URLs for github, gitlab, codeberg, gitea, and bitbucket. 18 new
16+
tests cover parse + per-forge URL builders + dispatcher.
17+
Bundled into single-file installer.py via the bundler's
18+
MODULE_ORDER.
19+
- **Sigstore signing — live implementation** (`36e4daa`):
20+
`verify.sign_bundle_with_sigstore` is no longer a stub. Per
21+
ADR-0001 (docs/adr/0001-sigstore-key-management.md), uses the
22+
GitHub Actions workflow OIDC keyless flow via the `sigstore`
23+
CLI. 120s timeout, raises `SecurityError` on Fulcio/Rekor
24+
unreachable. `--apply` is implemented; existing `dry_run=True`
25+
default behaviour unchanged.
26+
27+
### Architecture decisions
28+
29+
- **ADR-0001** (`docs/adr/0001-sigstore-key-management.md`)
30+
records the keyless-signing decision, the verification command
31+
with `--cert-identity` URL, and the rotation-not-applicable
32+
rationale.
33+
934
## [0.4.0] - 2026-05-16
1035

1136
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "get-installer"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Reusable, registry-driven curl-pipe-sh-style installer for distributing dev tools across public, private, enterprise, and government contexts."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)