Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) #33

Closed

Conversation

commit-commander[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/bazarr (source) patch 1.4.4 -> 1.4.5

Release Notes

morpheus65535/bazarr (ghcr.io/onedr0p/bazarr)

v1.4.5

Compare Source

From newest to oldest:

  • When multiple audio streams exist, pick the correct one for whisper to process #​2688
  • Fixed subtitles translation to Portuguese. #​2689 7000d2a
  • Fixed subdivx provider after recent changes to their website. #​2686 a1fac16
  • Fixed chinese traditional custom language hi extensions bd3d1e5
  • Fixed improper paths history logging for different tools 0200bb9
  • Added database type, version and migration to System-->Status page. 6297b4b
  • Fixed database migration issue with postgresql. #​2664 25098e5
  • Fixed duplicate IDs in languages profile items c11bdf3
  • Fixed upload subtitle language #​2675
  • Fixed duplicated search result name for series and movies #​2682
  • Clear log file contents on Empty log 5e08898
  • Improved embeddedsubtitles provider by turning on Audio Sync during audio extraction process c69be93
  • Fixed SyntaxWarning in subzero language enforced in Python 3.12. #​2656 14a361d
  • Removed unnecessary vendored argparse module since it's included in Python since 3.2 384a754
  • Fixed logging filter issue. 90b4480
  • Fixed logging filter bug introduced in 1.4.4 cc7a800

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@commit-commander
Copy link
Contributor Author

commit-commander bot commented Oct 14, 2024

--- HelmRelease: media/bazarr Deployment: media/bazarr

+++ HelmRelease: media/bazarr Deployment: media/bazarr

@@ -48,13 +48,13 @@

       - env:
         - name: TZ
           value: Europe/Sofia
         envFrom:
         - secretRef:
             name: bazarr-secret
-        image: ghcr.io/onedr0p/bazarr:1.4.4@sha256:738abd74a569b91b6fd2fb009b78d11028a0b7bbcb4ea98510afacee8d797c15
+        image: ghcr.io/onedr0p/bazarr:1.4.5@sha256:c0bf91443c32f3978777b4ddd2732908f51b157bbe00cd3259b23f7716bb4af7
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 6767
           initialDelaySeconds: 0

@commit-commander
Copy link
Contributor Author

commit-commander bot commented Oct 14, 2024

--- kubernetes/main/apps Kustomization: flux-system/cluster-apps ExternalSecret: media/volsync-backup-credentials

+++ kubernetes/main/apps Kustomization: flux-system/cluster-apps ExternalSecret: media/volsync-backup-credentials

@@ -1,28 +0,0 @@

----
-apiVersion: external-secrets.io/v1beta1
-kind: ExternalSecret
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: cluster-apps
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: volsync-backup-credentials
-  namespace: media
-spec:
-  dataFrom:
-  - extract:
-      key: secrets/cloudflare
-  - extract:
-      key: secrets/volsync
-  secretStoreRef:
-    kind: ClusterSecretStore
-    name: vault-backend
-  target:
-    name: volsync-backup-credentials
-    template:
-      data:
-        CF_ACCESS_KEY_ID: '{{ .CF_ACCESS_KEY_ID }}'
-        CF_S3_ENDPOINT: '{{ .CF_S3_ENDPOINT }}'
-        CF_SECRET_ACCESS_KEY: '{{ .CF_SECRET_ACCESS_KEY }}'
-        ENCRYPTION_KEY: '{{ .ENCRYPTION_KEY }}'
-      engineVersion: v2
-
--- kubernetes/main/apps/media/bazarr/app Kustomization: flux-system/bazarr HelmRelease: media/bazarr

+++ kubernetes/main/apps/media/bazarr/app Kustomization: flux-system/bazarr HelmRelease: media/bazarr

@@ -42,13 +42,13 @@

               TZ: Europe/Sofia
             envFrom:
             - secretRef:
                 name: bazarr-secret
             image:
               repository: ghcr.io/onedr0p/bazarr
-              tag: 1.4.4@sha256:738abd74a569b91b6fd2fb009b78d11028a0b7bbcb4ea98510afacee8d797c15
+              tag: 1.4.5@sha256:c0bf91443c32f3978777b4ddd2732908f51b157bbe00cd3259b23f7716bb4af7
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@commit-commander commit-commander bot changed the title fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) - autoclosed Oct 15, 2024
@commit-commander commit-commander bot closed this Oct 15, 2024
@commit-commander commit-commander bot deleted the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch October 15, 2024 01:34
@commit-commander commit-commander bot changed the title fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) - autoclosed fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) Oct 15, 2024
@commit-commander commit-commander bot reopened this Oct 15, 2024
@commit-commander commit-commander bot restored the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch October 15, 2024 03:12
@commit-commander commit-commander bot force-pushed the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch from d36c6ea to 9a99a1e Compare October 15, 2024 03:12
@commit-commander commit-commander bot changed the title fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) - autoclosed Oct 15, 2024
@commit-commander commit-commander bot closed this Oct 15, 2024
@commit-commander commit-commander bot deleted the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch October 15, 2024 06:09
@commit-commander commit-commander bot changed the title fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) - autoclosed fix(container): update ghcr.io/onedr0p/bazarr ( 1.4.4 → 1.4.5 ) Oct 17, 2024
@commit-commander commit-commander bot reopened this Oct 17, 2024
@commit-commander commit-commander bot restored the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch October 17, 2024 14:06
@commit-commander commit-commander bot force-pushed the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch from 9a99a1e to 54f1917 Compare October 17, 2024 14:06
@commit-commander commit-commander bot force-pushed the renovate/main-ghcr.io-onedr0p-bazarr-1.x branch from 54f1917 to 5e504b3 Compare October 17, 2024 17:06
@d4rkfella d4rkfella closed this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant