This release includes several hardening and linting improvements to the shell plugin, along with two notable functional changes:
- Support for ports in image names (#21, thanks @JonathanMbt!)
- Support for additional containerd locations (#30, thanks @yuzhichang!)
Changelog
- 63c2ebf Fixed incorrect containerd sock path on OpenSUSE (#30)
- f01890c Revert "feat: Cleanup on INT and TERM signals"
- a4c8350 chore(plugin): Enable more shellcheck checks
- 87958a0 chore(shellcheck): Enforce "require-double-brackets" rule
- 9aa39fb chore(shellcheck): Enforce "require-variable-braces" rule
- 9e27c78 chore: Fix all shellcheck warnings for files in scripts/
- b2e86d1 cleanup(plugin): Do not retry on unknown errors
- 9633089 feat(plugin): Pin image version
- d6e80b9 feat(plugin): Pin unregistry image version to script version
- 2b32816 feat: Cleanup on INT and TERM signals
- 87791ce feat: Run goreleaser as part of the version bumping script
- 7b59d9f feat: add support to private registries (#21)
- da2720e fix(plugin): Use correct and slightly randomized remote image name
- c7dbf39 fix: Exclude release commits from changelog