sdwilsh / hass-truenas

TrueNAS integration for Home Assistant
MIT License
38 stars 11 forks source link

Bump aiotruenas-client from 0.4.0 to 0.5.0 #30

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps aiotruenas-client from 0.4.0 to 0.5.0.

Release notes

Sourced from aiotruenas-client's releases.

v0.5.0

  • New property on CachingMachine to determine if the connection is closed or not
  • Add support for Jobs
  • Add support for Jails
  • Update virtual machine methods to match new websockets spec.
Commits
  • 63be3cb Cut release for 0.5.0
  • a4ae873 Update Virtual Machine Methods
  • fa10bfa Add Pyright
  • f3cfec3 Fix a bunch of Pylance problems
  • 2d18625 Remove the need for TypeVar
  • 8331ac2 Jail start/stop/restart should actuall return/raise
  • da29e52 Subscribe to core.get_jobs
  • a43348f Add support for Jails
  • 9d906be Refactor: Add an interface for state fetchers
  • 694233a Add Support for Jobs
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #35.