Skip to content

Tags: antonbabenko/repro-lambda

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 0.7.2 (#13)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 0.7.1 (#12)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 0.7.0 (#10)

v0

Toggle v0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 0.7.2 (#13)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 0.6.1 (#8)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: promote by explicit content sha + build Step Summary with copy-…

…paste promote commands (#4)

- promote <fn> --sha <64hex>: promote one explicit content sha (bypasses the
  catalog), validated 64-hex, refuses 'all'. Lets a promotion target the exact
  artifact a build run reported, no catalog round-trip.
- build --json-out <file>: write the build summary JSON array to a file so CI can
  render it deterministically (stdout stays the human view).
- Reusable build.yml: render a Step Summary per run - a table (function, outcome,
  content sha, dev key) plus, per function, the prod pin snippet and a ready-to-run
  'gh workflow run' promotion command. The promotion target is caller-supplied
  (promotion_repo / promotion_workflow / project inputs); the reusable workflow
  hardcodes no consumer or infra repo.

Bumps to 0.6.0. builder_version folds into the content hash, so this re-keys
artifacts on the next consumer rebuild (byte-identical zips, new keys).

v0.5.2

Toggle v0.5.2's commit message
v0.5.2: full manylinux range to pip (compiled wheels)

v0.5.1

Toggle v0.5.1's commit message
v0.5.1: send User-Agent on source fetches (GitHub API fix)

v0.5.0

Toggle v0.5.0's commit message
v0.5.0: declarative sources DSL (fetch/extract/lock)

v0.4.2

Toggle v0.4.2's commit message
v0.4.2: per-lambda builder overrides (base image / include / exclude)