-
Notifications
You must be signed in to change notification settings - Fork 9
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/onedr0p/prowlarr-develop to v1.29.2.4915 #6900
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clarknova99-bot
bot
added
area/kubernetes
Changes made in the kubernetes directory
area/ansible
Changes made in the ansible directory
area/github
Changes made in the github directory
labels
Jul 6, 2024
--- HelmRelease: networking/nginx-internal Deployment: networking/nginx-internal-controller
+++ HelmRelease: networking/nginx-internal Deployment: networking/nginx-internal-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirst
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.11.1@sha256:e6439a12b52076965928e83b7b56aae6731231677b01e81818bce7fa5c60161a
+ image: registry.k8s.io/ingress-nginx/controller:v1.9.4@sha256:5b161f051d017e55d358435f295f5e9a297e66158f136321d9b04520ec6c48a3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -45,25 +45,21 @@
- --controller-class=k8s.io/internal
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/nginx-internal-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
- - --default-ssl-certificate=cert-manager/-production-tls
+ - --default-ssl-certificate=networking/-production-tls
securityContext:
- runAsNonRoot: true
- runAsUser: 101
- allowPrivilegeEscalation: false
- seccompProfile:
- type: RuntimeDefault
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
- readOnlyRootFilesystem: false
+ runAsUser: 101
+ allowPrivilegeEscalation: true
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
--- HelmRelease: networking/nginx-internal ValidatingWebhookConfiguration: networking/nginx-internal-admission
+++ HelmRelease: networking/nginx-internal ValidatingWebhookConfiguration: networking/nginx-internal-admission
@@ -25,14 +25,14 @@
failurePolicy: Fail
sideEffects: None
admissionReviewVersions:
- v1
clientConfig:
service:
+ namespace: networking
name: nginx-internal-controller-admission
- namespace: networking
path: /networking/v1/ingresses
objectSelector:
matchExpressions:
- key: ingress-class
operator: In
values:
--- HelmRelease: networking/nginx-internal ServiceAccount: networking/nginx-internal-admission
+++ HelmRelease: networking/nginx-internal ServiceAccount: networking/nginx-internal-admission
@@ -10,8 +10,7 @@
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-internal
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
-automountServiceAccountToken: true
--- HelmRelease: networking/nginx-internal Job: networking/nginx-internal-admission-create
+++ HelmRelease: networking/nginx-internal Job: networking/nginx-internal-admission-create
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: create
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-internal-controller-admission,nginx-internal-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=nginx-internal-admission
@@ -37,19 +37,15 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- runAsUser: 65532
- seccompProfile:
- type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: nginx-internal-admission
nodeSelector:
kubernetes.io/os: linux
+ securityContext:
+ fsGroup: 2000
+ runAsNonRoot: true
+ runAsUser: 2000
--- HelmRelease: networking/nginx-internal Job: networking/nginx-internal-admission-patch
+++ HelmRelease: networking/nginx-internal Job: networking/nginx-internal-admission-patch
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: patch
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-internal-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -39,19 +39,15 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- runAsUser: 65532
- seccompProfile:
- type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: nginx-internal-admission
nodeSelector:
kubernetes.io/os: linux
+ securityContext:
+ fsGroup: 2000
+ runAsNonRoot: true
+ runAsUser: 2000
--- HelmRelease: networking/nginx-internal NetworkPolicy: networking/nginx-internal-admission
+++ HelmRelease: networking/nginx-internal NetworkPolicy: networking/nginx-internal-admission
@@ -0,0 +1,27 @@
+---
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: nginx-internal-admission
+ namespace: networking
+ annotations:
+ helm.sh/hook: pre-install,pre-upgrade,post-install,post-upgrade
+ helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
+ labels:
+ app.kubernetes.io/name: ingress-nginx
+ app.kubernetes.io/instance: nginx-internal
+ app.kubernetes.io/part-of: ingress-nginx
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: admission-webhook
+spec:
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: ingress-nginx
+ app.kubernetes.io/instance: nginx-internal
+ app.kubernetes.io/component: admission-webhook
+ policyTypes:
+ - Ingress
+ - Egress
+ egress:
+ - {}
+
--- HelmRelease: networking/nginx-external ConfigMap: networking/nginx-external-controller
+++ HelmRelease: networking/nginx-external ConfigMap: networking/nginx-external-controller
@@ -19,11 +19,11 @@
enable-real-ip: 'true'
hsts-max-age: '3.14496e+07'
keep-alive: '120'
keep-alive-requests: '10000'
log-format-escape-json: 'true'
log-format-upstream: |
- {"time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x_forwarded_for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent"}
+ {"time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x_forwarded_for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent", "geoip_country_code": "$geoip_country_code", "geoip_country_name": "$geoip_country_name", "geoip_city": "$geoip_city", "geoip_latitude": "$geoip_latitude", "geoip_longitude": "$geoip_longitude", "geoip_region": "$geoip_region", "geoip_region_name": "$geoip_region_name"}
proxy-body-size: '0'
proxy-buffer-size: 16k
ssl-protocols: TLSv1.3 TLSv1.2
--- HelmRelease: networking/nginx-external Deployment: networking/nginx-external-controller
+++ HelmRelease: networking/nginx-external Deployment: networking/nginx-external-controller
@@ -28,13 +28,13 @@
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: controller
spec:
dnsPolicy: ClusterFirst
containers:
- name: controller
- image: registry.k8s.io/ingress-nginx/controller:v1.11.1@sha256:e6439a12b52076965928e83b7b56aae6731231677b01e81818bce7fa5c60161a
+ image: registry.k8s.io/ingress-nginx/controller:v1.9.4@sha256:5b161f051d017e55d358435f295f5e9a297e66158f136321d9b04520ec6c48a3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
exec:
command:
- /wait-shutdown
@@ -45,25 +45,21 @@
- --controller-class=k8s.io/external
- --ingress-class=nginx
- --configmap=$(POD_NAMESPACE)/nginx-external-controller
- --validating-webhook=:8443
- --validating-webhook-certificate=/usr/local/certificates/cert
- --validating-webhook-key=/usr/local/certificates/key
- - --default-ssl-certificate=cert-manager/-production-tls
+ - --default-ssl-certificate=networking/-production-tls
securityContext:
- runAsNonRoot: true
- runAsUser: 101
- allowPrivilegeEscalation: false
- seccompProfile:
- type: RuntimeDefault
capabilities:
drop:
- ALL
add:
- NET_BIND_SERVICE
- readOnlyRootFilesystem: false
+ runAsUser: 101
+ allowPrivilegeEscalation: true
env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: POD_NAMESPACE
--- HelmRelease: networking/nginx-external ValidatingWebhookConfiguration: networking/nginx-external-admission
+++ HelmRelease: networking/nginx-external ValidatingWebhookConfiguration: networking/nginx-external-admission
@@ -25,14 +25,14 @@
failurePolicy: Fail
sideEffects: None
admissionReviewVersions:
- v1
clientConfig:
service:
+ namespace: networking
name: nginx-external-controller-admission
- namespace: networking
path: /networking/v1/ingresses
objectSelector:
matchExpressions:
- key: ingress-class
operator: In
values:
--- HelmRelease: networking/nginx-external ServiceAccount: networking/nginx-external-admission
+++ HelmRelease: networking/nginx-external ServiceAccount: networking/nginx-external-admission
@@ -10,8 +10,7 @@
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/instance: nginx-external
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
-automountServiceAccountToken: true
--- HelmRelease: networking/nginx-external Job: networking/nginx-external-admission-create
+++ HelmRelease: networking/nginx-external Job: networking/nginx-external-admission-create
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: create
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
imagePullPolicy: IfNotPresent
args:
- create
- --host=nginx-external-controller-admission,nginx-external-controller-admission.$(POD_NAMESPACE).svc
- --namespace=$(POD_NAMESPACE)
- --secret-name=nginx-external-admission
@@ -37,19 +37,15 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- runAsUser: 65532
- seccompProfile:
- type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: nginx-external-admission
nodeSelector:
kubernetes.io/os: linux
+ securityContext:
+ fsGroup: 2000
+ runAsNonRoot: true
+ runAsUser: 2000
--- HelmRelease: networking/nginx-external Job: networking/nginx-external-admission-patch
+++ HelmRelease: networking/nginx-external Job: networking/nginx-external-admission-patch
@@ -23,13 +23,13 @@
app.kubernetes.io/part-of: ingress-nginx
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: admission-webhook
spec:
containers:
- name: patch
- image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.1@sha256:36d05b4077fb8e3d13663702fa337f124675ba8667cbd949c03a8e8ea6fa4366
+ image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20231011-8b53cabe0@sha256:a7943503b45d552785aa3b5e457f169a5661fb94d82b8a3373bcd9ebaf9aac80
imagePullPolicy: IfNotPresent
args:
- patch
- --webhook-name=nginx-external-admission
- --namespace=$(POD_NAMESPACE)
- --patch-mutating=false
@@ -39,19 +39,15 @@
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
securityContext:
allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- runAsNonRoot: true
- runAsUser: 65532
- seccompProfile:
- type: RuntimeDefault
restartPolicy: OnFailure
serviceAccountName: nginx-external-admission
nodeSelector:
kubernetes.io/os: linux
+ securityContext:
+ fsGroup: 2000
+ runAsNonRoot: true
+ runAsUser: 2000
--- HelmRelease: networking/nginx-external NetworkPolicy: networking/nginx-external-admission
+++ HelmRelease: networking/nginx-external NetworkPolicy: networking/nginx-external-admission
@@ -0,0 +1,27 @@
+---
+apiVersion: networking.k8s.io/v1
+kind: NetworkPolicy
+metadata:
+ name: nginx-external-admission
+ namespace: networking
+ annotations:
+ helm.sh/hook: pre-install,pre-upgrade,post-install,post-upgrade
+ helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
+ labels:
+ app.kubernetes.io/name: ingress-nginx
+ app.kubernetes.io/instance: nginx-external
+ app.kubernetes.io/part-of: ingress-nginx
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: admission-webhook
+spec:
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/name: ingress-nginx
+ app.kubernetes.io/instance: nginx-external
+ app.kubernetes.io/component: admission-webhook
+ policyTypes:
+ - Ingress
+ - Egress
+ egress:
+ - {}
+
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-cainjector
+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-cainjector
@@ -31,13 +31,13 @@
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: cert-manager-cainjector
- image: quay.io/jetstack/cert-manager-cainjector:v1.15.1
+ image: quay.io/jetstack/cert-manager-cainjector:v1.15.0
imagePullPolicy: IfNotPresent
args:
- --v=2
- --leader-election-namespace=kube-system
env:
- name: POD_NAMESPACE
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager
+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager
@@ -31,19 +31,19 @@
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: cert-manager-controller
- image: quay.io/jetstack/cert-manager-controller:v1.15.1
+ image: quay.io/jetstack/cert-manager-controller:v1.15.0
imagePullPolicy: IfNotPresent
args:
- --v=2
- --cluster-resource-namespace=$(POD_NAMESPACE)
- --leader-election-namespace=kube-system
- - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.15.1
+ - --acme-http01-solver-image=quay.io/jetstack/cert-manager-acmesolver:v1.15.0
- --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53
- --dns01-recursive-nameservers-only
- --max-concurrent-challenges=60
ports:
- containerPort: 9402
name: http-metrics
--- HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-webhook
+++ HelmRelease: cert-manager/cert-manager Deployment: cert-manager/cert-manager-webhook
@@ -31,13 +31,13 @@
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: cert-manager-webhook
- image: quay.io/jetstack/cert-manager-webhook:v1.15.1
+ image: quay.io/jetstack/cert-manager-webhook:v1.15.0
imagePullPolicy: IfNotPresent
args:
- --v=2
- --secure-port=10250
- --dynamic-serving-ca-secret-namespace=$(POD_NAMESPACE)
- --dynamic-serving-ca-secret-name=cert-manager-webhook-ca
--- HelmRelease: cert-manager/cert-manager Job: cert-manager/cert-manager-startupapicheck
+++ HelmRelease: cert-manager/cert-manager Job: cert-manager/cert-manager-startupapicheck
@@ -31,13 +31,13 @@
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: cert-manager-startupapicheck
- image: quay.io/jetstack/cert-manager-startupapicheck:v1.15.1
+ image: quay.io/jetstack/cert-manager-startupapicheck:v1.15.0
imagePullPolicy: IfNotPresent
args:
- check
- api
- --wait=1m
- -v |
--- kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager HelmRelease: cert-manager/cert-manager
+++ kubernetes/apps/cert-manager/cert-manager/app Kustomization: flux-system/cluster-apps-cert-manager HelmRelease: cert-manager/cert-manager
@@ -12,13 +12,13 @@
spec:
chart: cert-manager
sourceRef:
kind: HelmRepository
name: jetstack
namespace: flux-system
- version: v1.15.1
+ version: v1.15.0
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall:
--- kubernetes/apps/database/cloudnative-pg/cluster Kustomization: flux-system/cluster-apps-cloudnative-pg-cluster Cluster: database/cloudnative-pg-cluster
+++ kubernetes/apps/database/cloudnative-pg/cluster Kustomization: flux-system/cluster-apps-cloudnative-pg-cluster Cluster: database/cloudnative-pg-cluster
@@ -19,20 +19,20 @@
accessKeyId:
key: AWS_ACCESS_KEY_ID
name: cloudnative-pg-secrets
secretAccessKey:
key: AWS_SECRET_ACCESS_KEY
name: cloudnative-pg-secrets
- serverName: postgres-v15
+ serverName: postgres-v14
wal:
compression: bzip2
maxParallel: 8
retentionPolicy: 30d
bootstrap:
recovery:
- source: postgres-v14
+ source: postgres-v13
enableSuperuserAccess: true
externalClusters:
- barmanObjectStore:
destinationPath: s3://cloudnative-pg/
endpointURL: http://minio.kube-system.svc.cluster.local:9000
s3Credentials:
@@ -42,15 +42,15 @@
secretAccessKey:
key: AWS_SECRET_ACCESS_KEY
name: cloudnative-pg-secrets
wal:
compression: bzip2
maxParallel: 8
- name: postgres-v14
+ name: postgres-v13
imageName: ghcr.io/cloudnative-pg/postgresql:16.1-12
- instances: 1
+ instances: 3
monitoring:
enablePodMonitor: true
postgresql:
parameters:
max_connections: '600'
shared_buffers: 512MB
--- kubernetes/apps/networking/nginx/external Kustomization: flux-system/cluster-apps-nginx-external HelmRelease: networking/nginx-external
+++ kubernetes/apps/networking/nginx/external Kustomization: flux-system/cluster-apps-nginx-external HelmRelease: networking/nginx-external
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.11.1
+ version: 4.8.3
dependsOn:
- name: cloudflared
namespace: networking
install:
remediation:
retries: 3
@@ -48,19 +48,19 @@
enable-real-ip: 'true'
hsts-max-age: 31449600
keep-alive: 120
keep-alive-requests: 10000
log-format-escape-json: 'true'
log-format-upstream: |
- {"time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x_forwarded_for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent"}
+ {"time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x_forwarded_for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent", "geoip_country_code": "$geoip_country_code", "geoip_country_name": "$geoip_country_name", "geoip_city": "$geoip_city", "geoip_latitude": "$geoip_latitude", "geoip_longitude": "$geoip_longitude", "geoip_region": "$geoip_region", "geoip_region_name": "$geoip_region_name"}
proxy-body-size: 0
proxy-buffer-size: 16k
ssl-protocols: TLSv1.3 TLSv1.2
controller.maxmindLicenseKey: null
extraArgs:
- default-ssl-certificate: cert-manager/-production-tls
+ default-ssl-certificate: networking/-production-tls
ingressClassResource:
controllerValue: k8s.io/external
default: false
name: external
metrics:
enabled: true
--- kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal HelmRelease: networking/nginx-internal
+++ kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal HelmRelease: networking/nginx-internal
@@ -13,13 +13,13 @@
spec:
chart: ingress-nginx
sourceRef:
kind: HelmRepository
name: ingress-nginx
namespace: flux-system
- version: 4.11.1
+ version: 4.8.3
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall:
@@ -51,13 +51,13 @@
{"time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x_forwarded_for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent"}
proxy-body-size: 0
proxy-buffer-size: 16k
ssl-protocols: TLSv1.3 TLSv1.2
use-forwarded-headers: 'true'
extraArgs:
- default-ssl-certificate: cert-manager/-production-tls
+ default-ssl-certificate: networking/-production-tls
ingressClassResource:
controllerValue: k8s.io/internal
default: true
name: internal
metrics:
enabled: true
--- kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Service: networking/diskstation
+++ kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Service: networking/diskstation
@@ -0,0 +1,16 @@
+---
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ app.kubernetes.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: diskstation
+ namespace: networking
+spec:
+ ports:
+ - name: http
+ port: 5000
+ type: ClusterIP
+
--- kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Ingress: networking/diskstation
+++ kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Ingress: networking/diskstation
@@ -0,0 +1,29 @@
+---
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+ annotations:
+ hajimari.io/icon: simple-icons:proxmox
+ labels:
+ app.kubernetes.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: diskstation
+ namespace: networking
+spec:
+ ingressClassName: internal
+ rules:
+ - host: ds.
+ http:
+ paths:
+ - backend:
+ service:
+ name: diskstation
+ port:
+ number: 5000
+ path: /
+ pathType: Prefix
+ tls:
+ - hosts:
+ - ds.
+
--- kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Endpoints: networking/diskstation
+++ kubernetes/apps/networking/nginx/internal Kustomization: flux-system/cluster-apps-nginx-internal Endpoints: networking/diskstation
@@ -0,0 +1,18 @@
+---
+apiVersion: v1
+kind: Endpoints
+metadata:
+ labels:
+ app.kubernetes.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/name: cluster-apps-nginx-internal
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: diskstation
+ namespace: networking
+subsets:
+- addresses:
+ - ip: 192.168.1.2
+ ports:
+ - name: http
+ port: 5000
+ protocol: TCP
+ |
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
July 7, 2024 09:07
2efbe3c
to
e9474ae
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.20.0.4590
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.20.1.4603
Jul 7, 2024
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.20.1.4603
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.0.4615
Jul 14, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
2 times, most recently
from
July 21, 2024 08:12
b8aed5d
to
c1791c0
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.0.4615
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.1.4631
Jul 21, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
July 27, 2024 01:45
c1791c0
to
604d808
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.1.4631
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649
Jul 27, 2024
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649 - autoclosed
Aug 1, 2024
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649 - autoclosed
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649
Aug 1, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
3 times, most recently
from
August 31, 2024 15:04
01afe61
to
23c571a
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649 - autoclosed
Sep 1, 2024
renovate
bot
deleted the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
September 1, 2024 21:08
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649 - autoclosed
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.21.2.4649
Sep 2, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
3 times, most recently
from
October 13, 2024 06:03
c4bb096
to
9b6cf60
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.1.4770
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.2.4794
Oct 13, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
October 20, 2024 13:59
9b6cf60
to
fe5cf69
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.2.4794
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.3.4815
Oct 20, 2024
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.3.4815
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.4.4818
Oct 22, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
October 22, 2024 05:34
fe5cf69
to
ac302b1
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
November 3, 2024 12:22
ac302b1
to
0eb898e
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.25.4.4818
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.26.0.4833
Nov 3, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
November 19, 2024 11:51
0eb898e
to
39ad0e6
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.26.0.4833
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.26.1.4844
Nov 19, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
November 26, 2024 18:29
39ad0e6
to
45a91ff
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.26.1.4844
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.27.0.4852
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
2 times, most recently
from
December 8, 2024 19:28
245cf2b
to
050e9b4
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.27.0.4852
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.0.4862
Dec 8, 2024
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.0.4862
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.1.4879
Dec 15, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
2 times, most recently
from
December 16, 2024 23:06
7fad671
to
4f35fa5
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.1.4879
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.2.4885
Dec 16, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
2 times, most recently
from
December 22, 2024 14:35
431a3c9
to
b6d93ad
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.28.2.4885
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.29.0.4897
Dec 22, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
2 times, most recently
from
December 30, 2024 00:23
04dabd0
to
5f0ecdc
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.29.0.4897
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.29.1.4903
Dec 30, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-prowlarr-develop-1.x
branch
from
January 5, 2025 16:15
5f0ecdc
to
9d5e266
Compare
renovate
bot
changed the title
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.29.1.4903
feat(container): update image ghcr.io/onedr0p/prowlarr-develop to v1.29.2.4915
Jan 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ansible
Changes made in the ansible directory
area/github
Changes made in the github directory
area/kubernetes
Changes made in the kubernetes directory
renovate/container
type/minor
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.19.0.4568
->1.29.2.4915
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)
v1.29.2.4915
: 1.29.2.4915Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
73494c4
Fixed: Listening on all IPv4 Addresses36f6896
Fixed: (PassThePopcorn) Increase rate limite01741a
New: (AnimeBytes) Use error message from response1dbff12
Match single digits only in season number regex for AnimeBytes1a9ad6b
Suggest adding IP to RPC whitelist for on failed Transmission authc882493
Check if backup folder is writable on backup7b8e352
Bump SonarCloud azure extension to 3.X81f7a6c
Word boundary in season number regex for AnimeBytes523e46a
Fixed: (AnimeBytes) Include year in release title for series with year in filenames2b4a6de
Fixed privacy level for Nebulance's API keySee More
9097c0e
Bump version to 1.29.24321c1d
Catch search engine related error messages for MyAnonaMousebb2548a
Don't send session information to Sentry3a9b841
Multiple Translations updated by Weblate31203d1
Add more links for info FlareSolverr and category 8000c8a910e
Fixed: (RuTracker) Update categories9ab3c3e
Update how to get cookies info for Cardigann4659cb7
Fixed: (Knaben) Update base url500759b
Bump version to 1.29.143c7c43
Bump Microsoft.Data.SqlClient to 2.1.79c2fced
Bump System.Text.Json to 6.0.1052ec5b6
Bump MailKit to 4.8.0b46e657
Fixed: (NorBits) Searching UTF-8 characters with full search disabled (#2305)51fd30b
Use message from error response for Gazelle indexers5fbb347
Upgrade typescript-eslint packages to 8.181.154d3d44
Upgrade Font Awesome to 6.7.15ca1868
Upgrade babel to 7.26.06bdf5f5
Use error message from Redacted response7cba715
Bump version to 1.29.0This list of changes was auto generated.
v1.29.1.4903
: 1.29.1.4903Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
4321c1d
Catch search engine related error messages for MyAnonaMousebb2548a
Don't send session information to Sentry3a9b841
Multiple Translations updated by Weblate31203d1
Add more links for info FlareSolverr and category 8000c8a910e
Fixed: (RuTracker) Update categories9ab3c3e
Update how to get cookies info for Cardigann4659cb7
Fixed: (Knaben) Update base url500759b
Bump version to 1.29.1This list of changes was auto generated.
v1.29.0.4897
: 1.29.0.4897Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
43c7c43
Bump Microsoft.Data.SqlClient to 2.1.79c2fced
Bump System.Text.Json to 6.0.1052ec5b6
Bump MailKit to 4.8.0b46e657
Fixed: (NorBits) Searching UTF-8 characters with full search disabled (#2305)51fd30b
Use message from error response for Gazelle indexers5fbb347
Upgrade typescript-eslint packages to 8.181.154d3d44
Upgrade Font Awesome to 6.7.15ca1868
Upgrade babel to 7.26.06bdf5f5
Use error message from Redacted response7cba715
Bump version to 1.29.0This list of changes was auto generated.
v1.28.2.4885
: 1.28.2.4885Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
cf012eb
Use minor version for core-js in babel/preset-env6b8a799
Multiple Translations updated by Weblatec6440bb
Upgrade TypeScript and core-jsb95eac9
Fixed: Error getting processes in some cases0eb19ce
Bump version to 1.28.24b8016d
Multiple Translations updated by Weblate31d8d24
Fixed: Refresh backup list on deletion [ #2300 ]d29ccd7
Multiple Translations updated by Weblatee789f4e
Sync TimeSpanConverter with upstream58d495d
Bump version to 1.28.1See More
f332886
Fixed: (M-Team) IMDb removed from releases responsea23d792
Fixed: Syncing Newznab indexers with expired VIP expiration dates to appsf066cf3
Fixed: Link to TMDb shows in search history [ #2294 ]61e863c
Automated API Docs updateb2afbc6
New: Add config file setting for CGNAT authentication bypassaace65f
AllowGetFileSize
to follow symlinks9ab2d8b
Bump IPAddressRange, Npgsql and Pollybc31406
Fixed: Prevent lack of internet from stopping all health checks from running87b3dcd
Support Postgres with non-standard version stringf3b99f6
Remove unnecessary heap allocations in local IP checkc4a90e8
Webpack web target41320ca
Bump version to 1.28.0This list of changes was auto generated.
v1.28.1.4879
: 1.28.1.4879Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
4b8016d
Multiple Translations updated by Weblate31d8d24
Fixed: Refresh backup list on deletion [ #2300 ]d29ccd7
Multiple Translations updated by Weblatee789f4e
Sync TimeSpanConverter with upstream58d495d
Bump version to 1.28.1This list of changes was auto generated.
v1.28.0.4862
: 1.28.0.4862Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
f332886
Fixed: (M-Team) IMDb removed from releases responsea23d792
Fixed: Syncing Newznab indexers with expired VIP expiration dates to appsf066cf3
Fixed: Link to TMDb shows in search history [ #2294 ]61e863c
Automated API Docs updateb2afbc6
New: Add config file setting for CGNAT authentication bypassaace65f
AllowGetFileSize
to follow symlinks9ab2d8b
Bump IPAddressRange, Npgsql and Pollybc31406
Fixed: Prevent lack of internet from stopping all health checks from running87b3dcd
Support Postgres with non-standard version stringf3b99f6
Remove unnecessary heap allocations in local IP checkSee More
c4a90e8
Webpack web target41320ca
Bump version to 1.28.0This list of changes was auto generated.
v1.27.0.4852
: 1.27.0.4852Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
b8b32f8
Fixed: (ImmortalSeed) Update relogin check30c4bb2
Multiple Translations updated by Weblateb447db5
Fixed: (RED) Update indexer url (#2285)299001a
Multiple Translations updated by Weblate2871f1f
Bump version to 1.27.0This list of changes was auto generated.
v1.26.1.4844
: 1.26.1.4844Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
a9b93df
Pin ReportGenerator in Azure Pipelines for .NET 62726787
Multiple Translations updated by Weblateb917932
Improve No Results Messaging06ae85e
Fixed: Updates Page Translationsb1c7e98
Multiple Translations updated by Weblate6247973
Fixed: (Torrent RSS) Clear old cookies on edit [ #2275 ]8e69415
Check for disabled till value in filtering blocked providers222dfb1
Bump version to 1.26.194f439e
Multiple Translations updated by Weblate903a88c
Update timezone offset for FLSee More
9690ab6
Fixed: (IPTorrents) Search IMDb ID in descriptions1e1a2b3
Fixed: (BeyondHD) Enforce length for API and RSS keys9dc2d36
Fixed: NzbIndex removed, API not supported511c76e
Update JetBrains logos78329b7
Improve exception message for invalid torrent files4240048
Add Knaben as native indexer432af42
Fixed indexer names for no definitions check0d6c03f
Multiple Translations updated by Weblate96830f9
Cleaning paths for top level root folders13c538f
Ignore extra spaces in path when not running on Windows14250e9
Fixed getting parents from different OS pathse2f7890
UseOperatingSystem
class to get OS information257d38d
Inherit trigger from pushed command modelsfd2a14e
Fix settings fetching failure for updatesb4d76c7
Fixed: Initial state for qBittorrent v5.09655f37
Trim directory separators in GetRelativePath246fb9b
Update check returns error if build older than 180 days25afadc
Bump version to 1.26.0This list of changes was auto generated.
v1.26.0.4833
: 1.26.0.4833Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
94f439e
Multiple Translations updated by Weblate903a88c
Update timezone offset for FL9690ab6
Fixed: (IPTorrents) Search IMDb ID in descriptions1e1a2b3
Fixed: (BeyondHD) Enforce length for API and RSS keys9dc2d36
Fixed: NzbIndex removed, API not supported511c76e
Update JetBrains logos78329b7
Improve exception message for invalid torrent files4240048
Add Knaben as native indexer432af42
Fixed indexer names for no definitions check0d6c03f
Multiple Translations updated by WeblateSee More
96830f9
Cleaning paths for top level root folders13c538f
Ignore extra spaces in path when not running on Windows14250e9
Fixed getting parents from different OS pathse2f7890
UseOperatingSystem
class to get OS information257d38d
Inherit trigger from pushed command modelsfd2a14e
Fix settings fetching failure for updatesb4d76c7
Fixed: Initial state for qBittorrent v5.09655f37
Trim directory separators in GetRelativePath246fb9b
Update check returns error if build older than 180 days25afadc
Bump version to 1.26.0This list of changes was auto generated.
v1.25.4.4818
: 1.25.4.4818Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
3f547f0
Cleanse exceptions in event logs11e322b
Bump version to 1.25.402ff133
Multiple Translations updated by Weblate47268aa
Fix stable branch label in updates8aad1ac
New: Allow major version updates to be installed (#2260)9037cde
Rename ApplicationCheckUpdate to ApplicationUpdateCheck2afafd7
Fixed: Don't block updates under docker unless configured in package_infof4fa251
Sort indexers by name when syncing to applications37bc46c
Translate System pages3e3a7ed
Multiple Translations updated by WeblateSee More
04fa7d3
Fixed: (Cardigann) Redirect warnings with "Refresh" headered9a321
Fix redirect url in HttpClient development warning message66a9e1a
Bump dotnet to 6.0.358cb59c3
New: Sync UI updates for providers94e9c05
Natural sorting for tags list in the UI8d2c4e1
Bump version to 1.25.3c05be39
Treat unauthorized newbie accounts in AvistaZ parser951d42a
Fix indexer url infodd046d8
Fixed: (Cardigann) Validate definition file and setting fields existence [ #2245 ]efa54a4
Remove unused gulp packages3f07c50
Fixed: Copy to clipboard in non-secure contexts94cf07d
Convert ClipboardButton to TypeScript24063e0
Convert FormInputButton to TypeScripte8ebb87
Convert Label to TypeScript896e196
Convert Button to TypeScript9f5be75
Link polymorphic static typing9cc9e72
Bump frontend packagesa9c2cca
Bump dotnet packages9cc3646
Fixed: (Cardigann) Using variables in login pathsd6bca44
Cleanse sharewood passkeycb5764c
Log exceptions when getting indexer definitions [ #2245 ]19a9b56
Multiple Translations updated by Weblatea2b0f19
Fixed: (BeyondHD) Filter freeleech or limited releases when configured59bfad7
New: Use 307 redirect for requests missing URL Baseaee3f2d
Fixed: Handle 307 redirects from applications11d58b4
Bump macOS runner version to 13ee4de6c
Bump version to 1.25.28d16b88
Return bad request for unprotect download link failures121ef8e
Add new category for FLd53fec7
Add newbie warning for AvistaZ's API usec017a3c
New: (PTP) Filter by Golden Popcorn only releases27ea930
Use proxied requests for fetching user class for MAMd798451
Bump version to 1.25.13f77900
Automated API Docs update4e8b9e8
New: Option to prefer magnet URLs over torrent file linksa32ab3a
Fixed: (AnimeBytes) Avoid specials for non-zero season searches942da3a
Bump version to 1.25.0This list of changes was auto generated.
v1.25.3.4815
: 1.25.3.4815Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
02ff133
Multiple Translations updated by Weblate47268aa
Fix stable branch label in updates8aad1ac
New: Allow major version updates to be installed (#2260)9037cde
Rename ApplicationCheckUpdate to ApplicationUpdateCheck2afafd7
Fixed: Don't block updates under docker unless configured in package_infof4fa251
Sort indexers by name when syncing to applications37bc46c
Translate System pages3e3a7ed
Multiple Translations updated by Weblate04fa7d3
Fixed: (Cardigann) Redirect warnings with "Refresh" headered9a321
Fix redirect url in HttpClient development warning messageSee More
66a9e1a
Bump dotnet to 6.0.358cb59c3
New: Sync UI updates for providers94e9c05
Natural sorting for tags list in the UI8d2c4e1
Bump version to 1.25.3This list of changes was auto generated.
v1.25.2.4794
: 1.25.2.4794Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
c05be39
Treat unauthorized newbie accounts in AvistaZ parser951d42a
Fix indexer url infodd046d8
Fixed: (Cardigann) Validate definition file and setting fields existence [ #2245 ]efa54a4
Remove unused gulp packages3f07c50
Fixed: Copy to clipboard in non-secure contexts94cf07d
Convert ClipboardButton to TypeScript24063e0
Convert FormInputButton to TypeScripte8ebb87
Convert Label to TypeScript896e196
Convert Button to TypeScript9f5be75
Link polymorphic static typingSee More
9cc9e72
Bump frontend packagesa9c2cca
Bump dotnet packages9cc3646
Fixed: (Cardigann) Using variables in login pathsd6bca44
Cleanse sharewood passkeycb5764c
Log exceptions when getting indexer definitions [ #2245 ]19a9b56
Multiple Translations updated by Weblatea2b0f19
Fixed: (BeyondHD) Filter freeleech or limited releases when configured59bfad7
New: Use 307 redirect for requests missing URL Baseaee3f2d
Fixed: Handle 307 redirects from applications11d58b4
Bump macOS runner version to 13ee4de6c
Bump version to 1.25.2This list of changes was auto generated.
v1.25.1.4770
: 1.25.1.4770Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
8d16b88
Return bad request for unprotect download link failures121ef8e
Add new category for FLd53fec7
Add newbie warning for AvistaZ's API usec017a3c
New: (PTP) Filter by Golden Popcorn only releases27ea930
Use proxied requests for fetching user class for MAMd798451
Bump version to 1.25.13f77900
Automated API Docs updateThis list of changes was auto generated.
v1.25.0.4759
: 1.25.0.4759Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
4e8b9e8
New: Option to prefer magnet URLs over torrent file linksa32ab3a
Fixed: (AnimeBytes) Avoid specials for non-zero season searches942da3a
Bump version to 1.25.0This list of changes was auto generated.
v1.24.3.4754
: 1.24.3.4754Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
17e1a72
Bump webpack to 5.94.0 and regenerate yarn.lockb454ded
Bump version to 1.24.3d451239
Automated API Docs update97d1384
Guard against using invalid sort keysba002a7
Add packages needed for RemoveDiacritics349efab
Fix description for API key as query parameteraf9a6f4
Fixed: Unable to login when instance name contained brackets6b20fa8
New: Use instance name in forms authentication cookie name [ #2224 ]029ad39
Bump version to 1.24.2a23d669
Multiple Translations updated by WeblateSee More
710ab7a
New: (Gazelle/OPS/RED) Prevent downloads without FL tokens434b07a
New: Sync seeding limits for LazyLibrarian (#2215)eee8c95
Fix weblate widget1f5c514
Bump version to 1.24.166d722e
Multiple Translations updated by Weblate39befe5
Use error message from Nebulance response [ #2212 ]ab043e8
Display grabs, failures and queries stats with values58ae9c0
Fixed: (MyAnonamouse) Avoid using FL wedges for freeleech torrents44c4469
Fixed: (Gazelle) Allow freeleech torrents with Use Freeleech Tokens8301b66
Multiple Translations updated by Weblate6fa0b79
Bump version to 1.24.0This list of changes was auto generated.
v1.24.1.4740
: 1.24.1.4740Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
a23d669
Multiple Translations updated by Weblate710ab7a
New: (Gazelle/OPS/RED) Prevent downloads without FL tokens434b07a
New: Sync seeding limits for LazyLibrarian (#2215)eee8c95
Fix weblate widget1f5c514
Bump version to 1.24.1This list of changes was auto generated.
v1.24.0.4721
: 1.24.0.4721Compare Source
To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
66d722e
Multiple Translations updated by Weblate39befe5
Use error message from Nebulance response [ #2212 ]ab043e8
Display grabs, failures and queries stats with values58ae9c0
Fixed: (MyAnonamouse) Avoid using FL wedges for freeleech torrents44c4469
Fixed: (Gazelle) Allow freeleech torrents with Use Freeleech Tokens8301b66
Multiple Translations updated by Weblate6fa0b79
Bump version to 1.24.0This list of changes was auto generated.
v1.23.1.4708
: 1.23.1.4708Compare Source
To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)
If you are using docker you will need to update the container image. Do not attempt to update Prowlarr within an existing docker container.
Changes:
32d23d6
Simplify cookie clearing for MAMb31b695
Fixed: Mapping of Cardigann indexers on bulk edit33de32b
Simplify app profile validation on indexers753b53a
Use UTC for filtering out AB releases123535b
Fixed: Use renewed mam_id from response to avoid invalid credentials after original one expires7a5fa45
Don't persist value for SslCertHash when checking for existence281e712
Fixed: Hide reboot and shutdown UI buttons on dockerc2c34ec
New: Bypass IP addresses ranges in proxies [ #2203 ]6151936
Fixed: Trim spaces and empty values in Proxy Bypass List1b58d50
Bump version to 1.23.1See More
99f9a0b
Improve sorting indexer by status696001a
Remove AroLol31f057c
Hiding "enable" property in API docs for applications0391537
Don't display validation errors as HTML521c1f7
Automated API Docs update3bf9b4f
Dedupe titles to avoid similar release names for ABaf86a6d
New: Configure log file size limit in UI3ecf5c6
Fixed: (AnimeBytes) Improve filtering of old releases4da3e7b
Fixed: (MyAnonamouse) Sanitise search query and stop search if term is empty66f38f1
Bump version to 1.23.0This list of changes was auto generated.
v1.21.2.4649
: 1.21.2.4649Compare Source
*To receive further updates for a non-docker installation, please change the branch to master. (Settings -> General (Show Advanced Settings) ->
Configuration
📅 Schedule: Branch creation - "on saturday" in timezone America/New_York, 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.
This PR was generated by Mend Renovate. View the repository job log.