Skip to content

Releases: buildkite-plugins/shellcheck-buildkite-plugin

v1.4.0 (🍂 Autumn)

02 Oct 19:20
415387e
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.3.0...v1.4.0

v1.3.0 (🥩 Milanesa day)

28 Sep 20:19
03732ed
Compare
Choose a tag to compare

What's New:

  • Add support for extended and recursive globs (#42) @mckern

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.2.0:
+     shellcheck#v1.3.0:
        files: scripts/*.sh

v1.2.0 (🍕 Cooking Pizza)

10 Feb 00:16
70e21ae
Compare
Choose a tag to compare

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

v1.1.2 (😴 Sleepy Head)

21 Nov 12:33
ba1e5ee
Compare
Choose a tag to compare

Fixed

  • Document options, and pass --color=always by default (#17) @huonw

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.1.1:
+     shellcheck#v1.1.2:
        files: scripts/*.sh

v1.1.1 (🦔Irritable Hedgehog)

21 Aug 05:58
@lox lox
760c1bd
Compare
Choose a tag to compare

Fixed

  • Make option parsing work in bash 3.x (#15) @lox

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.1.0:
+     shellcheck#v1.1.1:
        files: scripts/*.sh

v1.1.0 (⏳Sands of Time)

21 Aug 03:10
@lox lox
e560f13
Compare
Choose a tag to compare

Added/Removed/Fixed/Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.0.1:
+     shellcheck#v1.1.0:
        files: scripts/*.sh

v1.0.1 (🕳 Pit of no return)

26 Apr 11:43
358f1ec
Compare
Choose a tag to compare

Fixed

  • Shellcheck fails now fail the command [#2]
  • Fix shellcheck no longer assuming /mnt [#3]

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      shellcheck#v1.0.0:
+      shellcheck#v1.0.1: