feat(container): update image ghcr.io/karakeep-app/karakeep (0.30.0 → 0.31.0)#3063
Open
bot-akira[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image ghcr.io/karakeep-app/karakeep (0.30.0 → 0.31.0)#3063bot-akira[bot] wants to merge 1 commit intomainfrom
bot-akira[bot] wants to merge 1 commit intomainfrom
Conversation
… 0.31.0) Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
Contributor
Author
--- kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep
+++ kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep
@@ -71,13 +71,13 @@
NEXTAUTH_URL: https://karakeep.juno.moe
envFrom:
- secretRef:
name: karakeep-secret
image:
repository: ghcr.io/karakeep-app/karakeep
- tag: 0.30.0
+ tag: 0.31.0
probes:
liveness:
enabled: true
readiness:
enabled: true
resources: |
Contributor
Author
--- HelmRelease: default/karakeep Deployment: default/karakeep
+++ HelmRelease: default/karakeep Deployment: default/karakeep
@@ -69,13 +69,13 @@
value: http://karakeep-meilisearch.default.svc.cluster.local:7700
- name: NEXTAUTH_URL
value: https://karakeep.juno.moe
envFrom:
- secretRef:
name: karakeep-secret
- image: ghcr.io/karakeep-app/karakeep:0.30.0
+ image: ghcr.io/karakeep-app/karakeep:0.31.0
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
port: 3000 |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
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
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.30.0→0.31.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
karakeep-app/karakeep (ghcr.io/karakeep-app/karakeep)
v0.31.0: 0.31.0Compare Source
0.31.0
Welcome to the 0.31.0 release of Karakeep! This release brings synchronized reading progress, LLM-based OCR, a revamped import pipeline, drag-and-drop for lists, highlights on mobile, a lot of mobile polish, and fixes for some long standing bugs. Huge thanks to our contributors for this release @esimkowitz, @WieserDaniel, @chen-ye, @SnowSquire, @mokhovyk, @evan6seven, @ElectricTea, @RobertRosca, @sweepies, @usr3 and everyone who shipped code, triaged bugs, or shared feedback for this release.
And in case you missed it, we now have a ☁️ managed offering ☁️ for those who don't want to self-host. You can signup here 🎉.
New Features 🚀
OPENAI_SERVICE_TIER(#2339). By @RobertRosca!source:filter to search by bookmark source (mobile, extension, web, etc.) (#2465).tag:alias for#and!alias for negation (#2425).UX Improvements ✨
No suggestionsmessage when no search suggestions are available.Fixes 🔧
For Developers 🛠️
checkUrlAPI endpoint to check if a URL is already bookmarked.attachedByfield in the update tags API endpoint to mark the tag as added by human or AI (#2281).Screenshots 📸
Reader Progress
Import Details
Upgrading 📦
To upgrade:
KARAKEEP_VERSION=release, rundocker compose pull && docker compose up -d.docker compose pull && docker compose up -d.All Commits
ba3db9552c1e9ff7ae922627faf5ec0aaad59a2560e37d728ef0b50b7124d150e3bc6f228eb203d6c83de02a4c5b24927323ae17f6f78d2f07cc3ef4fd0eaf447d2cc349fe0574c3452c6417d85946ce8fff0a28459ee50fbc63b974b174a1c5c8ec41d2f0da8e8ce9be090272c57aa833b91e30c458ba7a10067ec7ef000fab1aad72788f8539c83b3d3602b41b564e455e464186c4c77b186cfbe7e3a485e994c8464e3b05a753960ca9b1a01f75bbd65fd7d53e2eb2640809e5693ce59fd98538035c93ad2e250320ece8e48a43c838dd3fcccb854243b8e861880bf5c99c5cb730667501ed65f6e834bc1b9095bfa5642cdc935656e39bf2c6dee09061bedf3f686535a5ab0036ef7b5f6326094d36c56cf4e1b98014789188b086b464b4dbc9c0f9132b0e938c1f48e98e4ba1475aa7a81e2a6fe6ee195f406fe2063016433dConfiguration
📅 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.