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/manyfold to v0.90.0 #407

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

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

Release Notes

manyfold3d/manyfold (ghcr.io/bjw-s/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

v0.89.0

Compare Source

Mostly behind-the-scenes changes and bugfixes this time round; better 3MF conversion behaviour, custom database port support, and fixes for sites that aren't running at the root of their domain. There's also been a big reorganisation of the settings; user-specific settings are now in the same place as password and email, whereas the old settings page is now just for site-wide admin settings.

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️

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

v0.88.0

Compare Source

This release was just going to be bugfixes, but then we added support for a load of new file formats, particularly ones used for stuff like game development or higher-end graphics work. So, you can now index Collada (DAE), FBX, IGES, DXF, 3DS/MAX, Maya, Modo, Sketchup and even more. Take a look at the supported formats page on the website for the full list!

There's also an important bug fix for OIDC login, which should fix issues with the redirect URL being incorrect.

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.87.0...v0.88.0

v0.87.1

Compare Source

v0.87.0

Compare Source

This release adds the ability to resolve problems in bulk; so if you have a lot of missing files, or empty folders, now you can remove them all in one go! There are also new application and database performance dashboards, so you can see how your instance is performing, as well as the usual collection of bug fixes.

What's Changed

✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Sustainability & Performance 🌍
🛠️ Other Improvements 🛠️

Full Changelog: manyfold3d/manyfold@v0.86.0...v0.87.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 9, 2024

--- HelmRelease: home/manyfold Deployment: home/manyfold

+++ HelmRelease: home/manyfold Deployment: home/manyfold

@@ -77,13 +77,13 @@

           value: '3214'
         - name: TZ
           value: Pacific/Auckland
         envFrom:
         - secretRef:
             name: manyfold-secret
-        image: ghcr.io/bjw-s/manyfold:0.86.0@sha256:a4f6ddf4f3c8df2558503bc25d7c0861884b27aee83b52a297ae3962f0468268
+        image: ghcr.io/bjw-s/manyfold:0.90.0@sha256:93f2d1f6b113c693a35dccc0223d76fdd70ca1b10ce4cb5cb7fea2e06c5e8d29
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 3214
           initialDelaySeconds: 0

Copy link

github-actions bot commented Nov 9, 2024

--- kubernetes/apps/home/manyfold/app Kustomization: flux-system/manyfold HelmRelease: home/manyfold

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

@@ -46,13 +46,13 @@

               TZ: Pacific/Auckland
             envFrom:
             - secretRef:
                 name: manyfold-secret
             image:
               repository: ghcr.io/bjw-s/manyfold
-              tag: 0.86.0@sha256:a4f6ddf4f3c8df2558503bc25d7c0861884b27aee83b52a297ae3962f0468268
+              tag: 0.90.0@sha256:93f2d1f6b113c693a35dccc0223d76fdd70ca1b10ce4cb5cb7fea2e06c5e8d29
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@renovate renovate bot force-pushed the renovate/ghcr.io-bjw-s-manyfold-0.x branch from f17b84f to 610de6b Compare November 9, 2024 09:21
@renovate renovate bot changed the title feat(container): update image ghcr.io/bjw-s/manyfold to v0.87.1 feat(container): update image ghcr.io/bjw-s/manyfold to v0.88.0 Nov 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-bjw-s-manyfold-0.x branch from 610de6b to 45bed9c Compare November 11, 2024 09:54
@renovate renovate bot force-pushed the renovate/ghcr.io-bjw-s-manyfold-0.x branch from 45bed9c to 8fd131d Compare November 19, 2024 16:22
@renovate renovate bot changed the title feat(container): update image ghcr.io/bjw-s/manyfold to v0.88.0 feat(container): update image ghcr.io/bjw-s/manyfold to v0.89.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-bjw-s-manyfold-0.x branch from 8fd131d to 12edf9a Compare November 25, 2024 15:27
@renovate renovate bot changed the title feat(container): update image ghcr.io/bjw-s/manyfold to v0.89.0 feat(container): update image ghcr.io/bjw-s/manyfold to v0.90.0 Nov 25, 2024
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