-
-
Notifications
You must be signed in to change notification settings - Fork 44
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.80.1 → 0.81.0 ) #7304
Merged
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
…356f6 → da2b557 )
…0.81.0 ) | datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | docker | ghcr.io/bjw-s-labs/manyfold | 0.80.1 | 0.81.0 |
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
Oct 7, 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.80.1@sha256:a0cc0c500a3297e63d70262f4c4abe1cf95db729ee5d872a0662eda38e58beb0
+ tag: 0.81.0@sha256:e17f8a99105463a09f4fbea7521bcde88fa84f2d3d980d72e7cc815ea9dd8338
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
--- 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.80.1@sha256:a0cc0c500a3297e63d70262f4c4abe1cf95db729ee5d872a0662eda38e58beb0
+ image: ghcr.io/bjw-s-labs/manyfold:0.81.0@sha256:e17f8a99105463a09f4fbea7521bcde88fa84f2d3d980d72e7cc815ea9dd8338
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 3214
initialDelaySeconds: 0 |
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
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:
0.80.1
->0.81.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
manyfold3d/manyfold (ghcr.io/bjw-s-labs/manyfold)
v0.81.0
Compare Source
There's a lot of work in this release, but perhaps not much is too visible. We're working on ActivityPub interoperability with platforms like Mastodon, and there's a lot of work under the hood to get us there. The visible ActivityPub interaction stuff is very near though, hopefully you'll get to see it within a week in v0.82.0!
This release does have a few bug fixes though, and a new feature whereby you can split a model's files into two parts through the bulk file editor. So, if you merged things by accident, now you can undo it!
What's Changed
✨ New Features ✨
🐛 Bug Fixes 🐛
🌍 Sustainability & Performance 🌍
🛠️ Other Improvements 🛠️
Full Changelog: manyfold3d/manyfold@v0.80.1...v0.81.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.
This PR has been generated by Renovate Bot.