Releases: actions/delete-package-versions
Releases · actions/delete-package-versions
v5.0.0
What's Changed
- Add repository dispatch event to run integration tests by @s-anupam in #98
- Update action to node20 by @takost in #118
⚠️ This is a breaking change - if you're using this action with self-hosted runner, make sure it's running Actions Runner image v2.308.0 or later.
- ci: Create dependabot.yml by @jidicula in #122
- build: bump @types/node from 20.10.3 to 20.11.2 by @dependabot in #123
- build: bump prettier from 3.1.0 to 3.2.2 by @dependabot in #124
- build: bump @typescript-eslint/parser from 6.13.1 to 6.19.0 by @dependabot in #126
New Contributors
Full Changelog: v4...v5.0.0
v4.1.1
What's Changed
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Added new param
delete-only-untagged-versions
to support deleting only untagged container versions #94
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Added support for container, npm, & NuGet registries.
- Using Rest APIs instead of GraphQL to support package deletion of newly re-platformed packages.
- Added new mandatory param
package-type
- Made
package-name
mandatory - Removed
repo
param requirement, this is backward compatible
New Contributors
- @s-anupam made their first contribution in #83
- @nishthaGupta made their first contribution in #86
Full Changelog: v3.0.1...v4.0.0
v3.0.1
What's Changed
- Indicate missing support for GHCR and soon also npm in readme by @tinaheidinger in #75
- fix typo in readme by @gaelgoth in #82
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #70
- Bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #79
New Contributors
- @tinaheidinger made their first contribution in #75
- @gaelgoth made their first contribution in #82
Full Changelog: v3...v3.0.1
v3.0.0
What's Changed
- Upgrade to node16 by @NamrataJha in #69
Breaking Change
With the update to Node 16 in #69, all scripts will now be run with Node 16 rather than Node 12.
Full Changelog: v2...v3.0.0
v2.0.2
What's Changed
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #63
- Fix dependency alerts by @NamrataJha in #64
- #66 Type mismatch on variable $packageVersionId and argument packageV… by @ralfstuckert in #67
New Contributors
- @ralfstuckert made their first contribution in #67
Full Changelog: v2...v2.0.2
v2.0.1
Enables pagination and extends action to work beyond the oldest 100 packages.
v2.0.0
In this release we have added min-versions-to-keep
, ignore-versions
and delete-only-pre-release-versions
features.
v1.0.3
This release includes vendored licenses for this action's npm dependencies.