Skip to content

Commit e870473

Browse files
committed
update changelog for 1.7.2 changes
1 parent 9dbb282 commit e870473

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v1.7.2"></a>
2+
# [v1.7.2](https://github.com/rhysd/actionlint/releases/tag/v1.7.2) - 23 Sep 2024
3+
4+
- Fix child processes to run in parallel.
5+
- Update popular actions data set to the latest. ([#442](https://github.com/rhysd/actionlint/issues/442), [#445](https://github.com/rhysd/actionlint/issues/445), [#446](https://github.com/rhysd/actionlint/issues/446), [#447](https://github.com/rhysd/actionlint/issues/447), # thanks @ maikelvdh)
6+
- [The playground](https://rhysd.github.io/actionlint/) now supports both light and dark modes and automatically applies the system's theme.
7+
8+
[Changes][v1.7.2]
9+
10+
111
<a name="v1.7.1"></a>
212
# [v1.7.1](https://github.com/rhysd/actionlint/releases/tag/v1.7.1) - 28 May 2024
313

@@ -164,8 +174,8 @@
164174
- Allow glob patterns in `self-hosted-runner.labels` configuration. For example, the following configuration defines any runner labels prefixed with `private-linux-`. (thanks [@kishaningithub](https://github.com/kishaningithub), [#378](https://github.com/rhysd/actionlint/issues/378))
165175
```yaml
166176
self-hosted-runner:
167-
labels:
168-
- private-linux-*
177+
labels:
178+
- private-linux-*
169179
```
170180
- Fix a race condition bug when `-format` option is used for linting multiple workflow files. Thanks [@ReinAchten-TomTom](https://github.com/ReinAchten-TomTom) for your help on the investigation. ([#370](https://github.com/rhysd/actionlint/issues/370))
171181
- Fix a race condition due to conflicts between some goroutine which starts to run shellcheck process and other goroutine which starts to wait until all processes finish.
@@ -666,7 +676,7 @@
666676
- Allow workflow calls are available in matrix jobs. See [the official announcement](https://github.blog/changelog/2022-08-22-github-actions-improvements-to-reusable-workflows-2/) for more details. ([#197](https://github.com/rhysd/actionlint/issues/197))
667677
```yaml
668678
jobs:
669-
ReusableMatrixJobForDeployment:
679+
ReuseableMatrixJobForDeployment:
670680
strategy:
671681
matrix:
672682
target: [dev, stage, prod]
@@ -1708,6 +1718,7 @@ See documentation for more details:
17081718
[Changes][v1.0.0]
17091719

17101720

1721+
[v1.7.2]: https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.2
17111722
[v1.7.1]: https://github.com/rhysd/actionlint/compare/v1.7.0...v1.7.1
17121723
[v1.7.0]: https://github.com/rhysd/actionlint/compare/v1.6.27...v1.7.0
17131724
[v1.6.27]: https://github.com/rhysd/actionlint/compare/v1.6.26...v1.6.27

0 commit comments

Comments
 (0)