Stefan Agner
f3db9180ae
Pull latest stable Supervisor if image is missing
...
Similar to Home Assistant OS if the Supervisor is missing, make sure to
pull the latest stable image.
See also https://github.com/home-assistant/operating-system/pull/2765
2023-11-02 22:58:45 +01:00
Marcel de Vries
8dbfda2221
Only attach TTY for hassio_cli wrapper when not completing command ( #334 )
2023-10-23 15:39:36 +02:00
Marcel de Vries
21a9d0b3f3
Attach TTY for hassio_cli wrapper to make spinner work ( #332 )
2023-10-23 12:24:25 +02:00
dependabot[bot]
4bc6a478a5
Bump actions/checkout from 4.1.0 to 4.1.1 ( #333 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 08:58:22 +02:00
Matheson Steplock
724cbf2dfb
Support Network Storage ( #325 )
2023-10-16 09:29:49 +02:00
Matheson Steplock
ba6a9d341c
Update resolved.conf ( #328 )
2023-10-16 09:29:15 +02:00
Matheson Steplock
5256c521f0
Add tasks.json to make testing easier ( #330 )
2023-10-08 16:22:10 -04:00
Matheson Steplock
2e5c669723
Fix redirects on errors ( #327 )
2023-10-05 08:22:39 +02:00
dependabot[bot]
aaed7d4370
Bump actions/checkout from 4.0.0 to 4.1.0 ( #324 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 11:01:40 +02:00
Andrea
8b004cc97a
Update README.md ( #319 )
2023-09-12 10:42:20 +02:00
dependabot[bot]
0b5838b847
Bump actions/checkout from 3 to 4 ( #320 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-12 10:41:48 +02:00
Matheson Steplock
06671c39bd
Bump version
2023-06-19 01:08:46 -04:00
Matheson Steplock
15f4ab16c2
Add Support For Debian Bookworm ( #297 )
2023-06-14 15:04:04 -04:00
Matheson Steplock
9c6a021760
Bump Version
2023-06-03 14:52:53 -04:00
Sergio Conde Gómez
923437fa7f
Set bind propagation for supervisor data ( #293 )
2023-06-02 20:18:01 -04:00
dependabot[bot]
be8508f7ef
Bump actions/stale from 7.0.0 to 8.0.0 ( #283 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 09:30:12 +02:00
Daniel Lo Nigro
048a4dd86b
Modernize apt commands ( #280 )
2023-03-05 22:12:56 +01:00
Matheson Steplock
9eb7b0348b
Bump Version
2023-03-02 15:25:59 -05:00
p0wer
d8af25272d
Issue #247 Ensure systemd-journal-gatewayd socket is correct ( #277 )
...
* Create systemd socket override for systemd-journal-gatewayd
As stated in https://github.com/home-assistant/supervised-installer/issues/247 the default action for systemd-journal-gatewayd is to listen on HTTP port while Supervisor needs Unix socket file that's bind mounted in Docker container. This override changes socket location.
* Check and fix systemd socket file
As stated in #247 with the default setup the path /run/systemd-journal-gatewayd.sock may be a directory, not a file, we have to fix that
* Remove unnecessary unit file
Socket location change has been moved to systemd override which is the suggested way of changing original packaged unit behavior
* Rename hassio-supervisor.conf to 10-hassio-supervisor.conf
2023-02-27 17:25:12 -05:00
p0wer
d135a92f6d
Fix for missing apparmor profile directory ( #278 )
...
Fixes https://github.com/home-assistant/supervised-installer/issues/270
2023-02-15 18:18:04 -05:00
dependabot[bot]
77ba930b84
Bump actions/stale from 6.0.1 to 7.0.0 ( #269 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-27 08:17:52 +01:00
Paul Sütterlin
d5e5550703
Add lsb-release dependency ( #264 )
...
Not all Debian Installations come with lsb-release, therefore installation may fail in select cases. Adding the dependency to the list resolves possible complications.
2022-12-18 21:29:09 -05:00
Matheson Steplock
730bf01008
Solve Compression Error - Build Debian Package in Docker ( #263 )
...
* Build Debian Package in Docker
* Fix docker run
* Fix Formatting
* Fix YAML Errors
* Test Formatting Fix
* Pin to bullseye-slim
* Build Debian Package in Docker
* Bump Version Number
2022-12-11 15:33:29 -05:00
Matheson Steplock
becd4e691a
Simplify Example Path
2022-12-10 15:51:10 -05:00
Matheson Steplock
586b0a8554
Bump Version to 1.4.0
2022-12-10 15:46:38 -05:00
Matheson Steplock
928b3abc34
Block Unsupported OS ( #262 )
...
* Check Support
* fix wording
* Add Bypass OS Check
2022-12-10 15:45:58 -05:00
Andy Grunwald
10b1819f05
docs: Add documentation about how to reconfigure "$DATA_SHARE" ( #251 )
...
This was mainly used by https://github.com/home-assistant/supervised-installer/issues/187
2022-12-08 22:16:19 -05:00
Tony2k
51a506a494
Add Odroid C4 ( #257 )
2022-11-25 12:40:59 +01:00
Tony2k
3f64b3ff34
Add Odroid C4 ( #258 )
2022-11-25 12:40:44 +01:00
Tony2k
2de4f4b6d0
Add Odroid C4 machine ( #250 )
...
https://hub.docker.com/r/homeassistant/odroid-c4-homeassistant
2022-11-16 15:51:36 -05:00
Lucas Mindêllo de Andrade
a3d1502f51
feat(PREINSTALL): check if CPU arch is supported ( #243 )
2022-10-26 21:37:34 -04:00
dependabot[bot]
3e8f78ff38
Bump actions/stale from 6.0.0 to 6.0.1 ( #245 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 10:08:48 +02:00
dependabot[bot]
76187a3e60
Bump actions/stale from 5.2.0 to 6.0.0 ( #242 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 12:07:15 +02:00
Matheson Steplock
c0cfcb3806
Bump version
2022-09-25 17:39:14 -04:00
Tomas Klouda
0779e8d745
Fix switch to cgroup v1 for Debian 11 on Raspberry Pi ( #240 )
...
There was wrong path used, as `/boot/cmdline.txt` is only used on Rapbian or RaspiOS which are not supported .
2022-09-25 17:25:07 -04:00
Matheson Steplock
46ec13fd49
Bump version
2022-09-22 21:15:45 -04:00
dependabot[bot]
da2d4945de
Bump actions/stale from 5.1.1 to 5.2.0 ( #236 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 09:22:28 +02:00
Nikolay Shcheglov
120705a944
Add apparmor to required deps ( #192 )
2022-09-15 21:59:30 -04:00
Matheson Steplock
a4c446282f
Switch to stale workflow ( #233 )
2022-09-15 10:53:37 +02:00
Matheson Steplock
8b0cfe7a53
Expose systemd-journal-gatewayd ( #235 )
...
* Expose systemd-journal-gatewayd
* Enable and start systemd-journal-gatewayd.socket
* add systemd-journal-remote to requirements
* add systemd-journal-remote to requirements
2022-09-15 09:00:29 +02:00
Matheson Steplock
87c4f98a86
add log-opts ( #234 )
2022-09-15 08:59:38 +02:00
Nick Nothom
00d765fcd9
Fix typos ( #232 )
2022-08-29 22:28:17 +02:00
Pascal Vizeli
45a38d1fc4
Add IPv6 support for upcoming supervisor ( #229 )
2022-08-11 16:09:34 -04:00
Foxler2010
7ffcc23818
fixed typo ( #228 )
...
assisisisisisistant
2022-08-07 01:22:44 -04:00
Matheson Steplock
2f62e65aab
Bump version number
2022-07-25 16:14:51 -04:00
Matheson Steplock
1efaf1ce08
Update NetworkManager Config ( #224 )
...
* Update networkmanager config to match OS
* drop Supervisor default
* remove divert of NetworkManager file
* switch to checkonline
* remove http from ping
* divert default config
2022-07-25 16:12:43 -04:00
dependabot[bot]
168d844b33
Bump actions/upload-artifact from 2 to 3 ( #219 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 09:35:34 +02:00
dependabot[bot]
f330417eaa
Bump actions/checkout from 2 to 3 ( #220 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 09:31:09 +02:00
Sven Serlier
10cd745f4e
Add dependabot ( #218 )
2022-07-05 09:29:02 +02:00
Matheson Steplock
9f0efc9d20
bump version number
2022-06-23 16:51:56 -04:00