Skip to content

Releases: frenck/action-addon-linter

v2.1.0

22 Mar 12:41
c78e9c9
Compare
Choose a tag to compare

What’s changed

✨ New features

🐛 Bug fixes

🚀 Enhancements

  • Add checks and warnings for use of full_access @frenck (#31)

⬆️ Dependency updates

  • Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#30)
  • Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#32)
  • Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#38)
  • Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#39)

v2.0.0

08 Feb 10:21
5fde090
Compare
Choose a tag to compare

What’s changed

🚨 Breaking changes

  • Adjust schema to match Supervisor 2021.2 new features @frenck (#26)

✨ New features

  • Add ingress_port checks @frenck (#25)
  • Adjust schema to match Supervisor 2021.2 new features @frenck (#26)

⬆️ Dependency updates

v1.4.0

24 Jan 20:40
c82c5e9
Compare
Choose a tag to compare

What’s changed

✨ New features

  • Check if 'webui' is absent when Ingress is enabled @frenck (#20)
  • Add checks if ports & ports_description match @frenck (#22)

🧰 Maintenance

v1.3.1

20 Jan 14:40
755d287
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

  • Fix 'homeassistant' property to be of type string @frenck (#18)
  • Fix format of the 'privileged' option @frenck (#19)

v1.3.0

20 Jan 01:10
744441c
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

🧰 Maintenance

v1.2.3

20 Jan 00:02
26e1e79
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

v1.2.2

19 Jan 23:50
d2ddc79
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

v1.2.1

19 Jan 11:25
2c1db17
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

  • Fix add-on config map check regular expression @frenck (#12)

v1.2.0

17 Jan 23:56
6d337f0
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • Add new optional/default from Supervisor 2021.01.0 release @frenck (#10)

🧰 Maintenance

⬆️ Dependency updates

  • Bump frenck/action-yamllint from v1.0.1 to v1.0.2 @dependabot (#9)

v1.1.0

13 Jan 16:37
ace451b
Compare
Choose a tag to compare

What’s changed

✨ New features

  • Add support for linting build.json @frenck (#1)

🐛 Bug fixes

  • Fix missing build schema in Dockerfile @frenck (#6)
  • Fix missing exit code in community check @frenck (#7)

🧰 Maintenance

  • Add additional release tags @frenck (#2)
  • Update linter workflow @frenck (#4)
  • Update schema workflow to check for the build schema @frenck (#5)

📚 Documentation