Update neosmemo/memos Docker tag to v0.30 #50
Reference in New Issue
Block a user
Delete Branch "renovate/neosmemo-memos-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.26→0.30Release Notes
usememos/memos (neosmemo/memos)
v0.30Summary
Memos 0.30 delivers a major writing and navigation refresh, centered on the new
CodeMirror editor, richer memo detail views, configurable multi-column feeds, and
faster Explore and feed rendering. It also replaces the MCP integration with a
curated OpenAPI-driven tool surface, expands deployment-time configuration, and
strengthens authentication, sharing, and private-instance access boundaries.
This stable release includes all changes shipped through
0.30.0-rc.1and0.30.0-rc.2, plus the final authentication, SSO, sharing, and MCP fixes listedbelow.
⚠ BREAKING CHANGES
--instance-url(orMEMOS_INSTANCE_URL) now run in private mode. Anonymous visitors are sent to sign-in, anonymous API access is limited to setup, authentication, and shared-memo routes, and RSS feeds are unavailable. Set the instance URL to retain the previous public behavior. (d1cef7a) (415a3ec)GetMemoByShareandGET /api/v1/shares/{share_id}have been replaced byGetSharedMemoandGET /api/v1/shares/{share_token}/memo. API clients must update the RPC, request type, field name, and REST path. Share-token responses are limited to the shared memo and its attachments and no longer expose the surrounding parent, comments, or relation graph. (0d2cbd4) (415a3ec)now()has been replaced by thenowtimestamp variable, and time fields now use CEL timestamps. Update saved shortcuts to use expressions such ascreated_ts >= now - duration("24h")ortimestamp(<epoch>)instead of comparing time fields with bare epoch values. (26f4b73)/mcpand the new service-prefixed tool names. Tool errors now useisErrorand text content rather than a non-standardstructuredContent.errorpayload. (#6026) (03e34bd)Highlights
/etc/secrets. File-backed settings act as runtime overrides and cannot be changed through the UI or API until the files are removed. (0038295)insecure_skip_tls_verifyoption for S3-compatible storage with self-signed certificates. (1020060) (#6039)Fixes and polish
ListUsersreturns consistent paginated results. (385fa22) (4bc3928)MEMOS_UID=0. (#6061)v0.29Bug Fixes
v0.28Features
Bug Fixes
v0.27Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 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 Mend Renovate CLI.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.