Skip to content

feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.3.0 #2433

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/exportarr major v1.1.0 -> v2.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

onedr0p/exportarr (ghcr.io/onedr0p/exportarr)

v2.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v2.0.1...v2.1.0

v2.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v2.0.0...v2.0.1

v2.0.0

Compare Source

[!IMPORTANT]
This release removes the hardcoded /sabnzbd from the sabnzbd exporter. If you have sabnzbd deployed with this base URL you need to add that path into via your config.

What's Changed

Full Changelog: onedr0p/exportarr@v1.6.2...v1.6.3

v1.6.2

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.6.1...v1.6.2

v1.6.1

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.6.0...v1.6.1

v1.6.0

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.5.5...v1.6.0

v1.5.5

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.5.3...v1.5.5

v1.5.3

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.5.0...v1.5.1

v1.5.0

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.4.0...v1.5.0

v1.4.0

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.3.2...v1.4.0

v1.3.2

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.3.1...v1.3.2

v1.3.1

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.3.0...v1.3.1

v1.3.0

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.6...v1.3.0

v1.2.6

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.5...v1.2.6

v1.2.5

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.4...v1.2.5

v1.2.4

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.3...v1.2.4

v1.2.3

Compare Source

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.2...v1.2.3

v1.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: onedr0p/exportarr@v1.2.1...v1.2.2

v1.2.1

Compare Source

Small release to fix the binaries not being attached to the releases, thanks again @​rtrox

Be sure to read the release notes on v1.2.0

What's Changed

Full Changelog: onedr0p/exportarr@v1.2.0...v1.2.1

v1.2.0

Compare Source

I would like to give a huge shoutout to @​rtrox who made some really awesome changes in this release. 🎉

Important Changes
What's Changed

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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from dfroberg as a code owner March 3, 2024 04:24
Copy link

github-actions bot commented Mar 3, 2024

Path: cluster/apps/media/sonarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

github-actions bot commented Mar 3, 2024

Path: cluster/apps/media/lidarr/helm-release.yaml

@@ -142,7 +142,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

github-actions bot commented Mar 3, 2024

Path: cluster/apps/media/radarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-exportarr-2.x branch from 4f1cce2 to 156c938 Compare April 7, 2024 05:43
@renovate renovate bot changed the title feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.0.0 feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.0.1 Apr 7, 2024
Copy link

github-actions bot commented Apr 7, 2024

Path: cluster/apps/media/lidarr/helm-release.yaml

@@ -142,7 +142,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.1
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

github-actions bot commented Apr 7, 2024

Path: cluster/apps/media/sonarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.1
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

github-actions bot commented Apr 7, 2024

Path: cluster/apps/media/radarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.0.1
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-exportarr-2.x branch from 156c938 to 59d47f1 Compare March 29, 2025 13:36
@renovate renovate bot changed the title feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.0.1 feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.1.0 Mar 29, 2025
Copy link

Path: cluster/apps/media/radarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.1.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

Path: cluster/apps/media/sonarr/helm-release.yaml

@@ -141,7 +141,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.1.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

Copy link

Path: cluster/apps/media/lidarr/helm-release.yaml

@@ -142,7 +142,7 @@
               value: "true"
             - name: ENABLE_UNKNOWN_QUEUE_ITEMS
               value: "false"
-          image: ghcr.io/onedr0p/exportarr:v1.1.0
+          image: ghcr.io/onedr0p/exportarr:v2.1.0
           imagePullPolicy: IfNotPresent
           name: exporter
           ports:

@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-exportarr-2.x branch from 59d47f1 to bceac47 Compare April 20, 2025 14:10
@renovate renovate bot changed the title feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.1.0 feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.2.0 Apr 20, 2025
Signed-off-by: Danny Froberg <dfroberg@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-exportarr-2.x branch from bceac47 to 38ed02c Compare August 12, 2025 10:49
@renovate renovate bot changed the title feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.2.0 feat(images)!: Update ghcr.io/onedr0p/exportarr Docker tag to v2.3.0 Aug 12, 2025
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.

0 participants