ludeeus 
							
						 
					 
					
						
						
							
						
						e415923553 
					 
					
						
						
							
							Trigger backup sync when backup is complete  
						
						
						
						
					 
					
						2024-10-16 04:54:29 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						95c638991d 
					 
					
						
						
							
							Bump coverage from 7.6.2 to 7.6.3 ( #5351 )  
						
						
						
						
					 
					
						2024-10-14 08:16:23 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						e2ada42001 
					 
					
						
						
							
							Fix log follow mode without range header ( #5347 )  
						
						
						
						
					 
					
						2024-10-11 19:54:53 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						22e50b4ace 
					 
					
						
						
							
							Bump aiohttp from 3.10.9 to 3.10.10 ( #5345 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-11 10:31:09 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						334484de7f 
					 
					
						
						
							
							Bump debugpy from 1.8.6 to 1.8.7 ( #5346 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-11 10:12:26 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						180a7c3990 
					 
					
						
						
							
							Throttle connectivity check on connectivity issue ( #5342 )  
						
						... 
						
						
						
						* Throttle connectivity check on connectivity issue
If Supervisor detects a connectivity issue, currenlty every function
which requires internet get delayed by 10s due to the connectivity
check. This especially slows down initial startup when there are
connectivity issues. It is unlikely to resolve immeaditly, so throttle
the connectivity check to check every 30s.
* Fix pytest
* Reset throttle in test and refactor helper
* CodeRabbit suggestion
---------
Co-authored-by: Mike Degatano <michael.degatano@gmail.com > 
						
						
					 
					
						2024-10-10 22:57:16 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d5f33de808 
					 
					
						
						
							
							Bump coverage from 7.6.1 to 7.6.2 ( #5344 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.1 to 7.6.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.2 )
---
updated-dependencies:
- dependency-name: coverage
  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> 
						
						
					 
					
						2024-10-10 09:46:41 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6539f0df6f 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.4.2 to 4.4.3 ( #5343 )  
						
						... 
						
						
						
						Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 )
---
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> 
						
						
					 
					
						2024-10-10 09:46:18 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						1504278223 
					 
					
						
						
							
							Recreate aiohttp session on connectivity check ( #5332 )  
						
						... 
						
						
						
						It seems to actually get a proper connectivity check run, we need a new
vanilla ClientSession() object. 
						
						
					 
					
						2024-10-09 21:41:46 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						9f3767b23d 
					 
					
						
						
							
							Return cursor of the first host logs entry via headers ( #5333 )  
						
						... 
						
						
						
						* Return cursor of the first host logs entry via headers
Return first entry's cursor via custom `X-First-Cursor` header that can
be consumed by the client and used for continual requesting of the
historic logs. Once the first fetch returns data, the cursor can be
supplied as the first argument to the Range header in another call,
fetching accurate slice of the journal with the previous log entries
using the `Range: entries=cursor[[:num_skip]:num_entries]` syntax.
Let's say we fetch logs with the Range header `entries=:-19:20` (to
fetch very last 20 lines of the logs, see below why not
`entries:-20:20`) and we get `cursor50` as the reply (the actual value
will be much more complex and with no guaranteed format). To fetch
previous slice of the logs, we use `entries=cursor50:-20:20`, which
would return 20 lines previous to `cursor50` and `cursor30` in the
cursor header. This way we can go all the way back to the history.
One problem with the cursor is that it's not possible to determine when
the negative num_skip points beyond the first log entry. In that case
the client either needs to know what the first entry is (via
`entries=:0:1`) or can iterate naively and stop once two subsequent
requests return the same first cursor.
Another caveat, even though it's unlikely it will be hit in real usage,
is that it's not possible to fetch the last line only - if no cursor is
provided, negative num_skip argument is needed, and in that case we're
pointing one record back from the current cursor, which is the previous
record. The least we can return without knowing any cursor is thus
`entries=👎 2` (where the `2` can be omitted, however with
`entries=👎 1` we would lose the last line). This also explains why
different `num_skip` and `num_entries` must be used for the first fetch.
* Fix typo (fallback->callback)
* Refactor journal_logs_reader to always return the cursor
* Update tests for new cursor handling 
						
						
					 
					
						2024-10-09 20:27:29 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						e0d7985369 
					 
					
						
						
							
							Fix number of lines returned with host logs' query argument ( #5334 )  
						
						... 
						
						
						
						If no cursor is specified and negative num_skip is used, we're pointing
one record back from the last one, so host logs always returned 101
lines as the default. This was also the case of the lines query argument
that used the number directly as num_skip. Instead of doing that, point
N-1 records to the back and then get N records. Handle 1 record and
invalid numbers silently to avoid the need for error handling in
unpractical edge cases. 
						
						
					 
					
						2024-10-09 20:27:18 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						2968a5717c 
					 
					
						
						
							
							Update DNS plug-in on network change ( #5331 )  
						
						... 
						
						
						
						* Update DNS plug-in on network change
Restart the DNS plug-in when the primary network changes network
changes. This makes sure any potential host OS DNS configuration
changes get picked up by the DNS plug-in as well.
* Add a test case
---------
Co-authored-by: Mike Degatano <michael.degatano@gmail.com > 
						
						
					 
					
						2024-10-09 20:16:36 +02:00 
						 
				 
			
				
					
						
							
							
								Matheson Steplock 
							
						 
					 
					
						
						
							
						
						e2b25fe7ce 
					 
					
						
						
							
							Drop support for Debian 11 Bullseye ( #5335 )  
						
						
						
						
					 
					
						2024-10-09 12:18:45 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8601f5c49a 
					 
					
						
						
							
							Bump sentry-sdk from 2.15.0 to 2.16.0 ( #5338 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.15.0 to 2.16.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/2.15.0...2.16.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> 
						
						
					 
					
						2024-10-09 11:19:47 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						42279461e0 
					 
					
						
						
							
							Bump pre-commit from 4.0.0 to 4.0.1 ( #5337 )  
						
						... 
						
						
						
						Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: pre-commit
  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> 
						
						
					 
					
						2024-10-09 11:19:31 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						409447d6ca 
					 
					
						
						
							
							Bump actions/cache from 4.1.0 to 4.1.1 ( #5340 )  
						
						... 
						
						
						
						Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: actions/cache
  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> 
						
						
					 
					
						2024-10-09 11:19:02 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5b313db49d 
					 
					
						
						
							
							Bump time-machine from 2.15.0 to 2.16.0 ( #5336 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-09 09:27:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d64618600d 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.4.1 to 4.4.2 ( #5339 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-09 09:26:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1ee01b1d5e 
					 
					
						
						
							
							Bump actions/checkout from 4.2.0 to 4.2.1 ( #5329 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-08 09:04:52 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						af590202c3 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.4.0 to 4.4.1 ( #5330 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-08 09:04:36 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						12ca2fb624 
					 
					
						
						
							
							Bump ruff from 0.6.8 to 0.6.9 ( #5326 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 09:22:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ea95f83742 
					 
					
						
						
							
							Bump dbus-fast from 2.24.2 to 2.24.3 ( #5328 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 09:18:12 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e4d4da601c 
					 
					
						
						
							
							Bump aiohttp from 3.10.8 to 3.10.9 ( #5327 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 09:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0582f6fd39 
					 
					
						
						
							
							Bump pre-commit from 3.8.0 to 4.0.0 ( #5325 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 08:45:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f254af8326 
					 
					
						
						
							
							Bump actions/cache from 4.0.2 to 4.1.0 ( #5323 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 08:40:52 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3333770246 
					 
					
						
						
							
							Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 ( #5324 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-07 08:37:08 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						ee5ded29ac 
					 
					
						
						
							
							Allow Supervisor token authentication from landing page ( #5321 )  
						
						... 
						
						
						
						The landing page provides the Supervisor token as authentication, so
consider the landingpage as new enough too. 
						
						
					 
					
						2024-10-03 18:17:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f530db98ff 
					 
					
						
						
							
							Bump cpe from 1.3.0 to 1.3.1 ( #5320 )  
						
						... 
						
						
						
						* Bump cpe from 1.3.0 to 1.3.1
Bumps [cpe](https://github.com/nilp0inter/cpe ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/nilp0inter/cpe/releases )
- [Changelog](https://github.com/nilp0inter/cpe/blob/main/NEWS.txt )
- [Commits](https://github.com/nilp0inter/cpe/compare/v1.3.0...v1.3.1 )
---
updated-dependencies:
- dependency-name: cpe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Revert "Suppress SyntaxWarning from CPE until fixed (#5227 )"
This reverts commit c95df56e8dsupport@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-10-03 18:08:19 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						911f9d661f 
					 
					
						
						
							
							Bump sentry-sdk from 2.14.0 to 2.15.0 ( #5319 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-02 09:55:24 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9935eac146 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.5.0 to 4.6.0 ( #5318 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-10-02 08:25:59 +02:00 
						 
				 
			
				
					
						
							
							
								Darren Griffin 
							
						 
					 
					
						
						
							
						
						eae2c9e221 
					 
					
						
						
							
							Add OHF logo to README ( #5316 )  
						
						
						
						
					 
					
						2024-09-30 18:42:08 +02:00 
						 
				 
			
				
					
						
							
							
								Paulus Schoutsen 
							
						 
					 
					
						
						
							
						
						1a67fe8a83 
					 
					
						
						
							
							Exclude Text-to-Speech cache from backups ( #5313 )  
						
						
						
						
					 
					
						2024-09-30 08:41:18 +02:00 
						 
				 
			
				
					
						
							
							
								J. Nick Koston 
							
						 
					 
					
						
						
							
						
						3af565267b 
					 
					
						
						
							
							Bump aiohttp to 3.10.8 ( #5314 )  
						
						
						
						
					 
					
						2024-09-30 08:40:31 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d09460a971 
					 
					
						
						
							
							Bump ruff from 0.6.7 to 0.6.8 ( #5312 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.7...0.6.8 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-09-27 09:22:38 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c65329442a 
					 
					
						
						
							
							Bump actions/checkout from 4.1.7 to 4.2.0 ( #5310 )  
						
						... 
						
						
						
						Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
  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> 
						
						
					 
					
						2024-09-26 09:13:30 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						48430dfa28 
					 
					
						
						
							
							Bump pylint from 3.3.0 to 3.3.1 ( #5311 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: pylint
  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> 
						
						
					 
					
						2024-09-26 09:13:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						70e2de372d 
					 
					
						
						
							
							Bump debugpy from 1.8.5 to 1.8.6 ( #5309 )  
						
						... 
						
						
						
						Bumps [debugpy](https://github.com/microsoft/debugpy ) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/microsoft/debugpy/releases )
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.5...v1.8.6 )
---
updated-dependencies:
- dependency-name: debugpy
  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> 
						
						
					 
					
						2024-09-25 17:58:41 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						75784480ab 
					 
					
						
						
							
							Bump pylint from 3.2.7 to 3.3.0 ( #5306 )  
						
						... 
						
						
						
						* Bump pylint from 3.2.7 to 3.3.0
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.2.7 to 3.3.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.7...v3.3.0 )
---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Set positional arguments limit to 10
This makes the current codebase pass with pylint 3.3.0 while still
warning in case many positional arguments are used.
* Move to design section
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-09-25 17:57:55 +02:00 
						 
				 
			
				
					
						
							
							
								J. Nick Koston 
							
						 
					 
					
						
						
							
						
						8a70ba841d 
					 
					
						
						
							
							Bump aiohttp to 3.10.6 ( #5308 )  
						
						
						
						
					 
					
						2024-09-24 22:28:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						77733829d7 
					 
					
						
						
							
							Bump ruff from 0.6.6 to 0.6.7 ( #5307 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-09-23 09:46:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d4b67f1946 
					 
					
						
						
							
							Bump ruff from 0.6.5 to 0.6.6 ( #5305 )  
						
						
						
						
					 
					
						2024-09-20 09:40:55 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						51ab138bb1 
					 
					
						
						
							
							Bump setuptools from 75.0.0 to 75.1.0 ( #5303 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 75.0.0 to 75.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v75.0.0...v75.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-09-17 09:20:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b81413c8b2 
					 
					
						
						
							
							Bump ruff from 0.6.4 to 0.6.5 ( #5301 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.4...0.6.5 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-09-16 10:52:19 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2ec33c6ef3 
					 
					
						
						
							
							Bump setuptools from 74.1.2 to 75.0.0 ( #5302 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-09-16 08:57:28 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						68b2c38c7c 
					 
					
						
						
							
							Bump urllib3 from 2.2.2 to 2.2.3 ( #5299 )  
						
						... 
						
						
						
						Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.2 to 2.2.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/2.2.2...2.2.3 )
---
updated-dependencies:
- dependency-name: urllib3
  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> 
						
						
					 
					
						2024-09-13 10:50:19 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						1ca22799d1 
					 
					
						
						
							
							Improve WiFi settings error handling ( #5293 )  
						
						... 
						
						
						
						* Improve WiFi settings error handling
Currently, the frontend potentially provides no WiFi settings dictionary
but still tries to update other (IP address) settings on the interface.
This leads to a stack trace since network manager is not able to fetch
the WiFi settings from the settings dictionary. Simply fill out what
we can and let NetworkManager provide an error.
Also allow to disable a network interface which has no configuration.
This avoids an error when switching to auto and back to disabled then
press save on a new wireless network interface.
* Add debug message when already disabled
* Add pytest for incomplete WiFi settings as psoted by frontend
Simulate the frontend posting no WiFi settings. Make sure the Supervisor
handles this gracefully. 
						
						
					 
					
						2024-09-11 17:53:36 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						549dddcb11 
					 
					
						
						
							
							Bump pytest from 8.3.2 to 8.3.3 ( #5297 )  
						
						
						
						
					 
					
						2024-09-11 09:19:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						131af90469 
					 
					
						
						
							
							Bump sentry-sdk from 2.13.0 to 2.14.0 ( #5296 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.13.0 to 2.14.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/2.13.0...2.14.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> 
						
						
					 
					
						2024-09-10 12:55:35 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c7c39da7c6 
					 
					
						
						
							
							Bump ruff from 0.6.3 to 0.6.4 ( #5294 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.3...0.6.4 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-09-09 09:09:51 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8310c426f0 
					 
					
						
						
							
							Bump dbus-fast from 2.24.0 to 2.24.2 ( #5295 )  
						
						... 
						
						
						
						Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 2.24.0 to 2.24.2.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.24.0...v2.24.2 )
---
updated-dependencies:
- dependency-name: dbus-fast
  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> 
						
						
					 
					
						2024-09-09 09:09:39 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bb8f91e39a 
					 
					
						
						
							
							Bump orjson from 3.9.15 to 3.10.7 ( #5238 )  
						
						... 
						
						
						
						Bumps [orjson](https://github.com/ijl/orjson ) from 3.9.15 to 3.10.7.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.9.15...3.10.7 )
---
updated-dependencies:
- dependency-name: orjson
  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> 
						
						
					 
					
						2024-09-05 10:42:45 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a359b9a3d5 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.6 to 4.4.0 ( #5284 )  
						
						... 
						
						
						
						* Bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Explicitly include hidden files
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-09-05 10:38:27 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e130ebad1f 
					 
					
						
						
							
							Bump setuptools from 74.0.0 to 74.1.2 ( #5291 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 74.0.0 to 74.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v74.0.0...v74.1.2 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-09-05 09:19:37 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						f5b996b66c 
					 
					
						
						
							
							Make network API replace IP/WiFi settings ( #5283 )  
						
						... 
						
						
						
						* Allow to set user DNS through API with auto mode
Currently it is only possible to set DNS servers when in static mode.
However, there are use cases to set DNS servers when in auto mode as
well, e.g. if no local DNS server is provided by the DHCP, or the provided
DNS turns out to be non-working.
* Fix use separate data structure for IP configuration fallout
Make sure gateway is correctly converted to the internal IP
representation. Fix type info.
* Overwrite WiFi settings completely too
* Add test for DNS configuration
* Run ruff format
* ruff format
* Use schema validation as source for API defaults
Instead of using replace() simply set the API defaults in the API
schema.
* Revert "Use schema validation as source for API defaults"
This reverts commit 885506fd37 
						
						
					 
					
						2024-09-05 09:19:13 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						05e0c7c3ab 
					 
					
						
						
							
							Add "lines" and "verbose" query parameters for advanced logs ( #5287 )  
						
						... 
						
						
						
						Since headers are clumsy considering the Core proxy between the frontend
and Supervisor, add a way to adjust number of lines and verbose log
format using query parameters as well. If both query parameters and
headers are supplied, prefer the former, as it's more prominent when
reading through the request logs. 
						
						
					 
					
						2024-09-04 16:11:37 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6c1203e4bf 
					 
					
						
						
							
							Bump cryptography from 43.0.0 to 43.0.1 ( #5289 )  
						
						... 
						
						
						
						Bumps [cryptography](https://github.com/pyca/cryptography ) from 43.0.0 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-09-04 08:42:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5fbcaa8edd 
					 
					
						
						
							
							Bump pylint from 3.2.6 to 3.2.7 ( #5285 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.2.6 to 3.2.7.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7 )
---
updated-dependencies:
- dependency-name: pylint
  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> 
						
						
					 
					
						2024-09-02 09:51:35 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						00d217b5f7 
					 
					
						
						
							
							Make IPv4 and IPv6 parse errors raise an API error ( #5282 )  
						
						... 
						
						
						
						* Make IPv4 and IPv6 parse errors raise an API error
Currently, IP address parsing errors lead to an execption which is not
handled by the `api_validate()` call. By using concrete IPv4 and IPv6
types and `vol.Coerce()` parsing errors are properly handled.
* ruff format
* ruff check 
						
						
					 
					
						2024-08-30 18:20:20 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						c0e35376f3 
					 
					
						
						
							
							Improve connection settings tests ( #5278 )  
						
						... 
						
						
						
						* Improve connection settings fixture
Make the connection settings fixture behave more closely to the actual
NetworkManager. The behavior has been tested with NetworkManager 1.42.4
(Debian 12) and 1.44.2 (HAOS 13.1). This likely behaves similar in older
versions too.
* Introduce separate skeleton and settings for wireless
Instead of having a combined network settings object which has
Ethernet and Wirless settings, create a separate settings object for
wireless.
* Handle addresses/address-data property like NetworkManager
* Address ruff check
* Improve network API test
Add a test which changes from "static" to "auto". Validate that settings
are updated accordingly. Specifically, today this does clear the DNS
setting (by not providing the property).
* ruff format
* ruff check
* Complete TEST_INTERFACE rename
* Add partial network update as test case 
						
						
					 
					
						2024-08-30 16:07:04 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						2be84e1282 
					 
					
						
						
							
							Keep shared images on update ( #5268 )  
						
						... 
						
						
						
						* Test stub for keeping shared images after update
* Keep shared images on addon update
* ImageNotFound should only skip the one image not all
* Fix tests and nonetype error
* Normalize logic between two cleanup methods 
						
						
					 
					
						2024-08-30 15:29:13 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						08f10c96ef 
					 
					
						
						
							
							Persist currently selected slot on successful boot ( #5276 )  
						
						... 
						
						
						
						When boot slot is selected manually in GRUB, the system boots into this
slot and marks it as good. However, the boot order is not changed, so in
the next boot (after an explicit or unexpected reboot) HAOS returns to
the version in the other slot. This might be confusing because if the
system has been running for some time, the user can forget they have
changed the boot slot to fix issue they had.
This gets more confusing if the "other" boot slot is selected manually
three times in a row. Let's say we have ORDER="A B". This means that
every time GRUB starts, it wants to boot slot A. If the slot B is
selected instead, only A_TRY is incremented, system boots into slot B
and marks slot B as good (B_OK=1, B_TRY=0). On another boot, this
repeats, yet A_TRY is incremented again. Until it reaches 3, the slot A
would be always chosen automatically, only after that it would boot to
slot B, presuming slot A is dead. The ORDER variable will be still
unchanged though.
This commit only makes sure that when the system is marked as healthy,
the slot is both marked as good AND active, updating the ORDER variable
as well. Because the X_TRY counter is incremented by GRUB, if we want
the other slot not to be marked as bad, we need to adjust the logic in
OS's grub.cfg as well, because Supervisor can't know whether it's
apppropriate to change other slot's state or not.
I also took the courtesy to adjust the logging a bit, to include the
stack trace in the error log if marking the slot fails somehow. 
						
						
					 
					
						2024-08-30 15:18:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						12f8ccdf02 
					 
					
						
						
							
							Bump ruff from 0.6.2 to 0.6.3 ( #5280 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.6.3 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-08-30 10:13:08 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d63e78cf34 
					 
					
						
						
							
							Bump deepmerge from 1.1.1 to 2.0 ( #5279 )  
						
						... 
						
						
						
						Bumps [deepmerge](https://github.com/toumorokoshi/deepmerge ) from 1.1.1 to 2.0.
- [Release notes](https://github.com/toumorokoshi/deepmerge/releases )
- [Commits](https://github.com/toumorokoshi/deepmerge/compare/v1.1.1...v2.0 )
---
updated-dependencies:
- dependency-name: deepmerge
  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> 
						
						
					 
					
						2024-08-30 10:12:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						65d97ca924 
					 
					
						
						
							
							Bump actions/setup-python from 5.1.1 to 5.2.0 ( #5281 )  
						
						... 
						
						
						
						Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
  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> 
						
						
					 
					
						2024-08-30 10:11:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5770cafea9 
					 
					
						
						
							
							Bump setuptools from 73.0.1 to 74.0.0 ( #5277 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 73.0.1 to 74.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v74.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-08-28 09:32:19 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						0177cd9528 
					 
					
						
						
							
							Add manual_only option to addon boot config ( #5272 )  
						
						... 
						
						
						
						* Add manual_forced option to addon boot config
* Include client library in pull request template
* Add boot_config to api output so frontend can use it
* `manual_forced` to `manual_only` 
						
						
					 
					
						2024-08-27 17:59:52 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						91a8fae9b5 
					 
					
						
						
							
							Bump dbus-fast from 2.23.0 to 2.24.0 ( #5274 )  
						
						... 
						
						
						
						Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.23.0...v2.24.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
  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> 
						
						
					 
					
						2024-08-27 08:49:24 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f16a4ce3ef 
					 
					
						
						
							
							Bump pulsectl from 24.4.0 to 24.8.0 ( #5273 )  
						
						... 
						
						
						
						Bumps [pulsectl](https://github.com/mk-fg/python-pulse-control ) from 24.4.0 to 24.8.0.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-27 08:49:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						306f63c75b 
					 
					
						
						
							
							Bump ruff from 0.6.1 to 0.6.2 ( #5269 )  
						
						
						
						
					 
					
						2024-08-24 06:54:34 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						2a0312318d 
					 
					
						
						
							
							Use single quotes in f-strings ( #5267 )  
						
						... 
						
						
						
						Instead of using double quotes in f-strings use single quotes. This
works with Python 3.11 too. We don't use Python 3.11 anymore, but is
useful when running pytest on Debian bookworm natively, which comes
with Python 3.11. 
						
						
					 
					
						2024-08-23 16:16:08 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						695a23a454 
					 
					
						
						
							
							Minimize D-Bus requirements for tests ( #5265 )  
						
						... 
						
						
						
						This PR minimizes the D-Bus requirements for tests. It does this by
using dbus-daemon directly instead of dbus-launch. The latter is meant
for graphical applications and therefor has X11 dependencies. It also
leaves the D-Bus daemon running after the tests are done. This will
accumulate dbus-daemon processes over time which is not ideal.
I've also considered using dbus-run-session since it is meant to launch
processes with a private D-Bus session. For Python tests one could
launch it like so:
dbus-run-session -- python3 -m pytest ...
Then `DBUS_SESSION_BUS_ADDRESS` would be used automatically by the
`MessageBus` class. However, to keep the current behavior of the tests,
launching the D-Bus daemon manually is the better option. 
						
						
					 
					
						2024-08-22 19:04:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7366673eea 
					 
					
						
						
							
							Bump sentry-sdk from 2.10.0 to 2.13.0 ( #5246 )  
						
						... 
						
						
						
						* Bump sentry-sdk from 2.10.0 to 2.13.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.10.0 to 2.13.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/2.10.0...2.13.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 >
* Replace deprecated apis with new ones
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com > 
						
						
					 
					
						2024-08-22 10:04:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						53fa0fe215 
					 
					
						
						
							
							Bump dbus-fast from 2.22.1 to 2.23.0 ( #5264 )  
						
						... 
						
						
						
						Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.22.1...v2.23.0 )
---
updated-dependencies:
- dependency-name: dbus-fast
  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> 
						
						
					 
					
						2024-08-22 10:00:50 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						1ba621be60 
					 
					
						
						
							
							Use separate data structure for IP configuration ( #5262 )  
						
						... 
						
						
						
						* Use separate data structure for IP configuration
So far we use the same IpConfig data structure to represent the users
IP setting and the currently applied IP configuration.
This commit separates the two in IpConfig (for the currently applied
IP configuration) and IpSetting (representing the user provided IP
setting).
* Use custom string constants for connection settings
Use separate string constants for all connection settings. This makes
it easier to search where a particular NetworkManager connection
setting is used.
* Use Python typing for IpAddress in IpProperties
* Address pytest issue 
						
						
					 
					
						2024-08-22 08:08:55 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						5117364625 
					 
					
						
						
							
							Bump cosign to v2.4.0 ( #5263 )  
						
						... 
						
						
						
						Follow the builder bump of 2024.08.2 and use cosign v2.4.0 for
Supervisor too. 
						
						
					 
					
						2024-08-21 14:30:12 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						986b92aee4 
					 
					
						
						
							
							Keep shared images on addon uninstall ( #5259 )  
						
						... 
						
						
						
						* Keep shared images on addon uninstall
* Add missing step for mocking new addon in store 
						
						
					 
					
						2024-08-21 11:14:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						12d26b05af 
					 
					
						
						
							
							Bump setuptools from 73.0.0 to 73.0.1 ( #5261 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 73.0.0 to 73.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v73.0.0...v73.0.1 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-08-21 09:50:02 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e6c9704505 
					 
					
						
						
							
							Bump home-assistant/builder from 2024.08.1 to 2024.08.2 ( #5260 )  
						
						... 
						
						
						
						Bumps [home-assistant/builder](https://github.com/home-assistant/builder ) from 2024.08.1 to 2024.08.2.
- [Release notes](https://github.com/home-assistant/builder/releases )
- [Commits](https://github.com/home-assistant/builder/compare/2024.08.1...2024.08.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> 
						
						
					 
					
						2024-08-21 09:38:59 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						8ab396d77c 
					 
					
						
						
							
							Improve and extend error handling on D-Bus connect ( #5245 )  
						
						... 
						
						
						
						* Improve and extend error handling on D-Bus connect
Avoid initializing the Supervisor board since it does not support the
Properties interface (see https://github.com/home-assistant/os-agent/issues/206 ).
This prevents the following somewhat confusing warning:
  No OS-Agent support on the host. Some Host functions have been disabled.
The OS Agent is actually installed on the host, it is just a single
object which caused issues. No functionalty was actually lost, as the
Supervisor board object has no features currently, and all other
interfaces got properly initialized still (thanks to gather()).
Print warnings more fine graned so it is clear which object exactly
causes an issue. Also print a log message on the lowest layer when an
error occures on calling D-Bus. This allows to easier track the actual
D-Bus error source.
Fixes : #5241 
* Fix tests
* Use local variable
* Avoid stack trace when board support fails to load
* Fix tests
* Use override mechanism to disable Properties support
Instead of disable loading of Supervised entirly override initialization
to prevent loading the Properties interface.
* Revert "Fix tests"
This reverts commit 1e3c491ace 
						
						
					 
					
						2024-08-20 17:55:53 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8438448843 
					 
					
						
						
							
							Bump aiohttp from 3.10.4 to 3.10.5 ( #5255 )  
						
						... 
						
						
						
						Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.4...v3.10.5 )
---
updated-dependencies:
- dependency-name: aiohttp
  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> 
						
						
					 
					
						2024-08-20 11:23:27 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						362edb9a61 
					 
					
						
						
							
							Bump setuptools from 72.2.0 to 73.0.0 ( #5256 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 72.2.0 to 73.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v72.2.0...v73.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-08-20 11:22:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1ff53e1853 
					 
					
						
						
							
							Bump ruff from 0.6.0 to 0.6.1 ( #5254 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.0...0.6.1 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-08-19 14:02:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cfd28dbb5c 
					 
					
						
						
							
							Bump aiohttp from 3.10.3 to 3.10.4 ( #5253 )  
						
						... 
						
						
						
						Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.4 )
---
updated-dependencies:
- dependency-name: aiohttp
  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> 
						
						
					 
					
						2024-08-19 13:38:08 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cbec558289 
					 
					
						
						
							
							Bump ruff from 0.5.7 to 0.6.0 ( #5252 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.7 to 0.6.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.7...0.6.0 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-08-16 08:40:24 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ca3a2937d0 
					 
					
						
						
							
							Bump home-assistant/builder from 2024.03.5 to 2024.08.1 ( #5250 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-15 09:31:33 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3e67fc12c5 
					 
					
						
						
							
							Bump setuptools from 72.1.0 to 72.2.0 ( #5247 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 72.1.0 to 72.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v72.1.0...v72.2.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-08-14 11:01:30 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						f6faa18409 
					 
					
						
						
							
							Bump pre-commit ruff to 0.5.7 and reformat ( #5242 )  
						
						... 
						
						
						
						It seems that the codebase is not formatted with the latest ruff
version. This PR reformats the codebase with ruff 0.5.7. 
						
						
					 
					
						2024-08-13 20:53:56 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						21ae2c2e54 
					 
					
						
						
							
							Bump cpe from 1.2.1 to 1.3.0 ( #5243 )  
						
						... 
						
						
						
						Bumps [cpe](https://github.com/nilp0inter/cpe ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/nilp0inter/cpe/releases )
- [Changelog](https://github.com/nilp0inter/cpe/blob/develop/NEWS.txt )
- [Commits](https://github.com/nilp0inter/cpe/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: cpe
  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> 
						
						
					 
					
						2024-08-13 16:09:20 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						eb3986bea2 
					 
					
						
						
							
							Allow core to mark addons as system managed ( #5145 )  
						
						... 
						
						
						
						* Allow core to mark addons as system managed
* System managed options only settable by Home Assistant 
						
						
					 
					
						2024-08-13 15:14:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5d6738ced8 
					 
					
						
						
							
							Bump aiohttp from 3.10.2 to 3.10.3 ( #5240 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-12 09:05:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2f2fecddf2 
					 
					
						
						
							
							Bump pyyaml from 6.0.1 to 6.0.2 ( #5230 )  
						
						... 
						
						
						
						Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 )
---
updated-dependencies:
- dependency-name: pyyaml
  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> 
						
						
					 
					
						2024-08-09 12:15:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						218ba3601e 
					 
					
						
						
							
							Bump orjson from 3.9.15 to 3.10.6 ( #5169 )  
						
						... 
						
						
						
						Bumps [orjson](https://github.com/ijl/orjson ) from 3.9.15 to 3.10.6.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.9.15...3.10.6 )
---
updated-dependencies:
- dependency-name: orjson
  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> 
						
						
					 
					
						2024-08-09 11:12:27 +02:00 
						 
				 
			
				
					
						
							
							
								J. Nick Koston 
							
						 
					 
					
						
						
							
						
						4c3f60c44b 
					 
					
						
						
							
							Bump aiohttp to 3.10.2, drop aiohttp-fast-url-dispatcher ( #5236 )  
						
						... 
						
						
						
						aiohttp-fast-url-dispatcher is not needed for 3.10.x
changelog: https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2  
						
						
					 
					
						2024-08-09 10:44:29 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cb85e5e464 
					 
					
						
						
							
							Bump ruff from 0.5.6 to 0.5.7 ( #5237 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.6...0.5.7 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-08-09 10:41:30 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5b46235872 
					 
					
						
						
							
							Bump time-machine from 2.14.2 to 2.15.0 ( #5229 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-08 09:05:56 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						70f675ac82 
					 
					
						
						
							
							Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 ( #5234 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-08 08:53:54 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bf0c714ea4 
					 
					
						
						
							
							Bump attrs from 24.1.0 to 24.2.0 ( #5231 )  
						
						... 
						
						
						
						Bumps [attrs](https://github.com/sponsors/hynek ) from 24.1.0 to 24.2.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
  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> 
						
						
					 
					
						2024-08-07 15:38:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						c95df56e8d 
					 
					
						
						
							
							Suppress SyntaxWarning from CPE until fixed ( #5227 )  
						
						
						
						
					 
					
						2024-08-07 15:37:30 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5f3d851954 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.5 to 4.3.6 ( #5232 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-07 09:05:38 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						10c69dcdae 
					 
					
						
						
							
							Bump ruff from 0.5.5 to 0.5.6 ( #5221 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.5...0.5.6 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-08-06 09:10:52 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bdd81ce3a9 
					 
					
						
						
							
							Bump debugpy from 1.8.2 to 1.8.5 ( #5225 )  
						
						... 
						
						
						
						Bumps [debugpy](https://github.com/microsoft/debugpy ) from 1.8.2 to 1.8.5.
- [Release notes](https://github.com/microsoft/debugpy/releases )
- [Commits](https://github.com/microsoft/debugpy/compare/v1.8.2...v1.8.5 )
---
updated-dependencies:
- dependency-name: debugpy
  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> 
						
						
					 
					
						2024-08-06 08:38:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						17ee234be4 
					 
					
						
						
							
							Fix resp may be undefined end_backup issue ( #5224 )  
						
						
						
						
					 
					
						2024-08-05 17:02:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						61034dfa7b 
					 
					
						
						
							
							Bump attrs from 23.2.0 to 24.1.0 ( #5219 )  
						
						... 
						
						
						
						Bumps [attrs](https://github.com/sponsors/hynek ) from 23.2.0 to 24.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
  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> 
						
						
					 
					
						2024-08-05 09:41:21 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						185cd362fb 
					 
					
						
						
							
							Bump coverage from 7.6.0 to 7.6.1 ( #5222 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1 )
---
updated-dependencies:
- dependency-name: coverage
  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> 
						
						
					 
					
						2024-08-05 09:38:06 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e2ca357774 
					 
					
						
						
							
							Bump dirhash from 0.4.1 to 0.5.0 ( #5223 )  
						
						... 
						
						
						
						Bumps [dirhash](https://github.com/andhus/dirhash-python ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/andhus/dirhash-python/releases )
- [Changelog](https://github.com/andhus/dirhash-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/andhus/dirhash-python/compare/v0.4.1...v0.5.0 )
---
updated-dependencies:
- dependency-name: dirhash
  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> 
						
						
					 
					
						2024-08-05 09:37:40 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3dea7fc4e8 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.4 to 4.3.5 ( #5217 )  
						
						
						
						
					 
					
						2024-08-05 08:36:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						01ba591bc9 
					 
					
						
						
							
							Bump setuptools from 72.0.0 to 72.1.0 ( #5212 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-30 10:12:58 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						640b7d46e3 
					 
					
						
						
							
							Bump ruff from 0.5.4 to 0.5.5 ( #5208 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-29 12:01:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d6560c51ee 
					 
					
						
						
							
							Bump pre-commit from 3.7.1 to 3.8.0 ( #5210 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-29 11:39:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3e9b1938c6 
					 
					
						
						
							
							Bump pytest from 8.3.1 to 8.3.2 ( #5207 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
  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> 
						
						
					 
					
						2024-07-29 11:26:14 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						44ce8de71f 
					 
					
						
						
							
							Bump setuptools from 71.1.0 to 72.0.0 ( #5211 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-29 11:08:13 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						0bbd15bfda 
					 
					
						
						
							
							Restrict stopping core during migrations with force option ( #5205 )  
						
						
						
						
					 
					
						2024-07-25 17:14:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						591b9a4d87 
					 
					
						
						
							
							Stop backup if pre backup failed in Core ( #5203 )  
						
						... 
						
						
						
						* Stop backup if pre backup failed in Core
* Fix API tests
* Partial backup in ci since there's no Home assistant
* Add ssl folder to partial backup
* Allow backups when Home Assistant is not running
* Undo change to skip db test 
						
						
					 
					
						2024-07-25 17:08:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						5ee7d16687 
					 
					
						
						
							
							Add hard-coded image fallback for plugins for offline start ( #5204 )  
						
						
						
						
					 
					
						2024-07-25 13:45:38 +02:00 
						 
				 
			
				
					
						
							
							
								Erik Montnemery 
							
						 
					 
					
						
						
							
						
						4ab4350c58 
					 
					
						
						
							
							Add support for offline DB migration ( #5202 )  
						
						... 
						
						
						
						* Add support for offline DB migration
* Format code 
						
						
					 
					
						2024-07-23 15:27:16 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4ea7133fa8 
					 
					
						
						
							
							Bump docker/login-action from 3.2.0 to 3.3.0 ( #5201 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-23 09:22:20 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						627d67f9d0 
					 
					
						
						
							
							Bump cryptography from 42.0.8 to 43.0.0 ( #5199 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 11:59:07 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						eb37655598 
					 
					
						
						
							
							Bump pylint from 3.2.5 to 3.2.6 ( #5198 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.2.6 )
---
updated-dependencies:
- dependency-name: pylint
  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> 
						
						
					 
					
						2024-07-22 10:07:15 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						19b62dd0d4 
					 
					
						
						
							
							Bump pytest from 8.2.2 to 8.3.1 ( #5197 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 10:04:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b2ad1ceea3 
					 
					
						
						
							
							Bump sentry-sdk from 2.9.0 to 2.10.0 ( #5188 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-22 10:03:25 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c1545b5b78 
					 
					
						
						
							
							Bump ruff from 0.5.3 to 0.5.4 ( #5196 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.3...0.5.4 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-07-22 09:45:47 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2c2f04ba85 
					 
					
						
						
							
							Bump setuptools from 71.0.3 to 71.1.0 ( #5200 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 71.0.3 to 71.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v71.0.3...v71.1.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-07-22 09:45:31 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew Leech 
							
						 
					 
					
						
						
							
						
						77e7bf51b7 
					 
					
						
						
							
							Only read wifi strength from active connections. ( #5184 )  
						
						
						
						
					 
					
						2024-07-19 12:36:25 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						a42d71dcef 
					 
					
						
						
							
							Small cleanup to pyproject.toml ( #5191 )  
						
						
						
						
					 
					
						2024-07-19 09:09:13 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1ff0432f4d 
					 
					
						
						
							
							Bump ruff from 0.5.2 to 0.5.3 ( #5192 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-19 09:07:06 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						54afd6e1c8 
					 
					
						
						
							
							Bump setuptools from 71.0.1 to 71.0.3 ( #5193 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-19 09:06:43 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						458c493a74 
					 
					
						
						
							
							Bump ruff from 0.5.1 to 0.5.2 ( #5186 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-18 08:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8ac8ecb17e 
					 
					
						
						
							
							Bump setuptools from 70.3.0 to 71.0.1 ( #5190 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-18 08:51:36 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						eac167067e 
					 
					
						
						
							
							Ignore false positive no-member error ( #5189 )  
						
						
						
						
					 
					
						2024-07-18 08:43:59 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						aa7f4aafeb 
					 
					
						
						
							
							Migrate supervisor devcontainer from pip to uv ( #5170 )  
						
						
						
						
					 
					
						2024-07-12 10:26:45 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d2183fa12b 
					 
					
						
						
							
							Bump coverage from 7.5.4 to 7.6.0 ( #5185 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0 )
---
updated-dependencies:
- dependency-name: coverage
  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> 
						
						
					 
					
						2024-07-12 10:25:20 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						928f32bb4f 
					 
					
						
						
							
							Bump sentry-sdk from 2.8.0 to 2.9.0 ( #5183 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-11 08:57:33 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						cbe21303c4 
					 
					
						
						
							
							Bump actions/setup-python from 5.1.0 to 5.1.1 ( #5182 )  
						
						... 
						
						
						
						Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: actions/setup-python
  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> 
						
						
					 
					
						2024-07-11 08:17:35 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						94987c04b8 
					 
					
						
						
							
							Bump setuptools from 70.2.0 to 70.3.0 ( #5181 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-10 08:37:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d4ba46a846 
					 
					
						
						
							
							Bump home-assistant/wheels from 2024.01.0 to 2024.07.1 ( #5178 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 08:29:09 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1a22d83895 
					 
					
						
						
							
							Bump sentry-sdk from 2.7.1 to 2.8.0 ( #5179 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-09 08:27:46 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6b73bf5c28 
					 
					
						
						
							
							Bump aiohttp-fast-url-dispatcher from 0.3.0 to 0.3.1 ( #5175 )  
						
						
						
						
					 
					
						2024-07-08 08:41:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c9c9451c36 
					 
					
						
						
							
							Bump ruff from 0.5.0 to 0.5.1 ( #5176 )  
						
						
						
						
					 
					
						2024-07-08 08:39:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1882d448ea 
					 
					
						
						
							
							Bump actions/download-artifact from 4.1.7 to 4.1.8 ( #5174 )  
						
						
						
						
					 
					
						2024-07-08 08:35:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2f11c9c9e3 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.3 to 4.3.4 ( #5173 )  
						
						
						
						
					 
					
						2024-07-08 08:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						02bdc4b555 
					 
					
						
						
							
							Use uv instead of pip in Supervisor ( #5152 )  
						
						... 
						
						
						
						* Migrate supervisor image from pip to uv
* Set python paths
* Put in i386 conditional to match core
* Semicolons within if statements 
						
						
					 
					
						2024-07-03 11:51:16 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1a1ee50d9d 
					 
					
						
						
							
							Bump voluptuous from 0.15.1 to 0.15.2 ( #5168 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-03 09:57:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						50dc09d1a9 
					 
					
						
						
							
							Bump setuptools from 70.1.1 to 70.2.0 ( #5167 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 70.1.1 to 70.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v70.1.1...v70.2.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-07-02 09:29:38 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						130efd340c 
					 
					
						
						
							
							Bump time-machine from 2.14.1 to 2.14.2 ( #5165 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-01 08:47:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						00bc13c049 
					 
					
						
						
							
							Bump pylint from 3.2.4 to 3.2.5 ( #5166 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-07-01 08:43:39 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3caad67f61 
					 
					
						
						
							
							Bump sentry-sdk from 2.7.0 to 2.7.1 ( #5164 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-30 15:27:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						13783f0d4a 
					 
					
						
						
							
							Bump ruff from 0.4.10 to 0.5.0 ( #5163 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-28 08:39:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						eae97ba3f4 
					 
					
						
						
							
							Bump pylint from 3.2.3 to 3.2.4 ( #5160 )  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: pylint
  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> 
						
						
					 
					
						2024-06-27 09:05:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						134dad7357 
					 
					
						
						
							
							Bump sentry-sdk from 2.6.0 to 2.7.0 ( #5161 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.6.0 to 2.7.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/2.6.0...2.7.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> 
						
						
					 
					
						2024-06-27 09:04:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1c4d2e8dec 
					 
					
						
						
							
							Bump voluptuous from 0.15.0 to 0.15.1 ( #5162 )  
						
						... 
						
						
						
						Bumps [voluptuous](https://github.com/alecthomas/voluptuous ) from 0.15.0 to 0.15.1.
- [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.15.0...0.15.1 )
---
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> 
						
						
					 
					
						2024-06-27 08:48:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f2d7be3aac 
					 
					
						
						
							
							Bump dbus-fast from 2.21.3 to 2.22.1 ( #5159 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-26 09:26:21 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d06edb2dd6 
					 
					
						
						
							
							Bump debugpy from 1.8.1 to 1.8.2 ( #5158 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-26 08:50:33 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7fa15b334a 
					 
					
						
						
							
							Bump setuptools from 70.1.0 to 70.1.1 ( #5156 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-26 08:35:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						ffb4e2d6d7 
					 
					
						
						
							
							Bump Supervisor to Alpine 3.20 ( #5151 )  
						
						
						
						
					 
					
						2024-06-25 08:37:10 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bd8047ae9c 
					 
					
						
						
							
							Bump awesomeversion from 24.2.0 to 24.6.0 ( #5153 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-25 08:25:24 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						49bc0624af 
					 
					
						
						
							
							Ignore dns-data field in network settings update ( #5147 )  
						
						
						
						
					 
					
						2024-06-24 15:47:58 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5e1d764eb3 
					 
					
						
						
							
							Bump coverage from 7.5.3 to 7.5.4 ( #5150 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-24 08:41:30 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0064d93d75 
					 
					
						
						
							
							Bump dirhash from 0.4.0 to 0.4.1 ( #5149 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-24 08:40:15 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5a838ecfe7 
					 
					
						
						
							
							Bump voluptuous from 0.14.2 to 0.15.0 ( #5148 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-24 08:36:04 +02:00 
						 
				 
			
				
					
						
							
							
								Pascal Vizeli 
							
						 
					 
					
						
						
							
						
						c37b5effd7 
					 
					
						
						
							
							Add music assistant to the builtin repositories ( #5128 )  
						
						... 
						
						
						
						* Add music assistant to the builtin repositories
* Fix tests
* Fix tests some more
---------
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-06-21 12:17:21 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ca7f3e8acb 
					 
					
						
						
							
							Bump ruff from 0.4.9 to 0.4.10 ( #5143 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-21 09:27:10 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						b0cdb91d5e 
					 
					
						
						
							
							Fix uninstall of add-on on fixup ( #5142 )  
						
						
						
						
					 
					
						2024-06-21 08:54:46 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						4829eb8ae1 
					 
					
						
						
							
							Await uninstall of addon in fixup ( #5141 )  
						
						
						
						
					 
					
						2024-06-20 21:50:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						1bb814b793 
					 
					
						
						
							
							Home Assistant watchdog attempts safe mode after max fails ( #5124 )  
						
						... 
						
						
						
						* Home Assistant watchdog attempts safe mode after max fails
* Remove duplicate line
* Refactor and logging change from feedback
* Update supervisor/misc/tasks.py
* Fix log text check in test
---------
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-06-20 21:50:29 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						918fcb7d62 
					 
					
						
						
							
							Bump sentry-sdk from 2.5.1 to 2.6.0 ( #5140 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-20 11:39:26 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						bbfd899564 
					 
					
						
						
							
							Bump setuptools from 70.0.0 to 70.1.0 ( #5139 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-20 09:11:45 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						12c4d9da87 
					 
					
						
						
							
							Bump urllib3 from 2.2.1 to 2.2.2 ( #5138 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-18 07:52:04 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6b4fd9b6b8 
					 
					
						
						
							
							Bump ruff from 0.4.8 to 0.4.9 ( #5137 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...v0.4.9 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-06-17 09:05:58 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						07c22f4a60 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.4.1 to 4.5.0 ( #5136 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-14 09:27:41 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						252e1e2ac0 
					 
					
						
						
							
							Bump actions/checkout from 4.1.6 to 4.1.7 ( #5134 )  
						
						... 
						
						
						
						Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/checkout
  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> 
						
						
					 
					
						2024-06-13 09:17:05 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b684c8673e 
					 
					
						
						
							
							Bump sentry-sdk from 2.5.0 to 2.5.1 ( #5130 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.5.0 to 2.5.1.
- [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/2.5.0...2.5.1 )
---
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> 
						
						
					 
					
						2024-06-10 09:01:06 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						547f42439d 
					 
					
						
						
							
							Bump typing-extensions from 4.12.1 to 4.12.2 ( #5129 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-10 08:49:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c51ceb000f 
					 
					
						
						
							
							Bump sentry-sdk from 2.4.0 to 2.5.0 ( #5126 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-07 09:19:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4cbede1bc8 
					 
					
						
						
							
							Bump pylint from 3.2.2 to 3.2.3 ( #5127 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-07 09:01:27 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5eac8c7780 
					 
					
						
						
							
							Bump ruff from 0.4.7 to 0.4.8 ( #5125 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.7 to 0.4.8.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.7...v0.4.8 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-06-06 08:37:25 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						ab78d87304 
					 
					
						
						
							
							Add safe mode option to core rebuild ( #5120 )  
						
						... 
						
						
						
						* Add safe mode option to core rebuild
* Adding logging for increased traceability 
						
						
					 
					
						2024-06-05 15:44:07 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						09166e3867 
					 
					
						
						
							
							Bump cryptography from 42.0.7 to 42.0.8 ( #5121 )  
						
						... 
						
						
						
						Bumps [cryptography](https://github.com/pyca/cryptography ) from 42.0.7 to 42.0.8.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/42.0.7...42.0.8 )
---
updated-dependencies:
- dependency-name: cryptography
  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> 
						
						
					 
					
						2024-06-05 15:38:13 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8a5c813cdd 
					 
					
						
						
							
							Bump sentry-sdk from 2.3.1 to 2.4.0 ( #5123 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.3.1 to 2.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/2.3.1...2.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> 
						
						
					 
					
						2024-06-05 15:37:41 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4200622f43 
					 
					
						
						
							
							Bump pytest from 8.2.1 to 8.2.2 ( #5122 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-05 08:43:01 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						c4452a85b4 
					 
					
						
						
							
							Fix addon in wrong state after restore ( #5111 )  
						
						... 
						
						
						
						* Fix addon in wrong state after restore
* Do not stop docker monitor for a shutdown 
						
						
					 
					
						2024-06-04 16:17:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						e57de4a3c1 
					 
					
						
						
							
							Add uninstall addon suggestion to detached_addon_removed ( #5105 )  
						
						
						
						
					 
					
						2024-06-03 10:38:34 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9fd2c91c55 
					 
					
						
						
							
							Bump ruff from 0.4.6 to 0.4.7 ( #5116 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-03 10:29:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fbd70013a8 
					 
					
						
						
							
							Bump typing-extensions from 4.12.0 to 4.12.1 ( #5117 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-06-03 09:54:10 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8d18f3e66e 
					 
					
						
						
							
							Bump requests from 2.32.2 to 2.32.3 ( #5115 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-30 08:52:20 +02:00 
						 
				 
			
				
					
						
							
							
								Richard P 
							
						 
					 
					
						
						
							
						
						5f5754e860 
					 
					
						
						
							
							Add Exception handling when processing udev devices ( #5088 )  
						
						... 
						
						
						
						* Add Exception handling to UDEV reading and parsing
Khadas VIM4 UDEV returns something that python crapps its pants about. The exception just allows it to continue.
* Add an exception print
Added an exception print for the times things go bad.
* Split exception handling
The exception is not fatal when parsing error happens on one node. print it and continue.
* cleanups
* swapped functions
device.device_node   function bails very badly!  It raises no exceptions to the top but complains and errors
* Update supervisor/hardware/manager.py
Co-authored-by: Stefan Agner <stefan@agner.ch >
* Update supervisor/hardware/manager.py
---------
Co-authored-by: Stefan Agner <stefan@agner.ch >
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch > 
						
						
					 
					
						2024-05-29 15:33:15 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						974c882b9a 
					 
					
						
						
							
							Bump docker/login-action from 3.1.0 to 3.2.0 ( #5114 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-29 08:50:25 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a9ea90096b 
					 
					
						
						
							
							Bump ruff from 0.4.5 to 0.4.6 ( #5113 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-29 08:26:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						45c72c426e 
					 
					
						
						
							
							Bump coverage from 7.5.2 to 7.5.3 ( #5112 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-29 08:26:10 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4e5b75fe19 
					 
					
						
						
							
							Bump coverage from 7.5.1 to 7.5.2 ( #5109 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-27 08:37:29 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3cd617e68f 
					 
					
						
						
							
							--- ( #5099 )  
						
						... 
						
						
						
						updated-dependencies:
- dependency-name: requests
  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> 
						
						
					 
					
						2024-05-24 09:33:15 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ddff02f73b 
					 
					
						
						
							
							Bump docker from 7.0.0 to 7.1.0 ( #5106 )  
						
						... 
						
						
						
						Bumps [docker](https://github.com/docker/docker-py ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/7.0.0...7.1.0 )
---
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> 
						
						
					 
					
						2024-05-24 08:52:21 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b59347b3d3 
					 
					
						
						
							
							Bump typing-extensions from 4.11.0 to 4.12.0 ( #5107 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-24 08:32:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1dc769076f 
					 
					
						
						
							
							Bump sentry-sdk from 2.2.1 to 2.3.1 ( #5108 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-24 08:25:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						f150a19c0f 
					 
					
						
						
							
							Create issue for detached addons ( #5084 )  
						
						... 
						
						
						
						* Create issue for detached addons
* Separate issues into missing and removed 
						
						
					 
					
						2024-05-23 09:36:59 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c4bc1e3824 
					 
					
						
						
							
							Bump ruff from 0.4.4 to 0.4.5 ( #5103 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-23 08:33:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						eca99b69db 
					 
					
						
						
							
							Max retries for auto applying addon image fixup ( #5051 )  
						
						... 
						
						
						
						* Max retries for auto applying addon image fixup
* Update supervisor/resolution/fixups/addon_execute_repair.py
Co-authored-by: Stefan Agner <stefan@agner.ch >
---------
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-05-22 11:54:02 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						043af72847 
					 
					
						
						
							
							Bump setuptools from 69.5.1 to 70.0.0 ( #5100 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-22 09:33:26 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						05c7b6c639 
					 
					
						
						
							
							Bump sentry-sdk from 2.2.0 to 2.2.1 ( #5101 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-22 08:16:31 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3385c99f1f 
					 
					
						
						
							
							--- ( #5095 )  
						
						... 
						
						
						
						updated-dependencies:
- dependency-name: dbus-fast
  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> 
						
						
					 
					
						2024-05-21 17:06:19 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						895117f857 
					 
					
						
						
							
							--- ( #5094 )  
						
						... 
						
						
						
						updated-dependencies:
- dependency-name: pylint
  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> 
						
						
					 
					
						2024-05-21 17:05:23 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9e3135e2de 
					 
					
						
						
							
							--- ( #5093 )  
						
						... 
						
						
						
						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> 
						
						
					 
					
						2024-05-21 17:05:00 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						9a1c517437 
					 
					
						
						
							
							Pin Python requets package ( #5097 )  
						
						... 
						
						
						
						Make sure Python requests package is pinned to a known version. This is
required by docker-py for instance. This fixes current CI builds. 
						
						
					 
					
						2024-05-21 14:52:24 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						c0c0c4b7ad 
					 
					
						
						
							
							Fix doc and changelog API response for orphaned addons ( #5082 )  
						
						... 
						
						
						
						* Fix doc and changelog API response for orphaned addons
* Use correct terminology in tests 
						
						
					 
					
						2024-05-21 09:02:01 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						be6e39fed0 
					 
					
						
						
							
							Bump pylint from 3.1.1 to 3.2.1 ( #5090 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-20 09:30:42 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b384921ee0 
					 
					
						
						
							
							Bump pytest from 8.2.0 to 8.2.1 ( #5089 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-20 09:29:26 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						0d05a6eae3 
					 
					
						
						
							
							Bump sentry-sdk from 2.1.1 to 2.2.0 ( #5085 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-17 15:19:01 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						430aef68c6 
					 
					
						
						
							
							Bump actions/checkout from 4.1.5 to 4.1.6 ( #5086 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-17 10:40:37 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						eac6070e12 
					 
					
						
						
							
							Don't process hardware events when landing page is running ( #5079 )  
						
						
						
						
					 
					
						2024-05-15 08:56:37 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6693b7c2e6 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.3.1 to 4.4.0 ( #5080 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-15 08:49:07 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7898c3e433 
					 
					
						
						
							
							Bump pylint from 3.1.0 to 3.1.1 ( #5078 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-14 10:11:19 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						420ecd064e 
					 
					
						
						
							
							Bump pyudev from 0.24.1 to 0.24.3 ( #5074 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-13 09:29:49 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4289be53f8 
					 
					
						
						
							
							Bump pre-commit from 3.7.0 to 3.7.1 ( #5075 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-13 09:14:14 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						29b41b564e 
					 
					
						
						
							
							Bump ruff from 0.4.3 to 0.4.4 ( #5072 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-05-10 12:48:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						998eb69583 
					 
					
						
						
							
							Bump dbus-fast from 2.21.1 to 2.21.2 ( #5071 )  
						
						... 
						
						
						
						Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast ) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/bluetooth-devices/dbus-fast/releases )
- [Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.21.1...v2.21.2 )
---
updated-dependencies:
- dependency-name: dbus-fast
  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> 
						
						
					 
					
						2024-05-10 12:48:09 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						8ebc097ff4 
					 
					
						
						
							
							Revert "Bump orjson from 3.9.15 to 3.10.3 ( #5057 )" ( #5068 )  
						
						... 
						
						
						
						This reverts commit 71e91328f1 
						
						
					 
					
						2024-05-07 16:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						c05984ca49 
					 
					
						
						
							
							Fix no changelog API response ( #5064 )  
						
						... 
						
						
						
						* Fix no changelog API response
* Add comment reasoning HTTP 200 for no changelog
Co-authored-by: Stefan Agner <stefan@agner.ch >
* Apply suggestions from code review
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com >
---------
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com >
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-05-07 10:41:16 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1a700c3013 
					 
					
						
						
							
							Bump sentry-sdk from 2.0.1 to 2.1.1 ( #5067 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.0.1 to 2.1.1.
- [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/2.0.1...2.1.1 )
---
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> 
						
						
					 
					
						2024-05-07 10:17:12 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a9c92cdec8 
					 
					
						
						
							
							Bump cryptography from 42.0.6 to 42.0.7 ( #5066 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-07 09:23:56 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						da8b938d5b 
					 
					
						
						
							
							Bump actions/checkout from 4.1.4 to 4.1.5 ( #5065 )  
						
						
						
						
					 
					
						2024-05-07 08:26:00 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						71e91328f1 
					 
					
						
						
							
							Bump orjson from 3.9.15 to 3.10.3 ( #5057 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-06 22:46:12 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						6356be4c52 
					 
					
						
						
							
							Bump jinja2 from 3.1.3 to 3.1.4 ( #5061 )  
						
						... 
						
						
						
						Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [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.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
  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> 
						
						
					 
					
						2024-05-06 11:14:01 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e26e5440b6 
					 
					
						
						
							
							Bump ruff from 0.4.2 to 0.4.3 ( #5060 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.2...v0.4.3 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-05-06 11:13:04 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fecfbd1a3e 
					 
					
						
						
							
							Bump coverage from 7.5.0 to 7.5.1 ( #5059 )  
						
						... 
						
						
						
						Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.1 )
---
updated-dependencies:
- dependency-name: coverage
  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> 
						
						
					 
					
						2024-05-06 11:12:49 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c00d6dfc76 
					 
					
						
						
							
							Bump cryptography from 42.0.5 to 42.0.6 ( #5058 )  
						
						
						
						
					 
					
						2024-05-06 10:00:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						85be66d90d 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.3.0 to 4.3.1 ( #5054 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-05-02 09:02:54 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						1ac506b391 
					 
					
						
						
							
							Skip udisks listener on failure to connect ( #5049 )  
						
						
						
						
					 
					
						2024-05-01 10:50:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f7738b77de 
					 
					
						
						
							
							Bump pytest from 8.1.1 to 8.2.0 ( #5046 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.1...8.2.0 )
---
updated-dependencies:
- dependency-name: pytest
  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> 
						
						
					 
					
						2024-04-30 15:55:34 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						824037bb7d 
					 
					
						
						
							
							Bump pytest-asyncio to 0.23.6 ( #5048 )  
						
						
						
						
					 
					
						2024-04-30 15:46:44 -04:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						221292ad14 
					 
					
						
						
							
							Mark issues in FixupBase abstract ( #5033 )  
						
						... 
						
						
						
						Since #5024  all fixups have an associated issue. Generally, it is
generally better to have an issue for every fixup so that things
can be mapped to repairs in Core easily. Let's mark the issues property
as abstract to indicate subclasses are required to implement it. 
						
						
					 
					
						2024-04-29 16:24:58 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						16f8c75e9f 
					 
					
						
						
							
							Bump sentry-sdk from 1.45.0 to 2.0.1 ( #5047 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-29 17:33:36 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						90a37079f1 
					 
					
						
						
							
							Bump ruff from 0.4.1 to 0.4.2 ( #5043 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-26 10:07:04 +02:00 
						 
				 
			
				
					
						
							
							
								J. Nick Koston 
							
						 
					 
					
						
						
							
						
						798092af5e 
					 
					
						
						
							
							Revert orjson to 3.9.15 due to segmentation faults ( #5041 )  
						
						... 
						
						
						
						https://github.com/ijl/orjson/issues/479  
					
						2024-04-25 17:48:48 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						2a622a929d 
					 
					
						
						
							
							Limit reporting of errors in Supervisor logs fallback ( #5040 )  
						
						... 
						
						
						
						We do not need to capture HostNotSupported errors to Sentry. The only
possible code path this error might come from is where the Journal
Gateway Daemon socket is unavailable, which is already reported as an
"Unsupported system" repair. 
						
						
					 
					
						2024-04-25 10:44:21 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ca8eeaa68c 
					 
					
						
						
							
							Bump actions/download-artifact from 4.1.6 to 4.1.7 ( #5039 )  
						
						... 
						
						
						
						Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-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> 
						
						
					 
					
						2024-04-25 09:25:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d1b8ac1249 
					 
					
						
						
							
							Bump actions/checkout from 4.1.3 to 4.1.4 ( #5038 )  
						
						... 
						
						
						
						Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.3...v4.1.4 )
---
updated-dependencies:
- dependency-name: actions/checkout
  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> 
						
						
					 
					
						2024-04-25 09:15:34 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3f629c4d60 
					 
					
						
						
							
							Bump coverage from 7.4.4 to 7.5.0 ( #5037 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-24 09:52:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3fa910e68b 
					 
					
						
						
							
							Bump actions/download-artifact from 4.1.5 to 4.1.6 ( #5034 )  
						
						... 
						
						
						
						Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.5...v4.1.6 )
---
updated-dependencies:
- dependency-name: actions/download-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> 
						
						
					 
					
						2024-04-23 09:06:04 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e3cf2989c9 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.2 to 4.3.3 ( #5035 )  
						
						... 
						
						
						
						Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 )
---
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> 
						
						
					 
					
						2024-04-23 09:05:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						136b2f402d 
					 
					
						
						
							
							Bump dirhash from 0.3.0 to 0.4.0 ( #5036 )  
						
						... 
						
						
						
						Bumps [dirhash](https://github.com/andhus/dirhash-python ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/andhus/dirhash-python/releases )
- [Changelog](https://github.com/andhus/dirhash-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/andhus/dirhash-python/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: dirhash
  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> 
						
						
					 
					
						2024-04-23 09:05:06 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						8d18d2d9c6 
					 
					
						
						
							
							Use signals to recognize new disks immediately ( #5023 )  
						
						... 
						
						
						
						* Use signals to recognize new disks immediately
* Add test for disabled data disk issue
* Add mock of UDisks2 base service to test
* Apply suggestions from code review
* Shutdown manager first to avoid potential race conditions
* Update tests/dbus_service_mocks/udisks2.py
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com >
---------
Co-authored-by: Stefan Agner <stefan@agner.ch >
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com > 
						
						
					 
					
						2024-04-22 16:35:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						f18213361a 
					 
					
						
						
							
							Add issues field to create full backup suggestion ( #5024 )  
						
						
						
						
					 
					
						2024-04-22 09:58:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						18d9d32bca 
					 
					
						
						
							
							Fix Supervisor logs fallback ( #5022 )  
						
						... 
						
						
						
						Supervisor logs fallback in get_supervisor_logs didn't work properly
because the exception was caught in api_process_raw instead. This was
not discovered in tests because the side effect raised OSError, which
isn't handled there.
To address that, I split the advanced_logs to two functions, one being a
wrapped API handler, one being plain function returning response without
any additional error handling. The tests now check for both cases of
errors (HassioError and random generic Python error).
Refs #5021  
						
						
					 
					
						2024-04-22 09:42:12 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1246e429c9 
					 
					
						
						
							
							Bump ruff from 0.4.0 to 0.4.1 ( #5032 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.0...v0.4.1 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-04-22 09:14:49 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						77bc46bc37 
					 
					
						
						
							
							Bump actions/checkout from 4.1.2 to 4.1.3 ( #5031 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-22 08:50:53 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ce16963c94 
					 
					
						
						
							
							Bump actions/upload-artifact from 4.3.1 to 4.3.2 ( #5025 )  
						
						... 
						
						
						
						Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2 )
---
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> 
						
						
					 
					
						2024-04-19 09:41:14 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a70e8cfe58 
					 
					
						
						
							
							Bump actions/download-artifact from 4.1.4 to 4.1.5 ( #5026 )  
						
						... 
						
						
						
						Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.4...v4.1.5 )
---
updated-dependencies:
- dependency-name: actions/download-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> 
						
						
					 
					
						2024-04-19 09:41:06 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ba922a1aaa 
					 
					
						
						
							
							Bump ruff from 0.3.7 to 0.4.0 ( #5027 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.0 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-04-19 09:40:19 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b09230a884 
					 
					
						
						
							
							Bump aiohttp from 3.9.4 to 3.9.5 ( #5020 )  
						
						... 
						
						
						
						Bumps [aiohttp](https://github.com/aio-libs/aiohttp ) from 3.9.4 to 3.9.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.4...v3.9.5 )
---
updated-dependencies:
- dependency-name: aiohttp
  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> 
						
						
					 
					
						2024-04-17 09:01:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f1cb9ca08e 
					 
					
						
						
							
							Bump orjson from 3.9.15 to 3.10.1 ( #5019 )  
						
						... 
						
						
						
						Bumps [orjson](https://github.com/ijl/orjson ) from 3.9.15 to 3.10.1.
- [Release notes](https://github.com/ijl/orjson/releases )
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ijl/orjson/compare/3.9.15...3.10.1 )
---
updated-dependencies:
- dependency-name: orjson
  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> 
						
						
					 
					
						2024-04-17 08:59:30 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						06513e88c6 
					 
					
						
						
							
							Allow restarting core in safe mode ( #5017 )  
						
						
						
						
					 
					
						2024-04-17 08:54:56 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b4a79bd068 
					 
					
						
						
							
							Bump setuptools from 69.2.0 to 69.5.1 ( #5018 )  
						
						
						
						
					 
					
						2024-04-15 08:58:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						dfd8fe84e0 
					 
					
						
						
							
							Mount manager reload mounts all failed mounts ( #5014 )  
						
						... 
						
						
						
						* Mount manager reload mounts all failed mounts
* Remove invalid part of mount manager reload test 
						
						
					 
					
						2024-04-12 12:02:29 +02:00 
						 
				 
			
				
					
						
							
							
								J. Nick Koston 
							
						 
					 
					
						
						
							
						
						4857c2e243 
					 
					
						
						
							
							Bump aiohttp to 3.9.4 ( #4899 )  
						
						
						
						
					 
					
						2024-04-12 08:51:07 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7d384f6160 
					 
					
						
						
							
							Bump ruff from 0.3.5 to 0.3.7 ( #5015 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-12 08:45:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						672a7621f9 
					 
					
						
						
							
							Adopt a disabled data disk ( #5010 )  
						
						
						
						
					 
					
						2024-04-11 13:53:19 -04:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						f0e2fb3f57 
					 
					
						
						
							
							Addon load should not fail due to docker error ( #5011 )  
						
						
						
						
					 
					
						2024-04-11 15:06:57 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						8c3a520512 
					 
					
						
						
							
							Bump sentry-sdk from 1.44.1 to 1.45.0 ( #5012 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.44.1 to 1.45.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.44.1...1.45.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> 
						
						
					 
					
						2024-04-11 08:56:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						22e50d56db 
					 
					
						
						
							
							Bump sigstore/cosign-installer from 3.4.0 to 3.5.0 ( #5013 )  
						
						... 
						
						
						
						Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  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> 
						
						
					 
					
						2024-04-11 08:55:50 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						a0735f3585 
					 
					
						
						
							
							Allow adoption of existing data disk ( #4991 )  
						
						... 
						
						
						
						* Allow adoption of existing data disk
* Fix existing tests
* Add test cases and fix image issues
* Fix addon build test
* Run checks during setup not startup
* Addon load mimics plugin and HA load for docker part
* Default image accessible in except 
						
						
					 
					
						2024-04-10 11:36:18 +02:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						50a2e8fde3 
					 
					
						
						
							
							Allow adoption of existing data disk ( #4991 )  
						
						... 
						
						
						
						* Allow adoption of existing data disk
* Fix existing tests
* Add test cases and fix image issues
* Fix addon build test
* Run checks during setup not startup
* Addon load mimics plugin and HA load for docker part
* Default image accessible in except 
						
						
					 
					
						2024-04-10 10:25:22 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						55ed63cc79 
					 
					
						
						
							
							Bump dirhash from 0.2.1 to 0.3.0 ( #5006 )  
						
						... 
						
						
						
						Bumps [dirhash](https://github.com/andhus/dirhash-python ) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/andhus/dirhash-python/releases )
- [Changelog](https://github.com/andhus/dirhash-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/andhus/dirhash-python/compare/v0.2.1...v0.3.0 )
---
updated-dependencies:
- dependency-name: dirhash
  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> 
						
						
					 
					
						2024-04-10 09:28:28 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						97e9dfff3f 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.2.0 to 4.3.0 ( #5007 )  
						
						... 
						
						
						
						Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-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> 
						
						
					 
					
						2024-04-10 09:26:36 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						501c9579fb 
					 
					
						
						
							
							Bump pulsectl from 23.5.2 to 24.4.0 ( #5003 )  
						
						... 
						
						
						
						Bumps [pulsectl](https://github.com/mk-fg/python-pulse-control ) from 23.5.2 to 24.4.0.
- [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-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-08 10:06:44 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f9aedadee6 
					 
					
						
						
							
							Bump typing-extensions from 4.10.0 to 4.11.0 ( #5002 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-04-08 08:52:23 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						c3c17b2bc3 
					 
					
						
						
							
							Increase DNS timeout for CoreDNS users ( #5000 )  
						
						... 
						
						
						
						* Increase DNS timeout for CoreDNS users
CoreDNS forward plug-in fails in ~6s, then fallback triggers.
However, the default timeout of glibc and musl is 5s. Increase
default timeout to make sure CoreDNS fallback is working
on first query.
* Pass option as list 
						
						
					 
					
						2024-04-05 09:40:57 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						a894c4589e 
					 
					
						
						
							
							Use Systemd Journal API for all logs endpoints in API ( #4972 )  
						
						... 
						
						
						
						* Use Systemd Journal API for all logs endpoints in API
Replace all logs endpoints using container logs with wrapped
advanced_logs function, adding possibility to get logs from previous
boots and following the logs. Supervisor logs are an excetion where
Docker logs are still used - in case an exception is raised while
accessing the Systemd logs, they're used as fallback - otherwise we
wouldn't have an easy way to see what went wrong.
* Refactor testing of advanced logs endpoints to a common method
* Send error while fetching Supervisor logs to Sentry; minor cleanup
* Properly handle errors and use consistent content type in logs endpoints
* Replace api_process_custom with reworked api_process_raw per @mdegat01 suggestion 
						
						
					 
					
						2024-04-04 12:09:08 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						56a8a1b5a1 
					 
					
						
						
							
							Bump sentry-sdk from 1.44.0 to 1.44.1 ( #4999 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.44.0 to 1.44.1.
- [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.44.0...1.44.1 )
---
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> 
						
						
					 
					
						2024-04-04 09:12:48 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						be3f7a6c37 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.1.1 to 4.2.0 ( #4998 )  
						
						... 
						
						
						
						Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-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> 
						
						
					 
					
						2024-04-04 08:43:36 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						906e400ab7 
					 
					
						
						
							
							Fix submounts of /dev being read-only with Docker 25+ ( #4997 )  
						
						... 
						
						
						
						As described in #4996 , Docker 25+ changes made sub-mounts of the /dev
filesystem to be mounted read-only. Revert to the previous behavior by
adjusting the ReadOnlyNonRecursive option. Cleaner way would be to
upstream support for setting this option via Mount class arguments, so
this change is meant to be rather a hotfix for the issue. Even better
approach would be mounting /dev non-recursively, and taking care of
creating all necessary filesystems when creating containers in
Supervisor. 
						
						
					 
					
						2024-04-02 21:07:53 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						a9265afd4c 
					 
					
						
						
							
							Format NetworkManager connection name correctly for VLANs ( #4986 )  
						
						... 
						
						
						
						* Format NetworkManager connection name correctly for VLANs
Make sure NetworkManager connections are named correctly for VLANs
as well (<interface-name>.<vlan-id>).
* Avoid extending VLAN configuration name 
						
						
					 
					
						2024-04-02 21:07:39 +02:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						d26058ac80 
					 
					
						
						
							
							Update base images to 3.12-alpine3.19 ( #4995 )  
						
						
						
						
					 
					
						2024-04-02 12:25:32 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ebd1f30606 
					 
					
						
						
							
							Bump ruff from 0.3.4 to 0.3.5 ( #4994 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.4...v0.3.5 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-04-02 08:38:36 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c78e077649 
					 
					
						
						
							
							Bump gitpython from 3.1.42 to 3.1.43 ( #4993 )  
						
						... 
						
						
						
						Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.42 to 3.1.43.
- [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.42...3.1.43 )
---
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> 
						
						
					 
					
						2024-04-02 08:36:40 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						07619223b0 
					 
					
						
						
							
							Bump aiodns from 3.1.1 to 3.2.0 ( #4992 )  
						
						... 
						
						
						
						Bumps [aiodns](https://github.com/saghul/aiodns ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/saghul/aiodns/releases )
- [Changelog](https://github.com/saghul/aiodns/blob/master/ChangeLog )
- [Commits](https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: aiodns
  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> 
						
						
					 
					
						2024-04-02 08:36:22 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						25c326ec6c 
					 
					
						
						
							
							Bump sentry-sdk from 1.43.0 to 1.44.0 ( #4990 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-29 08:26:41 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						df167b94c2 
					 
					
						
						
							
							Bump codecov/codecov-action from 4.1.0 to 4.1.1 ( #4984 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-27 08:33:54 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3730908881 
					 
					
						
						
							
							Bump actions/setup-python from 5.0.0 to 5.1.0 ( #4983 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-27 08:00:28 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						975dc1bc11 
					 
					
						
						
							
							Bump ruff from 0.3.3 to 0.3.4 ( #4975 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-25 11:33:17 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						31409f0c32 
					 
					
						
						
							
							Bump time-machine from 2.14.0 to 2.14.1 ( #4981 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev > 
						
						
					 
					
						2024-03-25 09:47:47 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b19273227b 
					 
					
						
						
							
							Bump pytest-cov from 4.1.0 to 5.0.0 ( #4980 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-25 09:45:36 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f89179fb03 
					 
					
						
						
							
							Bump pre-commit from 3.6.2 to 3.7.0 ( #4979 )  
						
						
						
						
					 
					
						2024-03-25 09:02:43 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						90c971f9f1 
					 
					
						
						
							
							Unsupported if wrong image used on virtualization ( #4968 )  
						
						... 
						
						
						
						* Unsupported if wrong image used on virtualization
* Add generic-aarch64 as supported image
* Add virtualization field to API
* Change startup to setup in check 
						
						
					 
					
						2024-03-21 18:08:48 +01:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						d685780a4a 
					 
					
						
						
							
							Fix IncompleteReadError happening sometimes when reading Systemd logs ( #4974 )  
						
						... 
						
						
						
						Sometimes an empty line is returned from readuntil when EOF is reached,
which seems to be caused by a race of the EOF check in the loop and
later check in readuntil. With this fix, I am not able to reproduce the
issue anymore. 
						
						
					 
					
						2024-03-21 15:58:53 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b6bc8b7b7c 
					 
					
						
						
							
							Bump sentry-sdk from 1.42.0 to 1.43.0 ( #4973 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.42.0 to 1.43.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.42.0...1.43.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> 
						
						
					 
					
						2024-03-20 22:49:15 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						92daba898f 
					 
					
						
						
							
							Bump actions/cache from 4.0.1 to 4.0.2 ( #4969 )  
						
						... 
						
						
						
						Bumps [actions/cache](https://github.com/actions/cache ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/cache
  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> 
						
						
					 
					
						2024-03-20 17:16:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						138843591e 
					 
					
						
						
							
							Bump cosign to v2.2.3 and builder to 2024.03.5 ( #4971 )  
						
						... 
						
						
						
						* Bump cosign to v2.2.3 and builder to 2024.03.4
* Bump builder to 2024.03.5
* Bump other builder action to 2024.03.5 
						
						
					 
					
						2024-03-20 17:00:12 +01:00 
						 
				 
			
				
					
						
							
							
								Jan Čermák 
							
						 
					 
					
						
						
							
						
						0814552b2a 
					 
					
						
						
							
							Use Journal Export Format for host (advanced) logs ( #4963 )  
						
						... 
						
						
						
						* Use Journal Export Format for host (advanced) logs
Add methods for handling Journal Export Format and use it for fetching
of host logs. This is foundation for colored streaming logs for other
endpoints as well.
* Make pylint happier - remove extra pass statement
* Rewrite journal gateway tests to mock ClientResponse's StreamReader
* Handle connection refused error when connecting to journal-gatewayd
* Use SYSTEMD_JOURNAL_GATEWAYD_SOCKET global path also for connection
* Use parsing algorithm suggested by @agners in review
* Fix timestamps in formatting, always use UTC for now
* Add tests for Accept header in host logs
* Apply suggestions from @agners
Co-authored-by: Stefan Agner <stefan@agner.ch >
* Bail out of parsing earlier if field is not in required fields
* Fix parsing issue discovered in the wild and add test case
* Make verbose formatter more tolerant
* Use some bytes' native functions for some minor optimizations
* Move MalformedBinaryEntryError to exceptions module, add test for it
---------
Co-authored-by: Stefan Agner <stefan@agner.ch > 
						
						
					 
					
						2024-03-20 09:00:45 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						0e0fadd72d 
					 
					
						
						
							
							Fix some expected boot slot fields are optional ( #4964 )  
						
						... 
						
						
						
						* Fix some expected boot slot fields are optional
* Move stuff around to make pylint happy 
						
						
					 
					
						2024-03-18 18:30:10 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						5426bd4392 
					 
					
						
						
							
							Bump ruff from 0.3.2 to 0.3.3 ( #4966 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.2...v0.3.3 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-03-18 08:29:33 +01:00 
						 
				 
			
				
					
						
							
							
								James Ross 
							
						 
					 
					
						
						
							
						
						3520a65099 
					 
					
						
						
							
							Restore lost continue statement ( #4965 )  
						
						... 
						
						
						
						Commit 140b769a42 
						
						
					 
					
						2024-03-17 21:16:54 -04:00 
						 
				 
			
				
					
						
							
							
								Stefan Agner 
							
						 
					 
					
						
						
							
						
						b15a5c2c87 
					 
					
						
						
							
							Add full year and milliseconds to log timestamp ( #4954 )  
						
						... 
						
						
						
						This synchronizes log timestamps with how Home Assistant Core formats
them: Using the full 4 digit year and milliseconds precision.
See also https://github.com/home-assistant/core/pull/74518 . 
						
						
					 
					
						2024-03-15 17:50:01 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						a8af04ff82 
					 
					
						
						
							
							Cache existence of addon paths ( #4944 )  
						
						... 
						
						
						
						* Cache existence of addon paths
* Always update submodules
* Switch to an always cached model
* Cache on store addon only
* Fix tests
* refresh_cache to refresh_path_cache
* Fix name change in test
* Move logic into StoreManager 
						
						
					 
					
						2024-03-15 16:43:26 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						2148de45a0 
					 
					
						
						
							
							Allow client to change boot slot via API ( #4945 )  
						
						... 
						
						
						
						* Allow client to change boot slot via API
* Wrap call to rauc in job that checks for OS
* Reboot after changing the active boot slot
* Add test cases and clean up
* BootName to BootSlot
* Fix test
* Rename boot_name to boot_slot
* Fix tests after field change 
						
						
					 
					
						2024-03-15 10:36:37 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c4143dacee 
					 
					
						
						
							
							Bump coverage from 7.4.3 to 7.4.4 ( #4962 )  
						
						
						
						
					 
					
						2024-03-15 08:38:29 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a8025e77b3 
					 
					
						
						
							
							Bump setuptools from 69.1.1 to 69.2.0 ( #4958 )  
						
						... 
						
						
						
						Bumps [setuptools](https://github.com/pypa/setuptools ) from 69.1.1 to 69.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v69.2.0 )
---
updated-dependencies:
- dependency-name: setuptools
  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> 
						
						
					 
					
						2024-03-14 09:39:45 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dd1e76be93 
					 
					
						
						
							
							Bump docker/login-action from 3.0.0 to 3.1.0 ( #4957 )  
						
						... 
						
						
						
						Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.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> 
						
						
					 
					
						2024-03-14 09:06:03 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						36f997959a 
					 
					
						
						
							
							Bump sentry-sdk from 1.41.0 to 1.42.0 ( #4959 )  
						
						... 
						
						
						
						Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.41.0 to 1.42.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.41.0...1.42.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> 
						
						
					 
					
						2024-03-14 09:05:38 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c1faed163a 
					 
					
						
						
							
							Bump actions/checkout from 4.1.1 to 4.1.2 ( #4956 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-13 10:37:12 +01:00 
						 
				 
			
				
					
						
							
							
								Mike Degatano 
							
						 
					 
					
						
						
							
						
						9ca927dbe7 
					 
					
						
						
							
							Watchdog does not start core before supervisor ( #4955 )  
						
						
						
						
					 
					
						2024-03-13 09:08:27 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						02c6011818 
					 
					
						
						
							
							Bump ruff from 0.3.1 to 0.3.2 ( #4951 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.1...v0.3.2 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-03-11 10:06:41 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						2e96b16396 
					 
					
						
						
							
							Bump pytest from 8.1.0 to 8.1.1 ( #4952 )  
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.1.0...8.1.1 )
---
updated-dependencies:
- dependency-name: pytest
  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> 
						
						
					 
					
						2024-03-11 09:40:54 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						53b8de6c1c 
					 
					
						
						
							
							Bump sentry-sdk from 1.40.6 to 1.41.0 ( #4950 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-08 13:49:50 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						daea9f893c 
					 
					
						
						
							
							Bump pytest-timeout from 2.2.0 to 2.3.1 ( #4949 )  
						
						... 
						
						
						
						Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-03-08 11:45:20 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						d1b5b1734c 
					 
					
						
						
							
							Bump ruff from 0.3.0 to 0.3.1 ( #4946 )  
						
						... 
						
						
						
						Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.0...v0.3.1 )
---
updated-dependencies:
- dependency-name: ruff
  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> 
						
						
					 
					
						2024-03-07 09:13:37 +01:00