Happy New Year (#68)

This commit is contained in:
Franck Nijhof 2021-01-21 14:55:22 +01:00 committed by GitHub
parent b6e2a64751
commit 3ea9e74347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# MIT License
Copyright (c) 2018-2020 Joakim Sørensen
Copyright (c) 2018-2021 Joakim Sørensen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -78,7 +78,7 @@ our [GitHub Repository][repository].
MIT License
Copyright (c) 2018-2020 Joakim Sørensen
Copyright (c) 2018-2021 Joakim Sørensen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -119,7 +119,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-tautulli/issues
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-tautulli.svg
[ludeeus]: https://github.com/ludeeus
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[reddit]: https://reddit.com/r/homeassistant
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-tautulli.svg

View file

@ -66,7 +66,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.gg/c5DvZ4e
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-tautulli/68745?u=ludeeus
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
[release]: {{ repo }}/tree/{{ version }}

View file

@ -177,7 +177,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2020 Joakim Sørensen
Copyright (c) 2018-2021 Joakim Sørensen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -28,6 +28,7 @@ RUN \
&& apk add --no-cache \
git=2.26.2-r0 \
libressl=3.1.2-r0 \
patch=2.7.6-r6 \
py3-pip=20.1.1-r0 \
python3=3.8.5-r0 \
wget=1.20.3-r1 \