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/sonarr-develop ( 4.0.9.2513 → 4.0.10.2579 ) #1489

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Oct 26, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/sonarr-develop (source) patch 4.0.9.2513 -> 4.0.10.2579

Release Notes

Sonarr/Sonarr (ghcr.io/onedr0p/sonarr-develop)

v4.0.10.2579: 4.0.10.2579

Compare Source

What's Changed

Changes

New Contributors

Full Changelog: Sonarr/Sonarr@v4.0.9.2513...v4.0.10.2579


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.

@axeII
Copy link
Owner

axeII commented Oct 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-onedr0p-sonarr-develop-4.x branch from c771447 to 3497265 Compare October 27, 2024 23:10
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-onedr0p-sonarr-develop-4.x branch from 3497265 to 7a12569 Compare October 28, 2024 23:09
@bot-akira
Copy link
Contributor Author

bot-akira bot commented Oct 28, 2024

--- kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager ConfigMap: cert-manager/cert-manager-dashboard

+++ kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager ConfigMap: cert-manager/cert-manager-dashboard

@@ -3,13 +3,13 @@

 data:
   cert-manager-dashboard.json: "\n\n\n\n\n\n<!DOCTYPE html>\n<html class=\"gl-light\
     \ ui-neutral with-top-bar with-header \" lang=\"en\">\n<head prefix=\"og: http://ogp.me/ns#\"\
     >\n<meta charset=\"utf-8\">\n<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\"\
     >\n<meta content=\"width=device-width, initial-scale=1\" name=\"viewport\">\n\
     <title>dashboards/cert-manager.json \xB7 master \xB7 uneeq-oss / cert-manager-mixin\
-    \ \xB7 GitLab</title>\n<script nonce=\"IwlCTUtcvqj2zGteK2071Q==\">\n//<![CDATA[\n\
+    \ \xB7 GitLab</title>\n<script nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\">\n//<![CDATA[\n\
     window.gon={};gon.api_version=\"v4\";gon.default_avatar_url=\"https://gitlab.com/assets/no_avatar-849f9c04a3a0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png\"\
     ;gon.max_file_size=100;gon.asset_host=null;gon.webpack_public_path=\"/assets/webpack/\"\
     ;gon.relative_url_root=\"\";gon.user_color_mode=\"gl-light\";gon.user_color_scheme=\"\
     white\";gon.markdown_surround_selection=null;gon.markdown_automatic_lists=null;gon.math_rendering_limits_enabled=true;gon.analytics_url=\"\
     https://collector.prd-278964.gl-product-analytics.com\";gon.analytics_id=\"715db59f-f350-4bfd-aef8-e7a7f0c023f0\"\
     ;gon.sentry_dsn=\"https://f5573e26de8f4293b285e556c35dfd6e@new-sentry.gitlab.net/4\"\
@@ -35,13 +35,13 @@

     :true,\"workItemsViewPreference\":false,\"searchButtonTopRight\":false,\"advancedContextResolver\"\
     :true,\"explainCodeChat\":false};gon.roadmap_epics_limit=1000;gon.subscriptions_url=\"\
     https://customers.gitlab.com\";gon.subscriptions_legacy_sign_in_url=\"https://customers.gitlab.com/customers/sign_in?legacy=true\"\
     ;gon.billing_accounts_url=\"https://customers.gitlab.com/billing_accounts\";gon.payment_form_url=\"\
     https://customers.gitlab.com/payment_forms/cc_validation\";gon.payment_validation_form_id=\"\
     payment_method_validation\";gon.licensed_features={\"remoteDevelopment\":true};\n\
-    //]]>\n</script>\n\n\n<script nonce=\"IwlCTUtcvqj2zGteK2071Q==\">\n//<![CDATA[\n\
+    //]]>\n</script>\n\n\n<script nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\">\n//<![CDATA[\n\
     var gl = window.gl || {};\ngl.startup_calls = null;\ngl.startup_graphql_calls\
     \ = [{\"query\":\"query getBlobInfo(\\n  $projectPath: ID!\\n  $filePath: [String!]!\\\
     n  $ref: String!\\n  $refType: RefType\\n  $shouldFetchRawText: Boolean!\\n) {\\\
     n  project(fullPath: $projectPath) {\\n    __typename\\n    id\\n    repository\
     \ {\\n      __typename\\n      empty\\n      blobs(paths: $filePath, ref: $ref,\
     \ refType: $refType) {\\n        __typename\\n        nodes {\\n          __typename\\\
@@ -67,13 +67,13 @@

     \ request checks\n        headers: {\n          'X-Requested-With': 'XMLHttpRequest'\n\
     \        },\n        // fetch won\u2019t send cookies in older browsers, unless\
     \ you set the credentials init option.\n        // We set to `same-origin` which\
     \ is default value in modern browsers.\n        // See https://github.com/whatwg/fetch/pull/585\
     \ for more information.\n        credentials: 'same-origin'\n      })\n    };\n\
     \  });\n}\nif (gl.startup_graphql_calls && window.fetch) {\n  const headers =\
-    \ {\"X-CSRF-Token\":\"3erXJ_-O7UBe9Eb6f022lax6Gm-DQnPN2pcA_rrFounPsQs4mycs4INyTNLVUjPpxjXM2mme3oCMs-aDP_npBg\"\
+    \ {\"X-CSRF-Token\":\"O1JOEhQKOHKNDXOrW-O0uYoQETH3wSDSbCXYBqknf9_zo9iVwbEXhNg1dH-BS3imsA20HL7gpjo9QokLpkrXNQ\"\
     ,\"x-gitlab-feature-category\":\"source_code_management\"};\n  const url = `https://gitlab.com/api/graphql`\n\
     \n  const opts = {\n    method: \"POST\",\n    headers: {\n      \"Content-Type\"\
     : \"application/json\",\n      ...headers,\n    }\n  };\n\n  gl.startup_graphql_calls\
     \ = gl.startup_graphql_calls.map(call => ({\n    ...call,\n    fetchCall: fetch(url,\
     \ {\n      ...opts,\n      credentials: 'same-origin',\n      body: JSON.stringify(call)\n\
     \    })\n  }))\n}\n\n\n//]]>\n</script>\n\n<link rel=\"prefetch\" href=\"/assets/webpack/monaco.62a88306.chunk.js\"\
@@ -85,27 +85,27 @@

     \ /><link rel=\"stylesheet\" href=\"/assets/page_bundles/notes_shared-684f1b298f06270b6b28d57553f98b585a691cb10676448fb0265a392a4b6309.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/application_utilities-d89b5a647d07a7f0fcc87f76e9789faff8b247dc71e661057035ae07893cbd48.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/tailwind-404e56ae9fd114b177303a357b188c8ae9fa4ad0546f4d8ff8d7d47f8f223767.css\"\
     \ />\n\n\n<link rel=\"stylesheet\" href=\"/assets/fonts-fae5d3f79948bd85f18b6513a025f863b19636e85b09a1492907eb4b1bb0557b.css\"\
     \ />\n<link rel=\"stylesheet\" href=\"/assets/highlight/themes/white-9fc2e7ab1cefbb5a525a1e1b06c04b3141c2179a6d572b1d390cf9db8def8104.css\"\
     \ />\n\n<script src=\"/assets/webpack/runtime.73f14dbc.bundle.js\" defer=\"defer\"\
-    \ nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script src=\"/assets/webpack/main.a5a27a28.chunk.js\"\
-    \ defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script src=\"\
-    /assets/webpack/tracker.c058f0d7.chunk.js\" defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"\
+    \ nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"></script>\n<script src=\"/assets/webpack/main.a5a27a28.chunk.js\"\
+    \ defer=\"defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"></script>\n<script src=\"\
+    /assets/webpack/tracker.c058f0d7.chunk.js\" defer=\"defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"\
     ></script>\n<script src=\"/assets/webpack/analytics.3a95057f.chunk.js\" defer=\"\
-    defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script nonce=\"IwlCTUtcvqj2zGteK2071Q==\"\
+    defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"></script>\n<script nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"\
     >\n//<![CDATA[\nwindow.snowplowOptions = {\"namespace\":\"gl\",\"hostname\":\"\
     snowplow.trx.gitlab.net\",\"cookieDomain\":\".gitlab.com\",\"appId\":\"gitlab\"\
     ,\"formTracking\":true,\"linkClickTracking\":true}\n\ngl = window.gl || {};\n\
     gl.snowplowStandardContext = {\"schema\":\"iglu:com.gitlab/gitlab_standard/jsonschema/1-1-1\"\
     ,\"data\":{\"environment\":\"production\",\"source\":\"gitlab-rails\",\"correlation_id\"\
-    :\"01JBAPA509BBEE4MBS80NWAAAQ\",\"plan\":\"free\",\"extra\":{},\"user_id\":null,\"\
+    :\"01JBAP9ZQXZQTDKMMJ19NZJCPX\",\"plan\":\"free\",\"extra\":{},\"user_id\":null,\"\
     global_user_id\":null,\"is_gitlab_team_member\":null,\"namespace_id\":6108262,\"\
     project_id\":20535911,\"feature_enabled_by_namespace_ids\":null,\"realm\":\"saas\"\
-    ,\"instance_id\":\"ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f\",\"host_name\":\"gitlab-webservice-web-7dcddd4c9d-h4tpd\"\
-    ,\"instance_version\":\"17.6.0\",\"context_generated_at\":\"2024-10-28T23:10:24.574Z\"\
+    ,\"instance_id\":\"ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f\",\"host_name\":\"gitlab-webservice-web-779d8798d6-zmgv9\"\
+    ,\"instance_version\":\"17.6.0\",\"context_generated_at\":\"2024-10-28T23:10:19.086Z\"\
     }}\ngl.snowplowPseudonymizedPageUrl = \"https://gitlab.com/namespace6108262/project20535911/-/blob/:repository_path\"\
     ;\ngl.maskedDefaultReferrerUrl = null;\ngl.ga4MeasurementId = 'G-ENFH3X7M5Y';\n\
     \n\n//]]>\n</script>\n<link rel=\"preload\" href=\"/assets/application_utilities-d89b5a647d07a7f0fcc87f76e9789faff8b247dc71e661057035ae07893cbd48.css\"\
     \ as=\"style\" type=\"text/css\" nonce=\"ugU2HrhlIixxH/3mAAkjjw==\">\n<link rel=\"\
     preload\" href=\"/assets/application-6d88fbcd672c3e54313f74f88321ca90d3b1eaf525a86a9d4ae7306f459fa27f.css\"\
     \ as=\"style\" type=\"text/css\" nonce=\"ugU2HrhlIixxH/3mAAkjjw==\">\n<link rel=\"\
@@ -115,70 +115,70 @@

     \ crossorigin=\"\" href=\"/assets/gitlab-sans/GitLabSans-1e0a5107ea3bbd4be93e8ad2c503467e43166cd37e4293570b490e0812ede98b.woff2\"\
     \ rel=\"preload\">\n<link as=\"font\" crossorigin=\"\" href=\"/assets/gitlab-sans/GitLabSans-Italic-38eaf1a569a54ab28c58b92a4a8de3afb96b6ebc250cf372003a7b38151848cc.woff2\"\
     \ rel=\"preload\">\n<link as=\"font\" crossorigin=\"\" href=\"/assets/gitlab-mono/GitLabMono-08d2c5e8ff8fd3d2d6ec55bc7713380f8981c35f9d2df14e12b835464d6e8f23.woff2\"\
     \ rel=\"preload\">\n<link as=\"font\" crossorigin=\"\" href=\"/assets/gitlab-mono/GitLabMono-Italic-38e58d8df29485a20c550da1d0111e2c2169f6dcbcf894f2cd3afbdd97bcc588.woff2\"\
     \ rel=\"preload\">\n<link rel=\"preload\" href=\"/assets/fonts-fae5d3f79948bd85f18b6513a025f863b19636e85b09a1492907eb4b1bb0557b.css\"\
     \ as=\"style\" type=\"text/css\" nonce=\"ugU2HrhlIixxH/3mAAkjjw==\">\n\n\n\n<script\
-    \ src=\"/assets/webpack/sentry.494fcf95.chunk.js\" defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"\
+    \ src=\"/assets/webpack/sentry.494fcf95.chunk.js\" defer=\"defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"\
     ></script>\n\n<script src=\"/assets/webpack/10.60151431.chunk.js\" defer=\"defer\"\
-    \ nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script src=\"/assets/webpack/12.5a8ca336.chunk.js\"\
-    \ defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script src=\"\
-    /assets/webpack/13.8292a1b3.chunk.js\" defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"\
+    \ nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"></script>\n<script src=\"/assets/webpack/12.5a8ca336.chunk.js\"\
+    \ defer=\"defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"></script>\n<script src=\"\
+    /assets/webpack/13.8292a1b3.chunk.js\" defer=\"defer\" nonce=\"DYlPxqnlDMQvhymi6TSN1Q==\"\
     ></script>\n<script src=\"/assets/webpack/commons-pages.groups.security.policies.edit-pages.groups.security.policies.new-pages.projects.blob.s-823210c2.91846790.chunk.js\"\
-    \ defer=\"defer\" nonce=\"IwlCTUtcvqj2zGteK2071Q==\"></script>\n<script src=\"\
[Diff truncated by flux-local]
--- kubernetes/apps/media/sonarr/app Kustomization: flux-system/cluster-apps-sonarr HelmRelease: media/sonarr

+++ kubernetes/apps/media/sonarr/app Kustomization: flux-system/cluster-apps-sonarr HelmRelease: media/sonarr

@@ -40,13 +40,13 @@

     - secretRef:
         name: sonarr
     global:
       nameOverride: sonarr
     image:
       repository: ghcr.io/onedr0p/sonarr-develop
-      tag: 4.0.9.2513@sha256:31c0f7881c18d496a45616bad4b02ab6588b95836615122042c8709d5edb0241
+      tag: 4.0.10.2579@sha256:6b4134faf8a7896a2cd9ec00bc1d98e2953959d12f8840d65bc11e087982aad9
     ingress:
       main:
         annotations:
           gatus.io/enabled: 'true'
           gethomepage.dev/description: TV Downloads
           gethomepage.dev/enabled: 'true'

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Oct 28, 2024

--- HelmRelease: media/sonarr Deployment: media/sonarr

+++ HelmRelease: media/sonarr Deployment: media/sonarr

@@ -30,13 +30,13 @@

         runAsGroup: 65534
         runAsUser: 65534
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: sonarr
-        image: ghcr.io/onedr0p/sonarr-develop:4.0.9.2513@sha256:31c0f7881c18d496a45616bad4b02ab6588b95836615122042c8709d5edb0241
+        image: ghcr.io/onedr0p/sonarr-develop:4.0.10.2579@sha256:6b4134faf8a7896a2cd9ec00bc1d98e2953959d12f8840d65bc11e087982aad9
         imagePullPolicy: null
         env:
         - name: SONARR__APPLICATION_URL
           value: https://sonarr...PLACEHOLDER..
         - name: SONARR__BRANCH
           value: develop

@axeII axeII merged commit 8a24daa into main Oct 28, 2024
9 checks passed
@bot-akira bot-akira bot deleted the renovate/ghcr.io-onedr0p-sonarr-develop-4.x branch October 29, 2024 00:49
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