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

feat(container): update ghcr.io/jorenn92/maintainerr docker tag to v2.1.1 #3658

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Sep 2, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/jorenn92/maintainerr minor 2.0.4 -> 2.1.1

Release Notes

jorenn92/Maintainerr (ghcr.io/jorenn92/maintainerr)

v2.1.1

Compare Source

Bug Fixes
  • Fixed an issue where 'Users that saw all available episodes' & 'Users that watch the show/season/episode' wouldn't work for the owner user after 2.1.0 (#​1252) (bf8c2d3)
  • The server no longer crashes when community.plex.tv rate limits have been hit. Also improved logging and increased API paging chunks to minimize the occurrence of this error. (#​1253) (8227f8c)
  • When a Tvdb ID isn't found, a warning with the media item's title is now displayed (fb27332)

v2.1.0

Compare Source

Bug Fixes
  • Added extra error handling to Overseerr's isRequested rule (#​1232) (dc42a98)
  • Fetching movies by tmdbId no longer utilizes Radarr's lookup endpoint (#​1214) (1a84b8c)
  • Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name (a4422f5)
  • Fixed an issue where Overseerr's 'requested by' rule failed to fetch the Plex user when the user uses a display name (#​1231) (9f1cc65)
  • Fixed Radarr file size rule, when 'sizeOnDisk' is not available, it'll now fall back to movieFile.size (#​1205) (1aac50b)
  • Improved logging when media is not removable through *arr (#​1177) (074c7c3)
  • Improved Overseerr rule logs in case of failures (#​1178) (f6466e3)
Features
  • Added an integration with the Plex community API and introduced a 'Plex - Watchlisted by' rule utilizing this endpoint (#​1152) (1ebba97)

2.0.4 (2024-06-19)

Bug Fixes
  • Added "Last Aired At" rule for shows & seasons (Thanks @​benfugate) (63db845)
  • Adjusted UI to listen to all interfaces, resolving issues with multiple networks (#​1104) (017a25d)
  • Fixed an issue where .next/cache directory creation would fail when using a custom user (#​1102) (fa9a30c)
  • Fixed an issue where fetching some Plex ratingkeys from shows would fail (2268513)
  • Fixed an issue where having an operator on the first rule would make the rule return a 'null' value (ce18dea)
  • Redirected all links to the hosted documentation & removed the internal Jsdoc documentation server (#​1134) (0ed8164), closes #​1119 #​1119 #​1119 #​1119

2.0.3 (2024-03-25)

Bug Fixes
  • Automatically prepend https for Overseerr, Sonarr and Radarr when choosing port 443 (1616cfd)
  • Ensure proper URL generation on the settings pages by handling the pathname in hostnames correctly (f8a80a7)
  • Fixed an issue where episodes would only be deleted, but not unmonitored when using the 'Unmonitor and delete episode' rule action (#​943) (070b381)
  • rules: Season action 'unmonitor and delete existing episodes' will now correctly remove and unmonitor existing episodes. The season itself will stay monitored. (#​951) (c5a135b)
  • Shows will now be correctly unmonitored when using the 'unmonitor..' Sonarr action. Previously, only the seasons would be unmonitored (e6bff13)

2.0.2 (2024-02-11)

Bug Fixes
  • Failure to fetch latest GitHub version crashes the UI (#​891) (4ce9ac9)

2.0.1 (2024-02-09)

Bug Fixes
  • docker: ensure $HOME is set consistently for all configs. (f952bba)
  • Resolve SQL error during Plex collection recreation (be1b801)
  • Resolved an issue where Plex's SSL flag would not be updated correctly on the settings page (d65927a)

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.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner September 2, 2024 12:42
@mchesterbot mchesterbot bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Sep 2, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 2, 2024

--- HelmRelease: default/maintainerr Deployment: default/maintainerr

+++ HelmRelease: default/maintainerr Deployment: default/maintainerr

@@ -37,13 +37,13 @@

         runAsUser: 1000
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/jorenn92/maintainerr:2.0.4@sha256:c590387b72e74852cfe83ed2f512f6582653d458c54ee9cfb71210d5f587eaad
+      - image: ghcr.io/jorenn92/maintainerr:2.1.1@sha256:1552a72b220988217c775d68995685efaf6b22dc6d94e2f5984a5a7d335cfa91
         name: app
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 5m

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 2, 2024

--- kubernetes/apps/default/maintainerr/app Kustomization: flux-system/cluster-apps-maintainerr HelmRelease: default/maintainerr

+++ kubernetes/apps/default/maintainerr/app Kustomization: flux-system/cluster-apps-maintainerr HelmRelease: default/maintainerr

@@ -34,13 +34,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: ghcr.io/jorenn92/maintainerr
-              tag: 2.0.4@sha256:c590387b72e74852cfe83ed2f512f6582653d458c54ee9cfb71210d5f587eaad
+              tag: 2.1.1@sha256:1552a72b220988217c775d68995685efaf6b22dc6d94e2f5984a5a7d335cfa91
             resources:
               limits:
                 memory: 512Mi
               requests:
                 cpu: 5m
                 memory: 128Mi

@mchesterbot mchesterbot bot force-pushed the renovate/ghcr.io-jorenn92-maintainerr-2.x branch from 66b5c96 to f33cc03 Compare September 9, 2024 08:32
@mchesterbot mchesterbot bot changed the title feat(container): update ghcr.io/jorenn92/maintainerr docker tag to v2.1.0 feat(container): update ghcr.io/jorenn92/maintainerr docker tag to v2.1.1 Sep 9, 2024
@mchestr mchestr merged commit e19170d into main Sep 10, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/ghcr.io-jorenn92-maintainerr-2.x branch September 10, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant