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

feat(container): update image ghcr.io/bjw-s-labs/manyfold ( 0.89.0 → 0.90.0 ) #7577

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Nov 25, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/bjw-s-labs/manyfold (source) minor 0.89.0 -> 0.90.0

Release Notes

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

v0.90.0

Compare Source

This release focuses on site administration and user management, with a redesign of the site settings area and a new user management section for moderators/admins. You can now also require moderator approval for new accounts, so you can let people sign themselves up, but also check that you want to let them in before they can access everything.

Also, there's a change to the usage reporting; we've added the image name and system architecture to the report. This lets us see which image you're running (standard, solo, linuxserver), and also which CPU architecture you're on. At some point we'll deprecate the 32-bit ARM build and it would be good to know how many people are using it before we do. As always the exact data sent is visible in the admin area, and the aggregated stats are visible to all at tracking.manyfold.app/stats. If you haven't already, please consider enabling the anonymous usage tracking; it really helps us out. (This change is listed as a "breaking change" in the changelog below as we feel it's important to highlight - you don't actually need to do anything though)

What's Changed

💥 Breaking Changes 💥
✨ New Features ✨
🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.89.0...v0.90.0


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.

…0.90.0 )

| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| docker     | ghcr.io/bjw-s-labs/manyfold | 0.89.0 | 0.90.0 |
@lab-assistant lab-assistant bot added renovate/container type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Nov 25, 2024
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Nov 25, 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.89.0@sha256:fc52c3cdac33504ba433d58215a317d6994d4f72a9ac3fa8e332fef6c95706e2
+              tag: 0.90.0@sha256:93f2d1f6b113c693a35dccc0223d76fdd70ca1b10ce4cb5cb7fea2e06c5e8d29
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Nov 25, 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.89.0@sha256:fc52c3cdac33504ba433d58215a317d6994d4f72a9ac3fa8e332fef6c95706e2
+        image: ghcr.io/bjw-s-labs/manyfold:0.90.0@sha256:93f2d1f6b113c693a35dccc0223d76fdd70ca1b10ce4cb5cb7fea2e06c5e8d29
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 3214
           initialDelaySeconds: 0

@bjw-s bjw-s merged commit 3f10458 into main Nov 25, 2024
14 checks passed
@bjw-s bjw-s deleted the renovate/main-ghcr.io-bjw-s-labs-manyfold-0.x branch November 25, 2024 13:56
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 cluster/main Issue relates to the "main" cluster renovate/container type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant