dependabot[bot]
24aecdddf3
Bump docker/login-action from 1.9.0 to 1.10.0 ( #2975 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 12:48:33 +02:00
Stefan Agner
7bbfb60039
Allow upgrade when using {os_name} in URL ( #2974 )
...
Once {os_name} is part of the update URL we also need to set the OS name
explicitly for upgrades: A user might use a new Supervisor version on a
OS release 5 device. The device will still use "hassos" as OS name.
Before introducing {os_name}, the new OS name was part of the URL. Now
when {os_name} is used, we need to adjust the name for upgrade as well.
2021.06.5
2021-06-24 08:39:50 +02:00
Pascal Vizeli
ece40008c7
Logging in local timezone ( #2971 )
...
* Logging in local timezone
* fix convert
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021.06.4
2021-06-21 13:42:39 +02:00
Pascal Vizeli
0177b38ded
Support HOT/COLD snapshots for Add-ons ( #2943 )
...
* Support HOT/COLD snapshots for Add-ons
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
* Add warning
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-06-21 09:07:54 +02:00
Stefan Agner
16f2f63081
Allow downgrade to "hassos" from "haos" ( #2970 )
...
* Add "os_name" as possible URL variable
* Replace "os_name" for downgrades to OS versions before 6.0
2021-06-19 18:50:54 +02:00
Pascal Vizeli
5f376c2a27
Using images data from version file ( #2969 )
...
* Using images data from version file
* fix tests
2021-06-18 22:59:11 +02:00
dependabot[bot]
90a6f109ee
Bump gitpython from 3.1.17 to 3.1.18 ( #2967 )
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.17 to 3.1.18.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.17...3.1.18 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 13:32:53 +02:00
dependabot[bot]
e6fd0ef5dc
Bump actions/upload-artifact from 2.2.3 to 2.2.4 ( #2965 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.2.4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 09:49:28 +02:00
Joakim Sørensen
d46ab56901
Update frontend to 446a9b5c ( #2962 )
2021.06.3
2021-06-16 11:45:28 +02:00
Pascal Vizeli
3b1ad5c0cd
Run API watchdog only if core is running ( #2961 )
...
* Run API watchdog only if core is running
* negate
* fix comment
2021-06-16 11:45:06 +02:00
Joakim Sørensen
de8a241e72
When validating add-ons transform core-addons url ( #2960 )
2021.06.2
2021-06-15 15:06:40 +02:00
Pascal Vizeli
a4a0b43d91
Using ghcr.io/home-assistant + fallback ( #2959 )
2021-06-14 20:07:44 +02:00
Pascal Vizeli
adf355e54f
Fix API watchdog never trigger ( #2958 )
2021.06.1
2021-06-14 14:11:22 +02:00
Joakim Sørensen
4f9e646b4c
Fix addon_pwned enabled setter ( #2952 )
...
* Fix addon_pwned enabled setter
* whatever
* adjust
2021-06-14 11:33:53 +02:00
dependabot[bot]
ce57d384ca
Bump pyupgrade from 2.19.3 to 2.19.4 ( #2957 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.19.3 to 2.19.4.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.19.3...v2.19.4 )
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14 11:32:50 +02:00
Pascal Vizeli
d53d526673
Add-on: Block update itself ( #2956 )
...
* Add-on: Block update itself
* Better logging
* Update
2021-06-14 10:37:59 +02:00
Pascal Vizeli
cd8fc16bcb
Cleanup security layer - Add-on default access role ( #2954 )
...
* Allow access to network info (add-on)
* fix check
* make it nice
* cleanup
* cleanup
* fix tests
* Add warning
* allow access to addons/store/snapshot infos
* revert
2021-06-14 10:05:37 +02:00
dependabot[bot]
6b58970354
Bump black from 21.5b2 to 21.6b0 ( #2953 )
...
* Bump black from 21.5b2 to 21.6b0
Bumps [black](https://github.com/psf/black ) from 21.5b2 to 21.6b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update .pre-commit-config.yaml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-06-13 12:44:11 +02:00
Joakim Sørensen
b70ed9a60d
Rename fixtures ( #2946 )
...
* Rename fixtures
* Use tilde
2021.06.0
2021-06-10 12:45:39 +02:00
dependabot[bot]
22c8ff1314
Bump pyupgrade from 2.19.1 to 2.19.3 ( #2948 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.19.1 to 2.19.3.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.19.1...v2.19.3 )
---
updated-dependencies:
- dependency-name: pyupgrade
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 11:39:16 +02:00
Stefan Agner
ba2cf8078e
Bump awesomeversion to 21.6.0 ( #2949 )
2021-06-10 10:15:43 +02:00
dependabot[bot]
ef138b619b
Bump pulsectl from 21.5.17 to 21.5.18 ( #2911 )
...
Bumps [pulsectl](https://github.com/mk-fg/python-pulse-control ) from 21.5.17 to 21.5.18.
- [Release notes](https://github.com/mk-fg/python-pulse-control/releases )
- [Changelog](https://github.com/mk-fg/python-pulse-control/blob/master/CHANGES.rst )
- [Commits](https://github.com/mk-fg/python-pulse-control/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 14:38:30 +02:00
dependabot[bot]
9252af5ddb
Bump codecov/codecov-action from 1.5.0 to 1.5.2 ( #2942 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v1.5.2 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 10:39:24 +02:00
Pascal Vizeli
bcef34012d
Time handling ( #2901 )
...
* Add new time handling
* migrate date for python3.9
* add timedate
* add tests & simplify it
* better testing
* use ssl
* use hostname with new interface
* expose to API
* update data
* add base handler
* new timezone handling
* improve handling
* Improve handling
* Add tests
* Time adjustment function
* Fix logging
* tweak condition
* don't adjust synchronized time
* Guard
* ignore UTC
* small cleanup
* like that, we can leaf it
* add URL
* add comment
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-06-09 09:38:32 +02:00
Stefan Agner
2f18c177ae
Introduce pre-/post-snapshot commands ( #2941 )
...
Introduce commands which are run before and after a snapshot is being
taken. This is useful for e.g. for database add-ons to suspend write
operations during snapshot.
2021-06-08 21:44:31 +02:00
dependabot[bot]
12487fb69d
Bump home-assistant/builder from 2021.05.0 to 2021.06.2 ( #2939 )
...
Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2021.05.0 to 2021.06.2.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2021.05.0...2021.06.2 )
---
updated-dependencies:
- dependency-name: home-assistant/builder
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 21:41:50 +02:00
Joakim Sørensen
e629bab8ee
Fix setting audio profile ( #2934 )
2021-06-04 14:18:23 +02:00
Joakim Sørensen
e85d7c3d2e
Update frontend to a45b8ca8 ( #2936 )
2021-06-04 14:05:50 +02:00
Joakim Sørensen
64c59d0fe9
Lmit ensure_access_token ( #2931 )
2021-06-03 11:03:46 +02:00
dependabot[bot]
522cbe3295
Bump pytest-cov from 2.12.0 to 2.12.1 ( #2930 )
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases )
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v2.12.1 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 12:31:44 +02:00
Sergio Oller
fd185fc326
Minor spelling fixes ( #2929 )
2021-06-02 11:50:07 +02:00
dependabot[bot]
6ddc135266
Bump pylint from 2.8.2 to 2.8.3 ( #2924 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.2...v2.8.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 15:49:02 +02:00
dependabot[bot]
f8d5279d9c
Bump black from 21.5b1 to 21.5b2 ( #2926 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 15:48:28 +02:00
dependabot[bot]
2acae9af57
Bump pyupgrade from 2.19.0 to 2.19.1 ( #2925 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.19.0...v2.19.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-01 14:38:05 +02:00
Pascal Vizeli
b425d21d05
Adjust content-trust core version ( #2923 )
2021.05.4
2021-05-31 11:48:37 +02:00
dependabot[bot]
4c7ba20a58
Bump pyupgrade from 2.18.3 to 2.19.0 ( #2922 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.18.3 to 2.19.0.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.18.3...v2.19.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31 10:19:39 +02:00
dependabot[bot]
a4f325dd2e
Bump actions/cache from 2.1.5 to 2.1.6 ( #2916 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 11:09:30 +02:00
Stefan Agner
a99bfa2926
Update OS on intel-nuc to generic-x86-64 image ( #2909 )
...
* Add architectures supported by generic-x86-64 board
* Follow intel-nuc to generic-x86-64 rename when updating
Home Assistant OS renamed the intel-nuc board to generic-x86-64. Make
sure to download the generic-x86-64 raucb OS update when updating a
intel-nuc machine.
* Don't explicit use section, rely on AwesomeVersion's comparision
* Remove unecessary global variable TEST_URL
* Fix version comparision
* Remove rate limiter on updater.fetch_data()
* Update tests/test_hassos.py
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
* Fix black issue
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021.05.3
2021-05-27 14:25:16 +02:00
Joakim Sørensen
bb127a614b
Bump frontend to 59f3f819 ( #2915 )
2021-05-27 10:53:14 +02:00
Joakim Sørensen
6f2f005897
Update frontend to fa9c6a76 ( #2914 )
2021.05.2
2021-05-26 15:35:20 +02:00
dependabot[bot]
e22a20c165
Bump pre-commit from 2.12.1 to 2.13.0 ( #2912 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 10:58:39 +02:00
dependabot[bot]
20c2121e5f
Bump pyupgrade from 2.18.1 to 2.18.3 ( #2913 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.18.1 to 2.18.3.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.18.1...v2.18.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25 09:42:44 +02:00
dependabot[bot]
8a5831d6b2
Bump pyupgrade from 2.17.0 to 2.18.1 ( #2910 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.17.0...v2.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-21 14:50:01 +02:00
Franck Nijhof
fb81946240
Fix Watchdog port being used as string ( #2903 )
2021.05.1
2021-05-19 17:32:31 +02:00
dependabot[bot]
4bec86c58c
Bump pydocstyle from 6.0.0 to 6.1.1 ( #2895 )
...
Bumps [pydocstyle](https://github.com/PyCQA/pydocstyle ) from 6.0.0 to 6.1.1.
- [Release notes](https://github.com/PyCQA/pydocstyle/releases )
- [Changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst )
- [Commits](https://github.com/PyCQA/pydocstyle/compare/6.0.0...6.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 12:45:39 +02:00
dependabot[bot]
7034b79991
Bump pyupgrade from 2.16.0 to 2.17.0 ( #2894 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/asottile/pyupgrade/releases )
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.16.0...v2.17.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 12:41:39 +02:00
dependabot[bot]
7b9a09dc4b
Bump pulsectl from 21.5.6 to 21.5.17 ( #2892 )
...
Bumps [pulsectl](https://github.com/mk-fg/python-pulse-control ) from 21.5.6 to 21.5.17.
- [Release notes](https://github.com/mk-fg/python-pulse-control/releases )
- [Changelog](https://github.com/mk-fg/python-pulse-control/blob/master/CHANGES.rst )
- [Commits](https://github.com/mk-fg/python-pulse-control/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021.05.0
2021-05-19 12:12:58 +02:00
dependabot[bot]
0746c4dec5
Bump actions/stale from 3.0.18 to 3.0.19 ( #2896 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/actions/stale/releases )
- [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 11:36:46 +02:00
Joakim Sørensen
6dadb933bd
Bump frontend to 245bb639 ( #2897 )
2021-05-19 11:34:49 +02:00
dependabot[bot]
07197e6a50
Bump jinja2 from 3.0.0 to 3.0.1 ( #2900 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-19 10:27:27 +02:00