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 image ghcr.io/bjw-s-labs/manyfold ( 0.91.1 → 0.91.2 ) #7649

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Dec 12, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/bjw-s-labs/manyfold (source) patch 0.91.1 -> 0.91.2

Release Notes

manyfold3d/manyfold (ghcr.io/bjw-s-labs/manyfold)

v0.91.2

Compare Source

Just a small bugfix release for an issue where invalid domains would cause a page error on the Creator list.

What's Changed

🐛 Bug Fixes 🐛

Full Changelog: manyfold3d/manyfold@v0.91.1...v0.91.2


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.

….91.2 )

| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| docker     | ghcr.io/bjw-s-labs/manyfold | 0.91.1 | 0.91.2 |
@lab-assistant lab-assistant bot added renovate/container type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes labels Dec 12, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Dec 12, 2024

--- kubernetes/main/apps/selfhosted/manyfold/app Kustomization: flux-system/manyfold HelmRelease: selfhosted/manyfold

+++ kubernetes/main/apps/selfhosted/manyfold/app Kustomization: flux-system/manyfold HelmRelease: selfhosted/manyfold

@@ -36,13 +36,13 @@

                 valueFrom:
                   secretKeyRef:
                     key: MANYFOLD_SECRET_KEY
                     name: manyfold-secret
             image:
               repository: ghcr.io/bjw-s-labs/manyfold
-              tag: 0.91.1@sha256:1e242758665f8e09f705f6583b787849dba60d42b7161ecb3e6bef02fcfa4193
+              tag: 0.91.2@sha256:1197f0b5231116f88c852c48b424ce6c6402243d45f39ff253c0ac71cbac22b9
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Dec 12, 2024

--- HelmRelease: selfhosted/manyfold Deployment: selfhosted/manyfold

+++ HelmRelease: selfhosted/manyfold Deployment: selfhosted/manyfold

@@ -74,13 +74,13 @@

           value: 'false'
         - name: SECRET_KEY_BASE
           valueFrom:
             secretKeyRef:
               key: MANYFOLD_SECRET_KEY
               name: manyfold-secret
-        image: ghcr.io/bjw-s-labs/manyfold:0.91.1@sha256:1e242758665f8e09f705f6583b787849dba60d42b7161ecb3e6bef02fcfa4193
+        image: ghcr.io/bjw-s-labs/manyfold:0.91.2@sha256:1197f0b5231116f88c852c48b424ce6c6402243d45f39ff253c0ac71cbac22b9
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 3214
           initialDelaySeconds: 0

@bjw-s bjw-s merged commit e0424a1 into main Dec 12, 2024
14 checks passed
@bjw-s bjw-s deleted the renovate/main-ghcr.io-bjw-s-labs-manyfold-0.x branch December 12, 2024 19:54
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 type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant