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 image ghcr.io/jorenn92/maintainerr ( 2.0.4 → 2.1.0 ) #7125

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

ghost
Copy link

@ghost ghost commented Sep 2, 2024

This PR contains the following updates:

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

Release Notes

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

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.

…2.1.0 )

| datasource | package                      | from  | to    |
| ---------- | ---------------------------- | ----- | ----- |
| docker     | ghcr.io/jorenn92/maintainerr | 2.0.4 | 2.1.0 |
@ghost ghost added renovate/container type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Sep 2, 2024
@ghost
Copy link
Author

ghost commented Sep 2, 2024

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

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

@@ -25,13 +25,13 @@

         annotations:
           reloader.stakater.com/auto: 'true'
         containers:
           app:
             image:
               repository: ghcr.io/jorenn92/maintainerr
-              tag: 2.0.4
+              tag: 2.1.0
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@ghost
Copy link
Author

ghost commented Sep 2, 2024

--- HelmRelease: media/maintainerr Deployment: media/maintainerr

+++ HelmRelease: media/maintainerr Deployment: media/maintainerr

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

         runAsUser: 1000
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/jorenn92/maintainerr:2.0.4
+      - image: ghcr.io/jorenn92/maintainerr:2.1.0
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 6246

@bjw-s bjw-s merged commit 3fa5dad into main Sep 2, 2024
19 checks passed
@bjw-s bjw-s deleted the renovate/main-ghcr.io-jorenn92-maintainerr-2.x branch September 2, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/container type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant