Sourced from redhat-plumbers-in-action/differential-shellcheck's releases.
+++v5.0.1
+What's Changed
+Bug Fixes
++
+- Drop support for DEBUG in grep :bug: (#322)
+@jamacku
- Fix incorrect log about fixed issues :wood: (#323)
+@jamacku
Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v5.0.0...v5.0.1
+v5.0.0
+What's Changed
+Breaking
++
+- drop:
+ignored-codes
input :no_entry_sign: (#290)@jamacku
- drop:
+shell-scripts
input :no_entry_sign: (#288)@jamacku
New
++
+- Show more context for ShellCheck defects and fixes in console output :floppy_disk: (#300)
+@jamacku
- Add support for subdirectory scanning :file_folder: (#294)
+@jamacku
- Add Statistics of defect severities :bar_chart: (#233)
+@jamacku
- Show scanned files in console by default 📜 (#285)
+@jamacku
Bug Fixes
++
+- Fix autodetection of shell scripts in DEBUG mode :kiwi_fruit: (#299)
+@jamacku
- Always gather defect statistics :chart_with_downwards_trend: (#298)
+@jamacku
- Fix count of scanned files in job Summary when running on push event :1234: (#297)
+@jamacku
- Set correct version of ShellCheck in SARIF :coconut: (#296)
+@jamacku
- fix: detection of changed files that might cause failure on some paths :lollipop: (#286)
+@jamacku
Maintenance
++
+- Make the version of the used GHA more visible :eyes: (#320)
+@jamacku
- Update
+csutils
(csdiff
andcsgrep
) to 3.0.4 (#319)@jamacku
- Update
+csutils
(csdiff
) to 3.0.3 (#293)@jamacku
Documentation
++
+- Improve documentation examples and update feature showcase :camera: (#301)
+@jamacku
- Add section documenting VS Code integration :woman_technologist: (#311)
+@jamacku
- doc: Explain format of path list options (#310)
+@VladimirSlavik
Automation and CI changes
+ +Dependency Updates
+ +
... (truncated)
+Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.
+++Changelog
+Next release
+v5.0.0
++
+- Added defect statistics based on severity levels. They are available in the console output and in the job Summary page.
+- New option
+scan-directory
. Allows to specify directories that will be scanned. By default Differential ShellCheck scans the whole repository.- Show more context for ShellCheck defects and fixes in console output. The defect is now shown in the context of the surrounding code.
+- Fix autodetection of shell scripts in DEBUG mode
+- Fix detection of changed files that might cause failure on paths with special characters.
+- Fix count of scanned files in job Summary when running on push event.
+- Drop support for
+shell-scripts
input- Drop support for
+ignored-codes
input- Update
+csutils
(csdiff
) to 3.0.4v4.2.2
++
+- Container images now based on Fedora 38 +
++
+- +
ShellCheck
-0.8.0 -> 0.9.0
- +
csutils
-3.0.0 -> 3.0.2
v4.2.1
++
+- Handle multiple include/exclude paths with newlines
+v4.2.0
++
+- New option
+exclude-path
. Allows to specify list of paths excluded from ShellCheck scanning. It supports globbing and brace expansion. e.g.test/{test1,test2}/**
- New option
+include-path
. Similar toexclude-path
, it allows specifying the list of paths that will be included into scanning. No further checks are performed. +It supports globbing and brace expansion. e.g.fixture/**.fixture
v4.1.0
++
+- +
grep
- do not escape#
and!
in patterns- Utilize
+DEBUG
to rungrep
without--silent
option- Update
+csutils
(csdiff
) to 3.0.0v4.0.2
++
+- Correctly handle character escaping in filenames (e.g.
+␣
and&
)- Improve documentation and more tests
+v4.0.0
++
+ +- +
+Tag
+latest
is no longer available. Use major tags instead (e.g.v3
orv4
).- +
+Action can be triggered using GitHub
+push
event+on: +
... (truncated)
+aa647ec
v5.0.13dfdfcf
fix: uninitialized variable RUNNER_DEBUG98b3935
fix: drop support for DEBUG in grepc9cc531
fix: incorrect log about fixed issues0b37fe0
v5.0.0b392c11
deps: use the correct version of super-linter9988647
deps: add comment with pinned versiona58af3b
deps: update csutils
(csdiff
and csgrep
) to 3.0.4dc2f863
doc: fix format of warning messagee0416c5
doc: add example.sh
for testing purposesSourced from redhat-plumbers-in-action/differential-shellcheck's releases.
+++v5.0.2
+What's Changed
+Dependency Updates
++
+ +- Update csutils to
+3.1.0
(#339)@jamacku
- build(deps): bump fedora from
+38
to39
(#332)@dependabot
+
+ +- build(deps): bump test/bats from
+f1f5115
toe9fd17a
(#333)@dependabot
- build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler from 2.0.7 to 2.1.0 (#334)
+@dependabot
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1 (#335)
+@dependabot
- build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 (#336)
+@dependabot
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.8 (#337)
+@dependabot
- build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.1 (#338)
+@dependabot
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.5 (#325)
+@dependabot
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#326)
+@dependabot
- build(deps): bump super-linter/super-linter from 5.3.1 to 5.6.0 (#327)
+@dependabot
- build(deps): bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (#328)
+@dependabot
- build(deps): bump redhat-plumbers-in-action/advanced-issue-labeler from 2.0.6 to 2.0.7 (#329)
+@dependabot
- build(deps): bump test/bats from
+360c1ea
tof1f5115
(#330)@dependabot
Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v5.0.1...v5.0.2
+v5.0.1
+What's Changed
+Bug Fixes
++
+- Drop support for DEBUG in grep :bug: (#322)
+@jamacku
- Fix incorrect log about fixed issues :wood: (#323)
+@jamacku
Full Changelog: https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v5.0.0...v5.0.1
+v5.0.0
+What's Changed
+Breaking
++
+- drop:
+ignored-codes
input :no_entry_sign: (#290)@jamacku
- drop:
+shell-scripts
input :no_entry_sign: (#288)@jamacku
New
+ + +
... (truncated)
+Sourced from redhat-plumbers-in-action/differential-shellcheck's changelog.
+++Changelog
+Next release
+v5.0.2
++
+- Container images now based on Fedora 39
+- Update
+csutils
(csdiff
) to 3.1.0v5.0.0
++
+- Added defect statistics based on severity levels. They are available in the console output and in the job Summary page.
+- New option
+scan-directory
. Allows to specify directories that will be scanned. By default Differential ShellCheck scans the whole repository.- Show more context for ShellCheck defects and fixes in console output. The defect is now shown in the context of the surrounding code.
+- Fix autodetection of shell scripts in DEBUG mode
+- Fix detection of changed files that might cause failure on paths with special characters.
+- Fix count of scanned files in job Summary when running on push event.
+- Drop support for
+shell-scripts
input- Drop support for
+ignored-codes
input- Update
+csutils
(csdiff
) to 3.0.4v4.2.2
++
+- Container images now based on Fedora 38 +
++
+- +
ShellCheck
-0.8.0 -> 0.9.0
- +
csutils
-3.0.0 -> 3.0.2
v4.2.1
++
+- Handle multiple include/exclude paths with newlines
+v4.2.0
++
+- New option
+exclude-path
. Allows to specify list of paths excluded from ShellCheck scanning. It supports globbing and brace expansion. e.g.test/{test1,test2}/**
- New option
+include-path
. Similar toexclude-path
, it allows specifying the list of paths that will be included into scanning. No further checks are performed. +It supports globbing and brace expansion. e.g.fixture/**.fixture
v4.1.0
++
+- +
grep
- do not escape#
and!
in patterns- Utilize
+DEBUG
to rungrep
without--silent
option- Update
+csutils
(csdiff
) to 3.0.0v4.0.2
++
+- Correctly handle character escaping in filenames (e.g.
+␣
and&
)- Improve documentation and more tests
+v4.0.0
+ +
... (truncated)
+91e2582
v5.0.27057a68
deps: update csutils to 3.1.003a5e6b
build(deps): bump fedora from 38
to 39
ae5c394
build(deps): bump test/bats from f1f5115
to e9fd17a
d9b742a
build(deps): bump redhat-plumbers-in-action/advanced-issue-labelerad4e382
build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.1d2737b9
build(deps): bump docker/build-push-action from 5.0.0 to 5.1.096315e2
build(deps): bump github/codeql-action from 2.22.5 to 2.22.8789ffb6
build(deps): bump super-linter/super-linter from 5.6.0 to 5.7.194126cb
build(deps): bump github/codeql-action from 2.21.9 to 2.22.5