-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container)!: Update image docker.io/zefhemel/silverbullet ( 0.10.4 → 2.4.1 ) #386
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
Open
flkr-23
wants to merge
1
commit into
main
Choose a base branch
from
renovate/docker.io-zefhemel-silverbullet-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Contributor
Author
--- kubernetes/apps/home/silverbullet/app Kustomization: home/silverbullet HelmRelease: home/silverbullet
+++ kubernetes/apps/home/silverbullet/app Kustomization: home/silverbullet HelmRelease: home/silverbullet
@@ -32,13 +32,13 @@
annotations:
reloader.stakater.com/auto: 'true'
containers:
app:
image:
repository: docker.io/zefhemel/silverbullet
- tag: 0.10.4@sha256:69e37ce27c693fe6640d2c792c5161413d0b715195660df9fea024fd42a7162b
+ tag: 2.4.1@sha256:feab34d6f4f7fe6bfed8289cb67c028650e69ee6d2bf143c6d0437b49d044a0d
resources:
limits:
memory: 850Mi
requests:
cpu: 100m
securityContext: |
Contributor
Author
--- HelmRelease: home/silverbullet Deployment: home/silverbullet
+++ HelmRelease: home/silverbullet Deployment: home/silverbullet
@@ -39,13 +39,13 @@
runAsUser: 568
hostIPC: false
hostNetwork: false
hostPID: false
dnsPolicy: ClusterFirst
containers:
- - image: docker.io/zefhemel/silverbullet:0.10.4@sha256:69e37ce27c693fe6640d2c792c5161413d0b715195660df9fea024fd42a7162b
+ - image: docker.io/zefhemel/silverbullet:2.4.1@sha256:feab34d6f4f7fe6bfed8289cb67c028650e69ee6d2bf143c6d0437b49d044a0d
name: app
resources:
limits:
memory: 850Mi
requests:
cpu: 100m |
8034d2b to
8f21f40
Compare
8f21f40 to
8f381d7
Compare
8f381d7 to
f504ffb
Compare
f504ffb to
beae27f
Compare
beae27f to
a9c40cb
Compare
aaa21ce to
814ebb0
Compare
daf6608 to
4ca6736
Compare
4ca6736 to
797b115
Compare
797b115 to
25b8e21
Compare
25b8e21 to
caa08ac
Compare
caa08ac to
9f51770
Compare
9f51770 to
d3ea5ad
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.10.4→2.4.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
silverbulletmd/silverbullet (docker.io/zefhemel/silverbullet)
v2.4.1Compare Source
For 2026 I decided to go back to the basics, and revisit some of the foundational stuff that makes SilverBullet work. Making it more robust and performant.
For 2.4 this is primarily about the indexer (on top of which queries are built, among other things). I've run various experiments trying to speed this up, and for my own space (which is now approximating about 2k pages) I managed to roughly speed this up a clean index by 200%. As I did this work, I also added tests to allow to make more improvements here down the line. As usual I encountered some things along the way, and fixed those too.
I also upgraded the fuse.js library, which is used for e.g. the page picker, command picker etc. and tweaked some parameters too. These are hard to test very well, because they're more about "vibes". Let me know if the results work for you.
What's changed
itemandtasknow also index (wiki) links and inherited (wiki) links (links appearing in parent nodes), as requested here underlinksandilinks. Updated the "Linked Tasks" widget now to rely onilinks.taskrefsnow point to the item’s position resulting in a slight positional shift, if you have code relying on this, you may have to adjust it.To re-enable:
config.set("index.paragraph.all", true)page:indexevent now also receives atextandmetaattributes.@posnotation) (this is mostly helpful when used in queries)Alt-spaceto complete a folder matching the first result — try it and let me know how this works for you in practice.taskstateobjects are no more. Custom task states should now be defined using the [[API/taskState]] API.[deadline: "2026-01-01"]).Navigate: Copy Ref To Current PositionNavigate: Copy Link To Current Position<const>in Lua (by Matouš Jan Fialka)*.js.mapfiles at your reverse proxy level (see [[TLS#Blocking sourcemaps]]).%now supported in page namesUpgrading
edgeversion and somehow get stuck with a never moving index progress indicator, run theClient: Cleancommand and then runSpace: Reindexagain, this should solve the issue.Dedication
I've made the decision to reduce my regular day job to fewer days and spend this time on SilverBullet. This allows for deeper focus and more ambitious work. If you like this, consider sponsoring to make this a little bit more financially sensible for me.
v2.4.0Compare Source
v2.3.0Compare Source
This release (re)introduces Share, formalizes Libraries, and introduces in initial version of the Library Manager, a type of package manager for SilverBullet. It also progresses on Lua 5.4 compatibility.
Here’s what’s new:
plugsconfiguration andPlugs: Updatemechanism. Plug authors can already start to update their plugs to get ready, usually all that needs to be done is to add aPLUG.mdfile to their repository: example.goto(yes, I said I’d never add it, but Matouš did anyway).plug.js(so no longer need to be in_plug, in fact all shipped core plugs are now mounted underLibrary/Std/Plugs). See upgrade notes below.Upgrade notes:
_plugfolder right on the file system, or use the document picker, filter onplug.jsand delete every single document that’s in the_plugfolder that way.v2.2.1Compare Source
The one with client-side encryption and a bunch of Lua fixes and DOM API improvements.
This is a dot release primarily due to changes in how IndexedDB databases are named (to enable client-side encryption). A fully resync and reindex of your space will happen on all your devices after upgrade. I’m sorry for the inconvenience, I try to limit how often this is required. If you’d like to clean up unnecessary databases afterwards you can run the
Client: Cleancommand (once) afterwards.In addition to the (constantly increasing) number of contributors to this release, I'd really like to thank my Github sponsors for their financial support allowing me to spend more time on SilverBullet than ever. While not nearly financially sustainable, every new sponsor does give me a motivation boost. Just sayin' ;)
What's in this release:
#operator) featuresrawgetandrawequal..to also concatenate strings and numbershugeconstant andtypetomath.*APIloadfunctionhttp.requestwidget.htmlBlockandwidget.markdownBlockconvenience APIs for creating block widgets (that take the full width of the screen rather than being inlined)inline codeas acodetag with.sb-codeclasssilverbullet updateandsilverbullet update-edge(by Mihai Maruseac)Client : Cleancommand that deletes all redundant IndexedDB databases (ones the client is not using)SB_USERnow works withSB_URL_PREFIXv2.2.0Compare Source
v2.1.9Compare Source
Hotfix: fixes virtual page regression
v2.1.8Compare Source
tonumberhandlingrefattributes as links, so they’re clickablenilnow deletes it as a key, so it no longer appears in `table.keysv2.1.7Compare Source
v2.1.6Compare Source
v2.1.5Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
v2.0.0Compare Source
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 these updates again.
This PR has been generated by Renovate Bot.