Releases: aardbol-actions/push-to-registry
Releases · aardbol-actions/push-to-registry
Release list
v3.1.0
- feat: Add Sigstore signing support for container images (upstream redhat-actions#120)
- feat: Add podman remote mode support (upstream redhat-actions#122)
- feat: Add
podman-argsinput for global podman flags (upstream redhat-actions#121) - fix: Default tag fallback to
latest(upstream redhat-actions#109) - fix: Lowercase
registryinput for OCI compliance (upstream redhat-actions#110, redhat-actions#121) - fix: Complete URL substring sanitization in
getFullDockerImageName(upstream redhat-actions#124) - fix: Preserve tag casing per OCI spec (upstream redhat-actions#121)
- ci: Add workflow to rebuild bundle on Dependabot PRs (upstream redhat-actions#128)
- ci: Bump
redhat-actions/podman-loginfrom v1 to v2 (upstream redhat-actions#127) - ci: Add test job and native node test runner
- chore(deps): Bump
eslintfrom 10.6.0 to 10.8.1 - chore(deps): Bump
typescript-eslint/@typescript-eslint/*to 8.66.0 - chore(deps): Bump
@types/nodeto 26.2.0
v3.0.3
- chore(deps): Bump
undicifrom 6.27.0 to 6.28.0 (#2) - chore(ci): Group Dependabot updates into single PRs per family (GitHub Actions, devcontainers, npm)
- chore(ci): Limit push-triggered workflows to
mainand add concurrency groups to avoid duplicate runs - chore(deps): Bump
js-yamlfrom 4.3.0 to 4.3.1 (#3)
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
v3.0.0
v3.0.0
- chore(ci): Pinned all GitHub Actions by commit SHA with version comments
- chore(ci): Replaced
ubuntu-latestwithubuntu-24.04across all workflows - chore(ci): Added explicit
permissions:blocks to all workflows - chore(ci): Replaced
CRDAvulnerability scan with CodeQL, Trivy, and Scorecards workflows - chore(ci): Added path-filtered job gating with
dorny/paths-filterto all test workflows - chore(ci): Removed Quay.io test workflows
- chore(ci): Switched GHCR pushes to repo-scoped namespace (
ghcr.io/${{ github.repository }}) - chore: Switched from
redhat-actions/commontoaardbol-actions/commonaction references - chore: Bumped
@actions/coreto v3,@actions/execto v3,@actions/ioto v3 - chore: Bumped
inito v7,eslintto v10,typescriptto v6,@vercel/nccto 0.44 - chore: Switched to
@aardbol-actionsscoped packages (action-io-generator,tsconfig) - chore: Migrated from legacy
.eslintrc.jsto flat config (eslint.config.js) - chore: Added
SECURITY.md,.editorconfig,.pre-commit-config.yaml,.github/dependabot.yml - chore: Updated
tsconfig.jsonextends to@aardbol-actions/tsconfig - chore: Set minimum Node engine to 24
- fix:
fs.promises.rmdirdeprecation in source