1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00
Commit Graph

2904 Commits

Author SHA1 Message Date
Jan Čermák
f58c959e69 Disable Wi-Fi powersave by default for all connections (#4529)
Set wifi.powersave to 2 (disabled) in NetworkManager settings by default for
all connections. Since HAOS is generally used on servers, powersaving doesn't
bring any obvious benefit and is often cause of problems and higher network
latency. If needed, nmcli can be used to override the new default.

Refs #3832
2026-02-12 16:21:59 +01:00
Jan Čermák
615eab2c99 Merge branch 'main' into dev 2026-02-12 15:08:41 +01:00
Jan Čermák
8a14ad2312 Bump OS to release version 17.1 17.1 2026-02-12 13:05:10 +01:00
Jan Čermák
5e9929182c Fix CI tests failing after addons to apps rename in CLI (#4525)
The tests are now failing because the deprecation warning is parsed by the
helper function as well. Use the new commands/flags to silence the warning.
2026-02-11 18:55:04 +01:00
Jan Čermák
952191a058 Linux: Update kernel to 6.12.70 (#4524)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.69
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.70
2026-02-11 17:52:56 +01:00
dependabot[bot]
760017eb39 Bump mikepenz/action-junit-report from 6.1.0 to 6.2.0 (#4518)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](a294a61c90...74626db735)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.2.0
  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>
2026-02-05 17:04:57 +01:00
dependabot[bot]
f5964d9630 Bump actions/cache from 5.0.2 to 5.0.3 (#4517)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](8b402f58fb...cdf6c1fa76)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.3
  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>
2026-02-05 12:27:30 +01:00
dependabot[bot]
f5368a05ea Bump docker/login-action from 3.6.0 to 3.7.0 (#4516)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](5e57cd1181...c94ce9fb46)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.7.0
  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>
2026-02-05 12:27:09 +01:00
Jan Čermák
c9e88f29cc Linux: Update kernel to 6.12.68 (#4519)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.68
2026-02-05 12:26:37 +01:00
Jan Čermák
b3d67a14c0 Bump OS to development version 17.2.dev0 2026-01-30 14:07:17 +01:00
Jan Čermák
79e0504a89 Bump OS to pre-release version 17.1.rc1 17.1.rc1 2026-01-30 12:09:38 +01:00
Jan Čermák
90d3721f39 Merge branch 'main' into dev 2026-01-30 12:09:00 +01:00
Jan Čermák
b239f05a46 Remove dropped R8712U from Rockchip configs (#4511)
The R8712U staging driver was dropped in kernel, remove it from Rockchip config
where it was unintentionally enabled to silence the warning.
2026-01-30 11:26:02 +01:00
Jan Čermák
0f6f90b31e Add RAUC patch to annotate all messages with SYSLOG_IDENTIFIER (#4510)
For some messages, RAUC uses GLib's structured logging API, which doesn't add
the SYSLOG_IDENTIFIER implicitly, like the convenience messages do. Backport a
patch submitted upstream which add this field to all messages, making all RAUC
logging available when rauc identifier is queried.
2026-01-29 14:17:34 +01:00
Jan Čermák
3a243c4096 Backport GLib patch adding SYSLOG_IDENTIFIER to logging messages (#4506)
This backports patch from GLib v2.85.0 which adds SYSLOG_IDENTIFIER to messages
logged through GLib's convenience logging messages. This immediately makes some
RAUC messages previously not present in Host logs (which rely on the identifier
field being present) to be available in the host logs. For the remaining
messages, the identifier needs to be added directly in RAUC.
2026-01-27 11:41:36 +01:00
dependabot[bot]
210f9f17a3 Bump actions/setup-python from 6.1.0 to 6.2.0 (#4507)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](83679a892e...a309ff8b42)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  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>
2026-01-26 16:05:42 +01:00
dependabot[bot]
6ca430fe33 Bump actions/checkout from 6.0.1 to 6.0.2 (#4508)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  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>
2026-01-26 16:05:15 +01:00
dependabot[bot]
297987affc Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#4509)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](b1476f6e6e...6db134d15f)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-version: 6.2.0
  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>
2026-01-26 16:04:47 +01:00
Jan Čermák
eb2ed101f7 Linux: Update kernel to 6.12.67 (#4505)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.67
2026-01-26 13:20:38 +01:00
Jens Maus
472482776d Add generic_raw_uart patch for termios2/glibc 2.42+ compatibility (#4504)
This change adds termios2 compatibility to the ioctl interface of generic_raw_uart making it compatible to glibc 2.42+ environments which prefer termios2 rather than the old/obsolete termios ioctls. This is a similar change to what was introduced to eq3_char_loop in #4471. However, this change in generic_raw_uart is required so that /dev/raw-uart will be termios2 compatible for applications within the OpenCCU Add-on directly opening it in case a non-dualcopro RF module like HmIP-RFUSB-TK is using it directly. (This refs https://github.com/OpenCCU/OpenCCU/issues/3498)
2026-01-26 10:44:22 +01:00
Jan Čermák
e54e8c4bde Bump Containerd to v2.2.1 to fix possible log spam (#4502)
This release fixes excessive logging caused by parsing failures of
`hugetlb.*.events` files.

* buildroot a397fcb7b5...606ff05398 (1):
  > package/containerd: bump version to v2.2.1
2026-01-22 17:42:44 +01:00
Jan Čermák
2784089e0e Linux: Update kernel to 6.12.66 (#4500)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.66
2026-01-22 09:28:47 +01:00
Jan Čermák
83cf1687e0 Bump Buildroot to 2025.02.10 (#4499)
* buildroot 7b74f4f84b...a397fcb7b5 (1):
  > Merge tag '2025.02.10' into 2025.02.x-haos
2026-01-22 09:28:40 +01:00
dependabot[bot]
cf0329e38b Bump actions/cache from 5.0.1 to 5.0.2 (#4489)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](9255dc7a25...8b402f58fb)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.2
  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>
2026-01-20 09:22:39 +01:00
Jan Čermák
1a09ff02f8 Linux: Update kernel to 6.12.65 (#4483)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.64
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.65
2026-01-19 12:20:26 +01:00
Jan Čermák
8e1d61b0af Bump OS to release version 17.0 17.0 2026-01-16 13:50:50 +01:00
Jan Čermák
1608fa3de6 Bump OS to pre-release version 17.0.rc2 17.0.rc2 2026-01-07 15:18:55 +01:00
Jens Maus
4a1b69d486 Add eq3_char_loop patch for termios2/glibc 2.42+ compatibility (#4471)
This PR updates the eq3_char_loop package to contain the latest
eq3_char_loop v1.3 sources with termios2 compatibility which is required
for glibc 2.42+ environments (latest OpenCCU) so that the HMIPServer
within OpenCCU is able to startup correctly.

(cherry picked from commit fc962f8a13)
2026-01-07 15:18:30 +01:00
Jens Maus
8d680747c9 Update generic_raw_uart package to c377d91 (#4472)
This PR updates the generic_raw_uart package to the latest version
incorporating the following maintenance changes:

e336370041
e1a8cc82b4

This refs https://github.com/OpenCCU/OpenCCU/pull/3444

(cherry picked from commit 9a9cb0c47b)
2026-01-07 15:18:29 +01:00
Jan Čermák
5dbfb85110 Linux: Update kernel to 6.12.63 (#4474)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.63

(cherry picked from commit 4d4aab4693)
2026-01-07 15:18:28 +01:00
puterboy
8a9ca1b143 Enable support of i2c-based touchscreens for x86 and aarch64 (#4463)
* Enable CONFIG_I2C_ACPI in kernel configuration for generic-x86-64

Needed to support i2c-based touchscreens on x86 boards

* Enable I2C HID support in kernel configuration for generic aarch64

Needed to support i2c touchscreens on arm64 devices

(cherry picked from commit 4c8582b09e)
2026-01-07 15:18:27 +01:00
dependabot[bot]
8b57275d75 Bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 (#4473)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](e08919a3b1...a294a61c90)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.1.0
  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>
(cherry picked from commit 5577d80e59)
2026-01-07 15:18:26 +01:00
dependabot[bot]
90d85c1318 Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#4461)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](e468171a9d...8d2750c68a)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.12.0
  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>
(cherry picked from commit c1d7292f11)
2026-01-07 15:18:25 +01:00
dependabot[bot]
0a0d23a3af Bump shogo82148/actions-upload-release-asset from 1.9.1 to 1.9.2 (#4466)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit b334275322)
2026-01-07 15:18:25 +01:00
Jan Čermák
72ee94722c Update Docker to v29.1.3 (#4458)
* buildroot fb0d554978...7b74f4f84b (2):
  > package/docker-cli: bump version to v29.1.3
  > package/docker-engine: bump version to v29.1.3

(cherry picked from commit 7960c80fd0)
2026-01-07 15:18:24 +01:00
Jan Čermák
47d0934722 Update BlueZ to v5.85 (#4457)
* buildroot aeef675618...fb0d554978 (1):
  > package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.85

(cherry picked from commit a79c3a84a8)
2026-01-07 15:18:23 +01:00
Jan Čermák
b5b2fa7ce1 Bump kbd to v2.9.0, remove no longer needed gzip binary (#4456)
With kbd v2.9.0, gzip is no longer needed, as kbd can extract the compressed
files with dlopen using zlib.

(cherry picked from commit a886fb141e)
2026-01-07 15:18:22 +01:00
Jan Čermák
2e3fd3590b Bump Buildroot to 2025.02.9 (#4455)
* buildroot 808ee7b916...215201847a (1):
  > Merge tag '2025.02.9' into 2025.02.x-haos

(cherry picked from commit fa68d41c81)
2026-01-07 15:18:21 +01:00
Jan Čermák
801ba5a8f5 Linux: Update kernel to 6.12.62 (#4454)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.62

(cherry picked from commit 007ed90691)
2026-01-07 15:18:20 +01:00
Jan Čermák
67ac9cfffe Linux: Update kernel to 6.12.61 (#4441)
* https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.61

(cherry picked from commit 9371415374)
2026-01-07 15:18:19 +01:00
dependabot[bot]
b6a42a8e6b Bump dessant/label-actions from 4.0.1 to 5.0.0 (#4453)
Bumps [dessant/label-actions](https://github.com/dessant/label-actions) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/dessant/label-actions/releases)
- [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md)
- [Commits](102faf474a...9e5fd757ff)

---
updated-dependencies:
- dependency-name: dessant/label-actions
  dependency-version: 5.0.0
  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>
(cherry picked from commit e1173172be)
2026-01-07 15:18:18 +01:00
dependabot[bot]
a40c4ae62a Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4452)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](330a01c490...b7c566a772)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 6.0.0
  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>
(cherry picked from commit 83325a3dd7)
2026-01-07 15:18:18 +01:00
dependabot[bot]
331a04c66d Bump actions/download-artifact from 6.0.0 to 7.0.0 (#4451)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](018cc2cf5b...37930b1c2a)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 7.0.0
  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>
(cherry picked from commit 6a4a299e22)
2026-01-07 15:18:17 +01:00
dependabot[bot]
7e20e8d0bd Bump dessant/lock-threads from 5.0.1 to 6.0.0 (#4450)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md)
- [Commits](1bf7ec2505...7266a7ce5c)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-version: 6.0.0
  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>
(cherry picked from commit 3f13972b0f)
2026-01-07 15:18:16 +01:00
dependabot[bot]
85a1801cd0 Bump actions/cache from 4.3.0 to 5.0.1 (#4449)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0057852bfa...9255dc7a25)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.1
  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>
(cherry picked from commit 0ad7a63c21)
2026-01-07 15:18:15 +01:00
dependabot[bot]
50af9e778b Bump actions/checkout from 6.0.0 to 6.0.1 (#4438)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1af3b93b68...8e8c483db8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  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>
(cherry picked from commit 9d47cf9fbd)
2026-01-07 15:17:54 +01:00
dependabot[bot]
3ee60a4e0d Bump actions/setup-python from 6.0.0 to 6.1.0 (#4437)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](e797f83bcb...83679a892e)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.1.0
  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>
(cherry picked from commit 6248fcea91)
2026-01-07 15:17:53 +01:00
dependabot[bot]
4ea81ea6c9 Bump actions/stale from 10.1.0 to 10.1.1 (#4439)
Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](5f858e3efb...997185467f)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.1
  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>
(cherry picked from commit 78354b3e57)
2026-01-07 15:17:52 +01:00
Jens Maus
fc962f8a13 Add eq3_char_loop patch for termios2/glibc 2.42+ compatibility (#4471)
This PR updates the eq3_char_loop package to contain the latest
eq3_char_loop v1.3 sources with termios2 compatibility which is required
for glibc 2.42+ environments (latest OpenCCU) so that the HMIPServer
within OpenCCU is able to startup correctly.
2026-01-06 14:11:29 +01:00
Jens Maus
9a9cb0c47b Update generic_raw_uart package to c377d91 (#4472)
This PR updates the generic_raw_uart package to the latest version
incorporating the following maintenance changes:

e336370041
e1a8cc82b4

This refs https://github.com/OpenCCU/OpenCCU/pull/3444
2026-01-06 13:48:19 +01:00