Release 2.0.1 (2026-05-13)¶
Bug fixes¶
- pin go-test-coverage to v2.18.3 for hadolint DL3062
- suppress new Go stdlib CVEs in Trivy ignore list
- pin go-test-coverage v2.18.3 for Go 1.25 compatibility
- correct trivy action path in cd-docker-publish
CI¶
- update vergil-actions refs from v1.5 to v2.0
Chores¶
- prepare release 1.0.0
- merge main into release/1.0.0
- prepare release 1.0.0
- bump version to 1.5.1
- switch hadolint container references from dev-base to prod-base
- update plugin identity to vergil-marketplace
- add vergil-tooling key to dependencies for config parser compat
Features¶
- rename to vergil-docker under vergil-project org (#193)
-
chore: bump version to 1.5.1
-
chore(release): update toolchain dependencies for 1.5.1 cycle
Update 13 toolchain dependencies to latest versions:
- shfmt 3.12.0 → 3.13.1
- actionlint 1.7.11 → 1.7.12
- git-cliff 2.8.0 → 2.13.1
- markdownlint-cli 0.47.0 → 0.48.0
- uv 0.7.12 → 0.11.13
- mkdocs-material 9.6.12 → 9.7.6
- mike 2.1.3 → 2.2.0
- golangci-lint v2.10.1 → v2.12.2
- govulncheck v1.1.4 → v1.3.0
- goimports v0.42.0 → v0.45.0
- go-test-coverage v2.18.3 → v2.18.8
- cargo-deny 0.19.0 → 0.19.6
- cargo-llvm-cov 0.6.16 → 0.8.6
Refactoring¶
- align PR and issue templates with standard-tooling Replace PR template with redirect stub (st-submit-pr is the required path). Redesign issue template as 3-field form with standardized type dropdown.
Ref wphillipmoore/standard-tooling#650