Compare commits

..

9 Commits

Author SHA1 Message Date
dependabot[bot] 5cec577c38 ⬆️ Bump setuptools from 58.4.0 to 60.2.0 in /tvheadend (#72)
Bumps [setuptools](https://github.com/pypa/setuptools) from 58.4.0 to 60.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v58.4.0...v60.2.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>
2022-01-02 11:08:57 +05:30
dependabot[bot] 4cf0838ca2 ⬆️ Bump streamlink from 2.4.0 to 3.0.3 in /tvheadend (#59)
Bumps [streamlink](https://github.com/streamlink/streamlink) from 2.4.0 to 3.0.3.
- [Release notes](https://github.com/streamlink/streamlink/releases)
- [Changelog](https://github.com/streamlink/streamlink/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamlink/streamlink/compare/2.4.0...3.0.3)

---
updated-dependencies:
- dependency-name: streamlink
  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>
2022-01-02 11:07:48 +05:30
dependabot[bot] db2adc5b48 ⬆️ Bump docker/login-action from 1.10.0 to 1.12.0 (#66)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.12.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>
2022-01-02 10:59:28 +05:30
dependabot[bot] f67466b85c ⬆️ Bump creyD/prettier_action from 4.0 to 4.1.1 (#63)
Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 4.0 to 4.1.1.
- [Release notes](https://github.com/creyD/prettier_action/releases)
- [Commits](https://github.com/creyD/prettier_action/compare/v4.0...v4.1.1)

---
updated-dependencies:
- dependency-name: creyD/prettier_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>
2022-01-02 10:59:17 +05:30
dependabot[bot] 02213d575a ⬆️ Bump actions/cache from 2.1.6 to 2.1.7 (#57)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
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>
2022-01-02 10:58:41 +05:30
Gautham Varma K 3593c2375f ⬆️ Bump Base Image form 10.1.1 to 11.0.0
Bumps Base Image form 10.1.1 to 11.0.0
2022-01-02 10:52:35 +05:30
Gautham Varma K 64a8ef45fa 🚀 Update CI to latest version 2022-01-02 10:38:35 +05:30
dependabot[bot] 40ab6e1ec2 ⬆️ Bump actions/checkout from 2.3.5 to 2.4.0 (#49)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.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/v2.3.5...v2.4.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>
2021-11-03 15:02:21 +05:30
Gautham Varma K d9a95e512f 🔧 Mount /dev/dvb and /dev/dri instead of /dev/dvb/ and /dev/dri/
Hopefully fix issue in #45
2021-11-03 10:30:27 +05:30
11 changed files with 30 additions and 40 deletions
+11 -11
View File
@@ -24,7 +24,7 @@ jobs:
target: ${{ steps.information.outputs.target }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run add-on information action
id: information
uses: frenck/action-addon-information@v1.3
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v2.5
with:
@@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run Hadolint
uses: brpaz/hadolint-action@v1.5.0
with:
@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run JQ
run: |
shopt -s globstar
@@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run mdl
uses: actionshub/markdownlint@2.0.2
@@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run Shellcheck
uses: ludeeus/action-shellcheck@1.1.0
env:
@@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run YAMLLint
uses: frenck/action-yamllint@v1.1
@@ -101,9 +101,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run Prettier
uses: creyD/prettier_action@v4.0
uses: creyD/prettier_action@v4.1.1
with:
prettier_options: --write **/*.{json,js,md,yaml}
env:
@@ -126,10 +126,10 @@ jobs:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
+4 -4
View File
@@ -33,7 +33,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run add-on information action
id: information
uses: frenck/action-addon-information@v1.3
@@ -69,10 +69,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: /tmp/.docker-cache
key: docker-${{ matrix.architecture }}-${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
exit 1
fi
- name: 🏗 Login to GitHub Container Registry
uses: docker/login-action@v1.10.0
uses: docker/login-action@v1.12.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
-2
View File
@@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/labels.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-2
View File
@@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/lock.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-2
View File
@@ -13,5 +13,3 @@ on:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-2
View File
@@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-2
View File
@@ -10,5 +10,3 @@ on:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/stale.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+6 -6
View File
@@ -7,14 +7,14 @@ COPY requirements.txt /tmp/
RUN \
apk update \
&& apk add --no-cache --virtual .build-deps \
musl-dev=1.2.2-r3 \
gcc=10.3.1_git20210424-r2 \
g++=10.3.1_git20210424-r2 \
libxml2-dev=2.9.12-r1 \
musl-dev=1.2.2-r7 \
gcc=10.3.1_git20211027-r0 \
g++=10.3.1_git20211027-r0 \
libxml2-dev=2.9.12-r2 \
libxslt-dev=1.1.34-r1 \
python3-dev=3.9.5-r1 \
python3-dev=3.9.7-r4 \
&& apk add --no-cache \
tvheadend=4.2.8-r3 \
tvheadend=4.2.8-r5 \
py3-pip=20.3.4-r1 \
libxslt=1.1.34-r1 \
&& pip3 install \
+5 -5
View File
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base/aarch64:10.1.1
amd64: ghcr.io/hassio-addons/base/amd64:10.1.1
armhf: ghcr.io/hassio-addons/base/armhf:10.1.1
armv7: ghcr.io/hassio-addons/base/armv7:10.1.1
i386: ghcr.io/hassio-addons/base/i386:10.1.1
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
i386: ghcr.io/hassio-addons/base/i386:11.0.0
+2 -2
View File
@@ -13,8 +13,8 @@ arch:
- i386
webui: "http://[HOST]:[PORT:9981]/"
devices:
- /dev/dvb/
- /dev/dri/
- /dev/dvb
- /dev/dri
ports:
9981/tcp: 9981
9982/tcp: 9982
+2 -2
View File
@@ -1,2 +1,2 @@
setuptools==58.4.0
streamlink==2.4.0
setuptools==60.2.0
streamlink==3.0.3