Skip to content

Releases: TuxdudeHomeLab/hasspkgutil

hasspkgutil v0.5.0

30 May 06:37
v0.5.0
Compare
Choose a tag to compare

Released Thu, May 30 2024 06:37 AM UTC+0000

v0.5.0 which supports updating enabled/disabled integration lists.

Changelog

Thanks!

Those include all the new changes in the v0.5.0 release!

hasspkgutil v0.4.0

10 Jan 00:09
v0.4.0
Compare
Choose a tag to compare

Released Wed, Jan 10 2024 12:09 AM UTC+0000

v0.4.0 which supports parsing of recent Home Assistant version requirements and constraints files correctly.

Changelog

  • 20ff7a7: build(deps): bump github.com/tuxdude/zzzlog from 0.2.1 to 0.2.2 (@dependabot[bot])
  • 3c3bbdd: build: Use .TagSubject and .TagBody for better goreleaser release notes. (@Tuxdude)
  • 0a47ff0: build: [upgrade-makesystem-bot] Upgrade to v0.5.10. (@Tuxdude)
  • 8006d86: build: [upgrade-makesystem-bot] Upgrade to v0.5.12. (@Tuxdude)
  • 2a7e2d4: build: [upgrade-makesystem-bot] Upgrade to v0.5.14. (@Tuxdude)
  • ff469b9: build: [upgrade-makesystem-bot] Upgrade to v0.5.15. (@Tuxdude)
  • 3662059: build: [upgrade-makesystem-bot] Upgrade to v0.5.16. (@Tuxdude)
  • bb36aad: build: [upgrade-makesystem-bot] Upgrade to v0.5.17. (@Tuxdude)
  • adc834e: build: [upgrade-makesystem-bot] Upgrade to v0.5.18. (@Tuxdude)
  • d76504a: build: [upgrade-makesystem-bot] Upgrade to v0.5.19. (@Tuxdude)
  • f4dad74: build: [upgrade-makesystem-bot] Upgrade to v0.5.20. (@Tuxdude)
  • 6dcdc53: build: [upgrade-makesystem-bot] Upgrade to v0.5.3. (@Tuxdude)
  • 876beb4: build: [upgrade-makesystem-bot] Upgrade to v0.5.4. (@Tuxdude)
  • 2c9d2c1: build: [upgrade-makesystem-bot] Upgrade to v0.5.5. (@Tuxdude)
  • c7a2dea: build: [upgrade-makesystem-bot] Upgrade to v0.5.6. (@Tuxdude)
  • 8bb3726: build: [upgrade-makesystem-bot] Upgrade to v0.5.7. (@Tuxdude)
  • dda0439: build: [upgrade-makesystem-bot] Upgrade to v0.5.8. (@Tuxdude)
  • 64f8166: feat: Handle parsing of constraints and requirements files from recent Home Assistant versions correctly. (@Tuxdude)
  • 04d0707: fix: Change goreleaser source archive format to tar.gz. (@Tuxdude)
  • 7451865: fix: Return the right expected string in the error message while parsing. (@Tuxdude)
  • 22326bb: fix: Use name template based replacements instead of the unsupported replacements directive in .goreleaser.yaml. (@Tuxdude)

Thanks!

Those include all the new changes in the v0.4.0 release!

hasspkgutil v0.3.0

06 Mar 00:51
v0.3.0
Compare
Choose a tag to compare

Released Sun, Mar 6 2022 12:51 AM UTC+0000

Support specifying the list of disabled integrations.

This allows acting as an additional safety net to detect any new
integrations being added or existing ones being removed upstream and
will require consumer to update the list of enabled/disabled
integrations accordingly.

Changelog

  • 31719d2: feat: Allow specifying list of disabled integrations. (@Tuxdude)
  • 5ebc575: feat: Renamed enabledIntegrations type to selectedIntegrations. (@Tuxdude)
  • f1784b1: feat: Validate every specified disabled integration. (@Tuxdude)
  • cc048a0: refactor: Unify validation of enabled/disabled integrations lists. (@Tuxdude)

Thanks!

Those include all the new changes in the v0.3.0 release!

hasspkgutil v0.2.0

05 Mar 05:41
v0.2.0
Compare
Choose a tag to compare

Released Sat, Mar 5 2022 05:41 AM UTC+0000

Second release with a few additional improvements.

  • -enabled-integrations flag replaces -enabled-components flag.
  • Integrations without a . are assumed to be prefixed with
    homeassistant.components. and integration with a . are assumed
    to be prefixed with homeassistant..
  • Safety checks to confirm that all integrations specified in the
    enabled integrations file are actually covered in the integrations
    from Home Assistant Core.

Changelog

  • e805170: feat: Safety net to confirm all enabled integrations are valid. (@Tuxdude)
  • b909280: feat: Support integrations with generic prefix. (@Tuxdude)

Thanks!

Those include all the new changes in the v0.2.0 release!

hasspkgutil v0.1.0

04 Mar 03:07
v0.1.0
Compare
Choose a tag to compare

Released Fri, Mar 4 2022 03:07 AM UTC+0000

First release of Home Assistant Package Util (hasspkgutil)

This is the first release of this utility, with the sole goal of
generating the requirements and constraints lists for a given Home
Assistant release version and the specified list of enabled Home
Assistant integration components.

Changelog

Thanks!

Those include all the new changes in the v0.1.0 release!