Skip to content

Tags: atlas-crew/Crucible

Tags

v0.4.0

Toggle v0.4.0's commit message
Release v0.4.0 — per-run target URL override across REST/CLI/web/client

v0.3.0

Toggle v0.3.0's commit message
feat(reporting): add regulatory compliance section to HTML and JSON r…

…eports

v0.2.4

Toggle v0.2.4's commit message
fix(release): use correct Docker Hub repo nickcrew/crucible

The Docker Hub repository is nickcrew/crucible, not atlascrew/crucible.
Update the workflow image target and all documentation references.

v0.2.3

Toggle v0.2.3's commit message
fix(docker): add build toolchain to builder stage for pnpm deploy

pnpm deploy re-runs lifecycle scripts including node-gyp rebuild for
node-pty, so the builder stage also needs python3, make, and g++.
Bump to 0.2.3 for release.

v0.2.2

Toggle v0.2.2's commit message
chore(crucible): bump to 0.2.2 for Docker fix release

v0.2.1

Toggle v0.2.1's commit message
fix(crucible): add repository url for npm provenance verification

The npm provenance check requires repository.url to match the GitHub
Actions OIDC source. Bump to 0.2.1 since 0.2.0 provenance was already
logged to the Sigstore transparency log.

v0.2.0

Toggle v0.2.0's commit message
feat(ci): add npm publish job with environment secrets and migrate Do…

…cker to DockerHub

Add npm publish job to release workflow with environment: npm for
secret access. Migrate Docker image target from GHCR to DockerHub.
Add build:release validation step to CI pipeline.

v0.1.0

Toggle v0.1.0's commit message
fix(ci): bump TypeScript to 5.8.3 across all packages

@vitejs/plugin-react@5.1.4 emits `as "module.exports"` in its .d.ts
which requires TS 5.8+ to parse. Pin all packages to 5.8.3 to resolve
parse errors during type-check in CI. Also updates README.