Releases: buildkite-plugins/shellcheck-buildkite-plugin
Releases · buildkite-plugins/shellcheck-buildkite-plugin
v1.4.0 (🍂 Autumn)
What's Changed
- Linter fix by @toote in #46
- Update buildkite/plugin-tester Docker tag to v4 by @renovate in #47
- Use Plugin Tester by @toote in #49
- Update buildkite plugin plugin-linter to v3.2.0 by @renovate in #50
- Fix tests by @toote in #52
- Update buildkite plugin plugin-linter to v3.3.0 by @renovate in #53
- Update buildkite plugin plugin-tester to v1.1.1 by @renovate in #54
- Add Code of Conduct by @tomowatt in #55
- SUP-2419: Add CODEOWNERS by @tomowatt in #56
- enable image configuration by @davidblum in #57
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- shellcheck#v1.3.0:
+ shellcheck#v1.4.0:
files: scripts/*.sh
New Contributors
- @tomowatt made their first contribution in #55
- @davidblum made their first contribution in #57
Full Changelog: v1.3.0...v1.4.0
v1.3.0 (🥩 Milanesa day)
v1.2.0 (🍕 Cooking Pizza)
Added/Removed/Fixed/Changed
- Update buildkite plugin docker-compose to v3.0.3 (#27) @renovate
- Update buildkite plugin docker-compose to v3.0.2 (#26) @renovate
- Update buildkite plugin docker-compose to v3.0.1 (#25) @renovate
- Update buildkite plugin docker-compose to v3 (#24) @renovate
- Update buildkite/plugin-tester:latest Docker digest to 235385e (#22) @renovate
- Update buildkite/plugin-tester:latest Docker digest to ee0d1ad (#18) @renovate
- Update buildkite plugin docker-compose to v2 (#20) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- shellcheck#v1.1.2:
+ shellcheck#v1.2.0:
files: scripts/*.sh