Joakim Sørensen
8b4e8e9804
Add backup location to info/list API calls ( #4346 )
...
* Add backup location to info/list API calls
* Requested adjustments
2023-06-15 16:00:37 +02:00
cociweb
5d1ef34f17
Fix propagation mode of mounts to allow Ha-Core to start ( #4374 )
...
* Fix propagation mode of mounts to allow Ha-Core to start
Change the mount propagation mode from SLAVE to RSLAVE in case of /media and /share
* Check /share and /media to use RSLAVE as a propagation mode of mount
* Fix mount propagation mode of /share and /media
* Check /share and /media for rslave propagation mode
2023-06-14 17:40:46 -04:00
Matheson Steplock
9504eff889
Support Debian Bookworm ( #4377 )
2023-06-14 20:31:30 +02:00
dependabot[bot]
d5828a6815
Bump pre-commit from 3.3.2 to 3.3.3 ( #4380 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 11:13:00 +02:00
dependabot[bot]
488f246f75
Bump urllib3 from 1.26.15 to 2.0.3 ( #4351 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.15 to 2.0.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...2.0.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023.06.2
2023-06-13 16:43:53 -04:00
dependabot[bot]
000d4ec78a
Bump pyupgrade from 3.4.0 to 3.6.0 ( #4372 )
...
Bumps [pyupgrade](https://github.com/asottile/pyupgrade ) from 3.4.0 to 3.6.0.
- [Commits](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: pyupgrade
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>
2023-06-13 16:18:54 -04:00
Stefan Agner
6c0415163b
Fix Audio mounts for Add-ons ( #4379 )
2023-06-13 12:30:58 +02:00
dependabot[bot]
0205cbb78b
Bump dessant/lock-threads from 4.0.0 to 4.0.1 ( #4378 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 10:35:16 +02:00
dependabot[bot]
72db559adc
Bump home-assistant/builder from 2023.03.0 to 2023.06.0 ( #4369 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 14:51:35 +02:00
dependabot[bot]
a57c145870
Bump actions/checkout from 3.5.2 to 3.5.3 ( #4370 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 12:04:44 +02:00
dependabot[bot]
759fd1077a
Bump pytest from 7.3.1 to 7.3.2 ( #4371 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 11:51:05 +02:00
dependabot[bot]
fb90e6d07e
Bump sentry-sdk from 1.25.0 to 1.25.1 ( #4350 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 11:04:23 +02:00
dependabot[bot]
86d17acd83
Bump docker/login-action from 2.1.0 to 2.2.0 ( #4349 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 10:52:47 +02:00
Mike Degatano
6eb8de02eb
Set CRYPTOGRAPHY_OPENSSL_NO_LEGACY for OpenSSL3 ( #4342 )
2023.06.1
2023-06-05 12:07:57 -04:00
Mike Degatano
f4df298cb3
Exit reload early if no mounts ( #4338 )
...
* Exit reload early if no mounts
* Formatting
2023-06-05 10:40:16 -04:00
dependabot[bot]
9800955646
Bump sentry-sdk from 1.24.0 to 1.25.0 ( #4340 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 13:52:39 +02:00
dependabot[bot]
1706d14c9c
Bump cryptography from 41.0.0 to 41.0.1 ( #4336 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 13:47:44 +02:00
dependabot[bot]
cf68d9fd19
Bump docker from 6.1.2 to 6.1.3 ( #4335 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 09:20:21 +02:00
dependabot[bot]
6f2f8e88a6
Bump typing-extensions from 4.6.2 to 4.6.3 ( #4334 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-02 09:19:39 +02:00
Mike Degatano
c896b60410
Fix asyncio.wait in supervisor.reload ( #4333 )
...
* Fix asyncio.wait in supervisor.reload
* Unwrap to prevent throttling across tests
2023.06.0
2023-06-01 18:38:42 -04:00
Joakim Sørensen
0200c72db1
Bump the frontend to efa02c30 ( #4332 )
2023-06-01 16:49:30 +02:00
dependabot[bot]
fe5705b35b
Bump cryptography from 40.0.2 to 41.0.0 ( #4324 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 40.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 14:06:18 -04:00
Mike Degatano
3c3846240d
Protect backup manager from setup failures for mount down ( #4327 )
2023-05-31 11:51:52 -04:00
Mike Degatano
b86a6d292f
Null check for meta in meta_mounts ( #4326 )
2023-05-31 10:50:28 -04:00
dependabot[bot]
1feda7d89f
Bump pulsectl from 23.5.1 to 23.5.2 ( #4306 )
...
Bumps [pulsectl](https://github.com/mk-fg/python-pulse-control ) from 23.5.1 to 23.5.2.
- [Changelog](https://github.com/mk-fg/python-pulse-control/blob/master/CHANGES.rst )
- [Commits](https://github.com/mk-fg/python-pulse-control/commits )
---
updated-dependencies:
- dependency-name: pulsectl
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>
2023.05.0
2023-05-30 17:30:39 -04:00
Mike Degatano
73d795e05e
Improve handling of NFS mounts and backup manager errors ( #4323 )
2023-05-30 17:29:51 -04:00
Mike Degatano
e449205863
Add share to docker config issue ( #4322 )
2023-05-30 15:36:06 -04:00
Mike Degatano
841f68c175
Make issue for problem with config for containers ( #4317 )
...
* Make issue for problem with config for containers
* Mount propagation in tests
* Fixes from rebase and feedback
2023-05-30 13:25:38 -04:00
Joakim Sørensen
0df19cee91
Bump frontend to e0c1f988 ( #4320 )
...
* Bump frontend to 0ab7934c
* Bump frontend to e0c1f988
2023-05-30 14:20:03 +02:00
Joakim Sørensen
d3f490bcc3
Adjust regex to allow woff2 files to be served ( #4321 )
2023-05-30 13:08:26 +02:00
dependabot[bot]
0fda5f6c4b
Bump coverage from 7.2.6 to 7.2.7 ( #4319 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 09:35:55 +02:00
Mike Degatano
e984797f3c
Support share mounts ( #4318 )
2023-05-29 11:40:03 +02:00
dependabot[bot]
334bcf48fb
Bump typing-extensions from 4.6.1 to 4.6.2 ( #4316 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-26 09:23:28 +02:00
dependabot[bot]
73f3627ebd
Bump actions/setup-python from 4.6.0 to 4.6.1 ( #4314 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 09:33:29 +02:00
dependabot[bot]
0adf2864b4
Bump pytest-cov from 4.0.0 to 4.1.0 ( #4315 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 09:32:46 +02:00
Joakim Sørensen
f542c8e790
Bump frontend to 9111f58e ( #4313 )
2023-05-24 10:27:06 -04:00
Mike Degatano
a7c1693911
Set bind propagation mode for media ( #4308 )
...
* Set bind propagation mode for media
* Add some test cases
2023-05-24 09:12:35 -04:00
Joakim Sørensen
bb497c0c9f
Add missing default_backup_mount to mount config ( #4312 )
2023-05-24 12:01:47 +02:00
dependabot[bot]
95eee712a3
Bump typing-extensions from 4.6.0 to 4.6.1 ( #4309 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 11:08:08 +02:00
dependabot[bot]
6aeac271fa
Bump sentry-sdk from 1.23.1 to 1.24.0 ( #4311 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 10:33:48 +02:00
dependabot[bot]
1204852893
Bump coverage from 7.2.5 to 7.2.6 ( #4310 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 10:23:31 +02:00
Mike Degatano
f6c3bdb6a8
Add mount to supported features ( #4301 )
...
* Add mount to supported features
* Typo in enable
* Fix places mocking os available without version
* Increase resilence of problematic repeat task test
2023-05-23 14:00:15 +02:00
dependabot[bot]
fbb2776277
Bump typing-extensions from 4.5.0 to 4.6.0 ( #4305 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:02:41 +02:00
Mike Degatano
5ced4e2f3b
Update to python 3.11 ( #4296 )
2023-05-22 19:12:34 +02:00
dependabot[bot]
61a7e6a87d
Bump awesomeversion from 22.9.0 to 23.5.0 ( #4303 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 09:52:19 +02:00
Felipe Santos
88d25fc14e
Add support for CAP_BPF and CAP_PERFMON privileges ( #4259 )
...
Co-authored-by: Stefan Agner <stefan@agner.ch>
2023-05-21 15:19:05 +02:00
dependabot[bot]
b5233cd398
Bump pre-commit from 3.3.1 to 3.3.2 ( #4300 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-20 20:26:57 +02:00
dependabot[bot]
109b8b47a0
Bump sentry-sdk from 1.23.0 to 1.23.1 ( #4299 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-20 14:39:13 +02:00
Mike Degatano
c5566f40ca
Fix devcontainer workspace and use env ( #4302 )
2023-05-18 15:23:12 -04:00
dependabot[bot]
9dd5d89458
Bump docker from 6.0.1 to 6.1.2 ( #4292 )
...
Bumps [docker](https://github.com/docker/docker-py ) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/6.0.1...6.1.2 )
---
updated-dependencies:
- dependency-name: docker
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>
2023-05-18 15:16:42 -04:00