Releases: artis3n/ansible_galaxy_collection
Releases · artis3n/ansible_galaxy_collection
2.4.3
Fixes
- technote-space/release-github-action apparently decided to start deleting
package*.json
files which borked the container. This release attempts to resolve that error by explicitly disabling file deletion.
2.4.2
Fixed
- Versions 2.2.5 through 2.4.1 are broken due to an issue using
@actions/core
. This fixes that :)
2.4.1
Changed
- Now publishing an image at GitHub Container Registry
Deprecated
- No longer publishing to Docker Hub or pkg.github.com
2.4.0
Changed
- Moved Dockerfile contents into a WORKDIR. See #137
2.3.0
Changed
- Bump the Docker container node version from 14-slim to 16-slim.
Added
- Adds a npm run docker command that builds the container locally using docker and buildkit.
2.2.6
Updates dependencies and 3rd party libraries.