k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[bazarr] Updated Docker image to v1.0.3 #1511

Closed Kimi450 closed 2 years ago

Kimi450 commented 2 years ago

Signed-off-by: Karan Samani karan_samani@yahoo.co.in

Description of the change

Updated the docker image to the latest version, 1.0.3

Benefits

Latest version of the app

Possible drawbacks

Unknown backwards compatitibility issues?

Applicable issues NA

Additional information

Not sure why their docker image version was changed from 0.x.x to 1.x.x. The change log shows a bot updating version and the changes dont appear to be backwards incompatible to me.

commit 6ef1615a30dd531870087953e49180169e419210 (tag: v1.0.0-ls132)
Author: LinuxServer-CI <ci@linuxserver.io>
Date:   Sun Oct 24 06:42:02 2021 +0200

    Bot Updating Package Versions

commit 07c79854f98404a67ea93f21792ce06bb581a590 (tag: v1.0.0-ls131, tag: v0.9.9-ls131)
Author: LinuxServer-CI <ci@linuxserver.io>
Date:   Sun Oct 10 06:41:53 2021 +0200

    Bot Updating Package Versions

commit 970fa473ccb97d5c8b4ca54f511774603792e300 (tag: v0.9.9-ls130)
Author: LinuxServer-CI <ci@linuxserver.io>
Date:   Sun Oct 3 07:00:53 2021 +0200

    Bot Updating Package Versions
minikube:kimi450 12:24:59 [--0] /playground/docker-bazarr  (master) $ git diff 6ef1615a30dd531870087953e49180169e419210 970fa473ccb97d5c8b4ca54f511774603792e300
diff --git a/package_versions.txt b/package_versions.txt
index 11d0ea5..00be191 100644
--- a/package_versions.txt
+++ b/package_versions.txt
@@ -1,5 +1,5 @@
 alpine-baselayout-3.2.0-r8
-alpine-keys-2.4-r0
+alpine-keys-2.2-r0
 alsa-lib-1.2.4-r2
 aom-libs-1.0.0-r1
 apk-tools-2.12.7-r0
@@ -113,7 +113,7 @@ skalibs-2.10.0.0-r0
 soxr-0.1.3-r2
 sqlite-libs-3.34.1-r0
 ssl_client-1.32.1-r6
-tzdata-2021d-r0
+tzdata-2021b-r0
 unrar-6.0.3-r0
 unzip-6.0-r9
 utmps-0.1.0.0-r0
minikube:kimi450 12:25:07 [--0] /playground/docker-bazarr  (master) $ git diff 07c79854f98404a67ea93f21792ce06bb581a590 970fa473ccb97d5c8b4ca54f511774603792e300
diff --git a/package_versions.txt b/package_versions.txt
index 048664f..00be191 100644
--- a/package_versions.txt
+++ b/package_versions.txt
@@ -113,7 +113,7 @@ skalibs-2.10.0.0-r0
 soxr-0.1.3-r2
 sqlite-libs-3.34.1-r0
 ssl_client-1.32.1-r6
-tzdata-2021c-r0
+tzdata-2021b-r0
 unrar-6.0.3-r0
 unzip-6.0-r9
 utmps-0.1.0.0-r0

Checklist

onedr0p commented 2 years ago

@Kimi450 we're moving to not providing the tag in the values.yaml. Check out this PR to see what I mean.

https://github.com/k8s-at-home/charts/pull/1502/files

If you could update all your PRs that would be great, I'll get them merged in ASAP. Thanks!

Kimi450 commented 2 years ago

@onedr0p Thanks for letting me know, ive made the changes there!