Releases: j7an/shared-workflows
Releases · j7an/shared-workflows
v3.0.1
v3.0.0
Breaking changes
The legacy workflow paths
j7an/shared-workflows/.github/workflows/dependency-cooldown.yml and
.../cooldown-rescan.yml are absent from v3. Consumers still on
those paths should remain on frozen @v2 (last cooldown-bearing release,
no further updates) or migrate their callers to dependency-safety.yml
before moving to @v3. To migrate from v2 to v3:
- Add native cooldown to
.github/dependabot.yml:cooldown: default-days: 5
- Update caller
uses:line:- uses: j7an/shared-workflows/.github/workflows/dependency-cooldown.yml@v2 + uses: j7an/shared-workflows/.github/workflows/dependency-safety.yml@v3
- Rename input
cooldown_days→minimum_release_age_days. - Drop
fail_on_cooldown; usefail_on_age_violationinstead. - Remove any caller using
cooldown-rescan.yml— no rescan companion. - Update branch protection: rename required status
dependency-cooldown / gate→dependency-safety / gate. - Remove stale
cooldown-pendinglabels manually.
See README "v2 → v3 migration" for full details.
What's Changed
- fix(safety): add pyproject.toml parser support for uv/poetry Dependabot PRs by @j7an in #67
- chore!: remove deprecated cooldown workflows (v2 → v3) by @j7an in #69
Full Changelog: v2...v3.0.0
v2.6.0
What's Changed
- docs: add agent instructions (AGENTS.md + .claude/CLAUDE.md) by @j7an in #57
- deps: bump actions/create-github-app-token from 3.1.1 to 3.2.0 by @dependabot[bot] in #58
- feat(safety): add dependency-safety workflow with native-cooldown verification by @j7an in #61
- deps: bump step-security/harden-runner from 2.19.1 to 2.19.3 by @dependabot[bot] in #63
- fix(safety): trigger guard on partial extraction by @j7an in #65
Full Changelog: v2.5...v2.6.0
v2.5.3
What's Changed
- deps: bump step-security/harden-runner from 2.16.0 to 2.19.0 by @dependabot[bot] in #54
- deps: bump step-security/harden-runner from 2.19.0 to 2.19.1 by @dependabot[bot] in #55
- fix(tag-release): use Git Data API so commits and tags auto-sign by @j7an in #56
Full Changelog: v2.5.2...v2.5.3
v2.5.2
What's Changed
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- deps: bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 by @dependabot[bot] in #49
- fix(cooldown): accept large valid diffs in extract-deps by @j7an in #51
Full Changelog: v2.5.0...v2.5.1
v2.5.0
v2.4.0
What's Changed
Full Changelog: v2.3...v2.4.0
v2.3.0
What's Changed
Full Changelog: v2.2...v2.3.0