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