diff --git a/LICENSE.md b/LICENSE.md index cf498c2..909924b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 89d271f..9545136 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tautulli/.README.j2 b/tautulli/.README.j2 index fe44d23..09c0352 100644 --- a/tautulli/.README.j2 +++ b/tautulli/.README.j2 @@ -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 }} diff --git a/tautulli/DOCS.md b/tautulli/DOCS.md index bb873a8..b126611 100644 --- a/tautulli/DOCS.md +++ b/tautulli/DOCS.md @@ -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 diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 8d2ff6c..235f119 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -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 \