Skip to content

Releases: frenck/action-yamllint

v1.5.0

16 Feb 14:32
34b4bbc
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v1.4.2

09 Nov 17:27
4eff249
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Update actions/checkout action to v3.5.3 @renovate (#75)
  • ⬆️ Update dessant/lock-threads action to v4.0.1 @renovate (#76)
  • ⬆️ Update release-drafter/release-drafter action to v5.24.0 @renovate (#77)
  • ⬆️ Update actions/checkout action to v3.6.0 @renovate (#78)
  • ⬆️ Update actions/checkout action to v4 @renovate (#79)
  • ⬆️ Update actions/checkout action to v4.1.0 @renovate (#80)
  • ⬆️ Update release-drafter/release-drafter action to v5.25.0 @renovate (#82)
  • ⬆️ Update actions/checkout action to v4.1.1 @renovate (#83)
  • ⬆️ Update yamllint to v1.33.0 @renovate (#84)
  • ⬆️ Update python Docker tag to v3.12 @renovate (#81)

v1.4.1

22 May 16:46
9f94424
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • Add Renovate for dependency management @frenck (#67)

📚 Documentation

⬆️ Dependency updates

v1.4.0

12 Jan 18:53
57b4ef7
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v1.3.1

09 Nov 13:49
cb33fa8
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

⬆️ Dependency updates

v1.3.0

13 Sep 08:25
8ad8b75
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v1.2.0

11 Jul 07:03
ddbdd2d
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v1.1.2

13 Jan 08:19
9d59c9f
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • Upgrade lock-threads workflow to 3.0.0 @frenck (#30)
  • 🎆 Updates maintenance/license year to 2022 @frenck (#37)

⬆️ Dependency updates

v1.1.1

14 Jul 11:51
4717106
Compare
Choose a tag to compare

What’s changed

The log output of this action has been suboptimal, due to some changes by GitHub Actions and the way yamllint outputs its GitHub Actions format.

This is now fixed by forcing yamllint to use a standard log output while providing GitHub with a problem matcher so it understands that output and can do write annotations.

🐛 Bug fixes

  • Fix log output by using a problem matcher instead @frenck (#23)

⬆️ Dependency updates

v1.1.0

01 Feb 09:45
e21bcc7
Compare
Choose a tag to compare

What’s changed

yamllint has been upgraded to 1.26.0

Changelog

Sourced from yamllint's changelog.

1.26.0 (2021-01-29)

  • End support for Python 2 and Python 3.4, add support for Python 3.9
  • Add forbid: non-empty option to braces and brackets rules
  • Fix quoted-strings for explicit octal recognition
  • Add documentation for integration with Arcanist
  • Fix typos in changelog and README
  • Stop using deprecated python setup.py test in tests

🧰 Maintenance

  • Fix maintenance vs chore label issue @frenck (#8)

📚 Documentation

⬆️ Dependency updates