dependabot[bot]
b433d129ef
Bump docker from 5.0.2 to 5.0.3 ( #3215 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 10:08:24 +02:00
Samprit | Nekrós
4b0278fee8
Use new format for logging exceptions - store/repository.py ( #3212 )
2021-10-08 09:46:52 +02:00
Joakim Sørensen
8c59e6d05a
Bump frontend to 910cd98a ( #3211 )
2021.10.0
2021-10-07 13:11:03 +02:00
Joakim Sørensen
5c66278a1c
Bump frontend to 066a0771 ( #3210 )
2021-10-07 11:37:16 +02:00
Vedant Bhamare
7abe9487a0
Use new format for logging exceptions - resolution/module.py ( #3207 )
2021-10-06 20:03:48 +02:00
Vedant Bhamare
73832dd6d6
Use new format for logging exceptions - plugins/multicast.py ( #3206 )
2021-10-06 19:52:07 +02:00
Vedant Bhamare
6cc3df54e9
Use new format for logging exceptions - plugins/audio.py ( #3205 )
2021-10-06 19:42:45 +02:00
Samprit | Nekrós
c07c7c5146
Use new format for logging exceptions - host/info.py ( #3204 )
...
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-10-06 13:01:04 +02:00
Balamurugan P
a6d1078fe3
Use new format for logging exceptions - docker/interface.py ( #3184 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-10-04 22:49:55 +02:00
Joakim Sørensen
eba6da485d
Rename disk_data to data_disk ( #3200 )
2021-10-04 22:46:28 +02:00
Prathamesh Gawas
de880e24ed
Use new format for logging exceptions - host/apparmor.py ( #3197 )
2021-10-04 22:29:20 +02:00
Prathamesh Gawas
f344df9e5c
Use new format for logging exceptions - host/network.py ( #3196 )
2021-10-04 22:23:55 +02:00
Prathamesh Gawas
5af62a8834
Use new format for logging exceptions - dbus/network/__init__.py ( #3195 )
2021-10-04 22:20:39 +02:00
Vighnesh Kadam
800fb683f8
Use new format for logging exceptions - plugins/dns.py ( #3191 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-10-03 18:33:30 +02:00
Vedant Bhamare
ad2566d58a
Use new format for logging exceptions - docker/init.py ( #3189 )
2021-10-03 12:33:55 +02:00
Vedant Bhamare
6c679b07e1
Use new format for logging exceptions - utils/apparmor.py ( #3190 )
2021-10-03 12:31:51 +02:00
Vighnesh Kadam
aa4f4c8d47
Use new format for logging exceptions - plugins/cli.py ( #3188 )
2021-10-03 10:16:49 +02:00
Anand Borkar
b83da5d89f
Use new format for logging exceptions - api/proxy.py ( #3187 )
2021-10-02 11:29:12 +02:00
Vedant Bhamare
0afff9a9e2
Use new format for logging exceptions - services/modules/mqtt.py ( #3183 )
2021-10-01 14:46:36 +02:00
Finn
0433d72ae6
Use new format for logging exception - homeassistent/api.py ( #3182 )
2021-10-01 14:18:23 +02:00
Vedant Bhamare
d33beb06cd
Use new format for logging exceptions - services/modules/mysql.py ( #3180 )
2021-10-01 14:03:16 +02:00
Prathamesh Gawas
279d6ccd79
Use new format for logging exceptions - host/sound.py ( #3176 )
2021-10-01 14:01:12 +02:00
Finn
af628293f3
Use new format for logging exceptions - addons/init.py ( #3179 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-10-01 13:46:46 +02:00
Finn
df6b815175
Use new format for logging exceptions - addons/addon.py ( #3178 )
2021-10-01 13:23:57 +02:00
Finn
d6127832a7
Use new format for logging exceptions - auth.py ( #3177 )
2021-10-01 13:23:38 +02:00
Joakim Sørensen
8240623806
Fix observer security filter ( #3173 )
2021-09-30 15:12:04 +02:00
Joakim Sørensen
2b4527fa64
Return early in validate ( #3168 )
...
* Return early in validate
* pylint
2021.09.6
2021-09-29 18:33:45 +02:00
Joakim Sørensen
23143aede4
Add all_plugins to cleanup code ( #3166 )
2021-09-29 18:23:25 +02:00
dependabot[bot]
8b93f0aee7
Bump pyupgrade from 2.28.1 to 2.29.0 ( #3165 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-09-29 17:47:04 +02:00
Stefan Agner
5cc4a9a929
Use =
instead of deprecated :
as security option separator ( #3167 )
...
Docker reports:
Sep 23 08:16:31 homeassistant dockerd[467]: time="2021-09-23T08:16:31.771717436Z" level=warning msg="Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead."
Since it seems that Docker supports `=` since quite a while, we should
use `=` only.
2021-09-29 16:42:41 +02:00
Pascal Vizeli
288d2e5bdb
Use deepmerge for options ( #3162 )
...
* Use deepmerge for options
* fix issue
* Update supervisor/addons/addon.py
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
* Add tests
* Fix merge schema
* Make save for overwrites
* drop community
* more cleanup
* Fix tests
* Fix lists
* revert strategy
* protect overwritten lists
* Update tests/api/test_store.py
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021.09.5
2021-09-29 09:37:04 +02:00
dependabot[bot]
73d84113ea
Bump sentry-sdk from 1.4.1 to 1.4.2 ( #3159 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.4.1...1.4.2 )
---
updated-dependencies:
- dependency-name: sentry-sdk
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-09-28 09:57:17 +02:00
dependabot[bot]
4b15945ca1
Bump pyupgrade from 2.28.0 to 2.28.1 ( #3160 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-09-28 09:43:00 +02:00
dependabot[bot]
10720b2988
Bump dessant/lock-threads from 2.1.2 to 3 ( #3158 )
...
* Bump dessant/lock-threads from 2.1.2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 2.1.2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.2...v3 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Adjust config for breaking change
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-09-28 09:41:20 +02:00
Joakim Sørensen
bb991b69bb
Bmp frontend to b6344eb6 ( #3161 )
2021-09-28 09:33:38 +02:00
Pascal Vizeli
7c9f6067c0
Fix pyupgrade precommit ( #3155 )
...
* Fix pyupgrade precommit
* address comments
2021.09.4
2021-09-27 11:05:21 +02:00
dependabot[bot]
e960a70217
Bump pyupgrade from 2.26.0.post1 to 2.28.0 ( #3151 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 10:37:21 +02:00
dependabot[bot]
9b0a2e6da9
Bump sentry-sdk from 1.4.0 to 1.4.1 ( #3140 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 10:36:58 +02:00
Joakim Sørensen
cd0c151bd9
Fix typo in vcn_version ( #3154 )
2021-09-27 10:25:03 +02:00
Pascal Vizeli
b03c8c24dd
Fix UnboundLocalError ( #3153 )
2021-09-27 09:44:15 +02:00
Pascal Vizeli
4416b6524e
Bump voluptuous from 0.12.1 to 0.12.2 ( #3147 )
2021-09-27 08:28:34 +02:00
dependabot[bot]
c9d3f65cc8
Bump home-assistant/builder from 2021.07.0 to 2021.09.0 ( #3150 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 08:07:28 +02:00
Pascal Vizeli
0407122fbe
Revert "Bump voluptuous from 0.12.1 to 0.12.2 ( #3141 )" ( #3145 )
...
This reverts commit 5e871d939913d77616d13c5c346c7fa795d83ec2.
2021.09.3
2021-09-25 14:50:01 +02:00
dependabot[bot]
5e871d9399
Bump voluptuous from 0.12.1 to 0.12.2 ( #3141 )
...
Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/alecthomas/voluptuous/releases )
- [Changelog](https://github.com/alecthomas/voluptuous/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alecthomas/voluptuous/compare/0.12.1...v0.12.2 )
---
updated-dependencies:
- dependency-name: voluptuous
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.09.2
2021-09-25 11:02:48 +02:00
Joakim Sørensen
6df7a88666
Bump frontend to 03dc3e52 ( #3142 )
2021-09-25 10:59:53 +02:00
Pascal Vizeli
5933b66b1c
Add os-agent to evaluations for supported systems ( #3138 )
2021.09.1
2021-09-22 15:59:35 +02:00
dependabot[bot]
a85e816cd7
Bump pylint from 2.10.2 to 2.11.1 ( #3128 )
...
* Bump pylint from 2.10.2 to 2.11.1
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.10.2 to 2.11.1.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.10.2...v2.11.1 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix linter issues
* fix tests lint
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2021-09-22 14:33:32 +02:00
dependabot[bot]
96f6c07912
Bump sentry-sdk from 1.3.1 to 1.4.0 ( #3135 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.3.1...1.4.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
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-09-22 12:18:33 +02:00
Joakim Sørensen
40bcee38f3
Add startup time and boot_timestamp ( #3136 )
...
* Add startup time
* Add boot_timestamp
* Fix type
* patch and rename properties fixture
2021-09-22 11:15:38 +02:00
dependabot[bot]
6d2a38c96e
Bump gitpython from 3.1.18 to 3.1.24 ( #3130 )
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.18 to 3.1.24.
- [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.18...3.1.24 )
---
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-09-21 18:23:56 +02:00