Skip to content

fix(container): update tombursch/kitchenowl ( v0.7.7 → v0.7.9 )#304

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/tombursch-kitchenowl-0.x
Jun 5, 2026
Merged

fix(container): update tombursch/kitchenowl ( v0.7.7 → v0.7.9 )#304
renovate[bot] merged 1 commit into
mainfrom
renovate/tombursch-kitchenowl-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 26, 2026

This PR contains the following updates:

Package Update Change
tombursch/kitchenowl patch v0.7.7v0.7.9

Release Notes

TomBursch/kitchenowl (tombursch/kitchenowl)

v0.7.9: KitchenOwl v0.7.9

Compare Source

✨ Features

🐛 Fixes

🌍 Translations

Full Changelog: TomBursch/kitchenowl@v0.7.8...v0.7.9

v0.7.8: KitchenOwl v0.7.8

Compare Source

The repository is back! 🥳 After my account got flagged for manual review by an automated system (for which I still don't know the reason), I'm glad the project is back. Thanks for all the support and to everyone who reached out.

I'm still unsure what the consequences of this endeavor will be, but for now there is an official mirror on Codeberg for those interested.

This is only a small release with some minor fixes, but because I stopped the rollout of v0.7.7 after my profile got taken down, this version will also be the first to have those changes.
With many people patiently waiting for the fix of the iOS log-out bug (thanks again to @​Kernald #​1042).

✨ Features

🐛 Fixes

🌍 Translations

Full Changelog: TomBursch/kitchenowl@v0.7.7...v0.7.8


Configuration

📅 Schedule: (in timezone Europe/Lisbon)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/tombursch-kitchenowl-0.x branch from ee8479e to 613530c Compare June 4, 2026 22:05
@renovate renovate Bot changed the title fix(container): update tombursch/kitchenowl ( v0.7.7 → v0.7.8 ) fix(container): update tombursch/kitchenowl ( v0.7.7 → v0.7.9 ) Jun 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

--- kubernetes/apps/default/kitchenowl/app Kustomization: flux-system/kitchenowl HelmRelease: default/kitchenowl

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

@@ -20,8 +20,8 @@

     cleanupOnFail: true
     remediation:
       retries: 3
       strategy: rollback
   valuesFrom:
   - kind: ConfigMap
-    name: kitchenowl-helm-values-gm94hgt7ht
+    name: kitchenowl-helm-values-t4b74k64t6
 
--- kubernetes/apps/default/kitchenowl/app Kustomization: flux-system/kitchenowl ConfigMap: default/kitchenowl-helm-values-gm94hgt7ht

+++ kubernetes/apps/default/kitchenowl/app Kustomization: flux-system/kitchenowl ConfigMap: default/kitchenowl-helm-values-gm94hgt7ht

@@ -1,111 +0,0 @@

----
-apiVersion: v1
-data:
-  values.yaml: |
-    controllers:
-      app:
-        enabled: true
-        type: deployment
-        replicas: 1
-
-        pod:
-          securityContext:
-            runAsUser: 1000
-            runAsGroup: 1000
-            fsGroup: 1000
-            runAsNonRoot: true
-            fsGroupChangePolicy: "OnRootMismatch"
-
-        containers:
-          app:
-            image:
-              repository: tombursch/kitchenowl
-              tag: v0.7.7
-              pullPolicy: IfNotPresent
-
-            env:
-              TZ: Europe/Lisbon
-
-            envFrom:
-              - secretRef:
-                  name: kitchenowl-secrets
-
-            resources:
-              requests:
-                cpu: 100m
-              limits:
-                memory: 512Mi
-
-            probes:
-              liveness: &probe
-                enabled: true
-                custom: true
-                spec:
-                  httpGet:
-                    path: /
-                    port: &port 8080
-                  initialDelaySeconds: 20
-                  periodSeconds: 30
-                  timeoutSeconds: 20
-                  failureThreshold: 5
-              readiness: *probe
-    defaultPodOptions:
-      affinity:
-        nodeAffinity:
-          preferredDuringSchedulingIgnoredDuringExecution:
-            - weight: 1
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "1"
-            - weight: 2
-              preference:
-                matchExpressions:
-                  - key: node-priority
-                    operator: In
-                    values:
-                    - "2"
-    service:
-      kitchenowl:
-        controller: app
-        ports:
-          http:
-            port: *port
-
-    ingress:
-      kitchenowl-public:
-        annotations:
-          traefik.ingress.kubernetes.io/router.entrypoints: websecure
-          cert-manager.io/cluster-issuer: letsencrypt-production
-          external-dns.alpha.kubernetes.io/target: ..PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-        className: traefik-public
-        hosts:
-          - host: &kitchenowl-public-path kitchenowl...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
-            paths:
-              - path: /
-                service:
-                  identifier: kitchenowl
-                  port: http
-        tls:
-          - secretName: kitchenowl---PLACEHOLDER_SECRET_PUBLIC_DOMAIN1---tls
-            hosts:
-              - *kitchenowl-public-path
-
-    persistence:
-      kitchenowl-data:
-        enabled: true
-        type: persistentVolumeClaim
-        existingClaim: kitchenowl-data
-        globalMounts:
-          - path: /data
-            readOnly: false
-kind: ConfigMap
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: kitchenowl
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: kitchenowl-helm-values-gm94hgt7ht
-  namespace: default
-
--- kubernetes/apps/default/kitchenowl/app Kustomization: flux-system/kitchenowl ConfigMap: default/kitchenowl-helm-values-t4b74k64t6

+++ kubernetes/apps/default/kitchenowl/app Kustomization: flux-system/kitchenowl ConfigMap: default/kitchenowl-helm-values-t4b74k64t6

@@ -0,0 +1,111 @@

+---
+apiVersion: v1
+data:
+  values.yaml: |
+    controllers:
+      app:
+        enabled: true
+        type: deployment
+        replicas: 1
+
+        pod:
+          securityContext:
+            runAsUser: 1000
+            runAsGroup: 1000
+            fsGroup: 1000
+            runAsNonRoot: true
+            fsGroupChangePolicy: "OnRootMismatch"
+
+        containers:
+          app:
+            image:
+              repository: tombursch/kitchenowl
+              tag: v0.7.9
+              pullPolicy: IfNotPresent
+
+            env:
+              TZ: Europe/Lisbon
+
+            envFrom:
+              - secretRef:
+                  name: kitchenowl-secrets
+
+            resources:
+              requests:
+                cpu: 100m
+              limits:
+                memory: 512Mi
+
+            probes:
+              liveness: &probe
+                enabled: true
+                custom: true
+                spec:
+                  httpGet:
+                    path: /
+                    port: &port 8080
+                  initialDelaySeconds: 20
+                  periodSeconds: 30
+                  timeoutSeconds: 20
+                  failureThreshold: 5
+              readiness: *probe
+    defaultPodOptions:
+      affinity:
+        nodeAffinity:
+          preferredDuringSchedulingIgnoredDuringExecution:
+            - weight: 1
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "1"
+            - weight: 2
+              preference:
+                matchExpressions:
+                  - key: node-priority
+                    operator: In
+                    values:
+                    - "2"
+    service:
+      kitchenowl:
+        controller: app
+        ports:
+          http:
+            port: *port
+
+    ingress:
+      kitchenowl-public:
+        annotations:
+          traefik.ingress.kubernetes.io/router.entrypoints: websecure
+          cert-manager.io/cluster-issuer: letsencrypt-production
+          external-dns.alpha.kubernetes.io/target: ..PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+        className: traefik-public
+        hosts:
+          - host: &kitchenowl-public-path kitchenowl...PLACEHOLDER_SECRET_PUBLIC_DOMAIN1..
+            paths:
+              - path: /
+                service:
+                  identifier: kitchenowl
+                  port: http
+        tls:
+          - secretName: kitchenowl---PLACEHOLDER_SECRET_PUBLIC_DOMAIN1---tls
+            hosts:
+              - *kitchenowl-public-path
+
+    persistence:
+      kitchenowl-data:
+        enabled: true
+        type: persistentVolumeClaim
+        existingClaim: kitchenowl-data
+        globalMounts:
+          - path: /data
+            readOnly: false
+kind: ConfigMap
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: kitchenowl
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: kitchenowl-helm-values-t4b74k64t6
+  namespace: default
+

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

--- HelmRelease: default/kitchenowl Deployment: default/kitchenowl

+++ HelmRelease: default/kitchenowl Deployment: default/kitchenowl

@@ -60,13 +60,13 @@

       - env:
         - name: TZ
           value: Europe/Lisbon
         envFrom:
         - secretRef:
             name: kitchenowl-secrets
-        image: tombursch/kitchenowl:v0.7.7
+        image: tombursch/kitchenowl:v0.7.9
         imagePullPolicy: IfNotPresent
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /
             port: 8080

@renovate renovate Bot merged commit d666cc0 into main Jun 5, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/tombursch-kitchenowl-0.x branch June 5, 2026 02:16
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