-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container)!: Update image langgenius/dify-api to v1 #325
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/langgenius-dify-api-1.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
--- kubernetes/apps/ai/dify/app Kustomization: flux-system/cluster-apps-ai-dify-app HelmRelease: ai-apps/dify-app
+++ kubernetes/apps/ai/dify/app Kustomization: flux-system/cluster-apps-ai-dify-app HelmRelease: ai-apps/dify-app
@@ -43,13 +43,13 @@
name: dify-env-configs
- secretRef:
name: dify-env-secrets
image:
pullPolicy: Always
repository: langgenius/dify-api
- tag: 0.6.11
+ tag: 1.9.0
replicas: 1
strategy: Recreate
web:
containers:
web:
env:
@@ -74,13 +74,13 @@
name: dify-env-configs
- secretRef:
name: dify-env-secrets
image:
pullPolicy: Always
repository: langgenius/dify-api
- tag: 0.6.11
+ tag: 1.9.0
replicas: 1
strategy: Recreate
ingress:
main:
annotations:
external-dns.alpha.kubernetes.io/target: external. |
--- HelmRelease: ai-apps/dify-app Deployment: ai-apps/dify-app
+++ HelmRelease: ai-apps/dify-app Deployment: ai-apps/dify-app
@@ -40,13 +40,13 @@
value: api
envFrom:
- configMapRef:
name: dify-env-configs
- secretRef:
name: dify-env-secrets
- image: langgenius/dify-api:0.6.11
+ image: langgenius/dify-api:1.9.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 0
periodSeconds: 10
tcpSocket:
--- HelmRelease: ai-apps/dify-app Deployment: ai-apps/dify-app-worker
+++ HelmRelease: ai-apps/dify-app Deployment: ai-apps/dify-app-worker
@@ -40,13 +40,13 @@
value: worker
envFrom:
- configMapRef:
name: dify-env-configs
- secretRef:
name: dify-env-secrets
- image: langgenius/dify-api:0.6.11
+ image: langgenius/dify-api:1.9.0
imagePullPolicy: Always
name: main
volumeMounts:
- mountPath: /app/api/storage
name: data
volumes: |
4e643ec to
dc45ed1
Compare
163407e to
e7f957e
Compare
24062a2 to
9ef6e83
Compare
cd34520 to
647b4a2
Compare
647b4a2 to
650083e
Compare
650083e to
287a626
Compare
83653b7 to
a0c7546
Compare
6f14cf8 to
152f31e
Compare
152f31e to
1cfef78
Compare
ba3e095 to
92967ac
Compare
92967ac to
4f8e255
Compare
4f8e255 to
1c00500
Compare
1c00500 to
c7b1e01
Compare
c7b1e01 to
219f1c6
Compare
219f1c6 to
4190bb2
Compare
4190bb2 to
92d8766
Compare
92d8766 to
f892a30
Compare
f892a30 to
c74874c
Compare
9cf4a8c to
764fe46
Compare
764fe46 to
8c8ec77
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.6.11→1.11.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
langgenius/dify (langgenius/dify-api)
v1.11.2Compare Source
🌟 What’s New in v1.11.2 🌟
Welcome to version 1.11.2! This release sees a significant number of improvements, especially around testing, fixes, and new integrations to enhance the robustness and flexibility of the platform. Here's the lowdown:
🚀 New Features
⚙️ Enhancements
🛠️ Bug Fixes
🎨 Code Quality & Maintenance
That's the round-up for v1.11.2! As always, a huge shoutout to all contributors who make these improvements possible. You rock! Now, go try the new release, and hit us up with feedback. Happy coding! 🙌
Upgrade Guide
Docker Compose Deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service. Please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumesUpgrade services
Source Code Deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api uv syncThen, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
detect_file_encodingsby @fatelei in #29778/tmpvolume mount,vscoderemote user, and post-start script updates. by @ZeroZ-lab in #29986credential_idby @nht1206 in #30051New Contributors
Full Changelog: langgenius/dify@1.11.1...1.11.2
v1.11.1Compare Source
This release is all about tightening up security, boosting performance, and squashing those pesky bugs. Let's dive into what's changed:
🛠️ Fixes and Improvements
React and Next.js Security Upgrades: We've bumped up
reactandreact-domto 19.2.3 to fix some CVE vulnerabilities. Next.js also got a security update, courtesy of @douxc (PRs #29532 and #29545).Credential Management: If you've been seeing empty
available_credentials, that's sorted out now (thanks to @fatelei in #29521).Description Length Limitation: Autogenerated descriptions will now be truncated to avoid the 400-character limit error, ensuring smoother submissions by @shua-chen in #28681.
Content Type Charset: Response content types now include charsets to keep your data formats consistent, by @Pleasurecruise in #29534.
Flask-Restx Attribute Error: The pesky
AttributeErrorcaused byvalidate=Truein flask-restx is no more (fixed by @Mairuis in #29552).Document Handling: Optimized the
save_document_with_dataset_idfunction for better performance by @fatelei in #29550. Plus, we fixed an issue where external images in DOCX files were causing extraction failures (@JohnJyong in #29558).Token Retrieval: No more errors when
access_tokenis empty; it now gracefully returnsNoneby @kashira2339 in #29516.Hit-Test Failures: Resolved the hit-test failure when an attachment ID doesn’t exist by @JohnJyong in #29563.
🚀 New Features
🧪 Testing
⚡ Performance Enhancements
Thanks to everyone who contributed to this release! Your feedback and contributions make all the difference. As always, happy coding! 🌟
Upgrade Guide
Docker Compose Deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service. Please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumesUpgrade services
Source Code Deployments
Stop the API server, Worker, and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api uv syncThen, let's run the migration script:
Finally, run the API server, Worker, and Web frontend Server again.
What's Changed
Configuration
📅 Schedule: Branch creation - "on saturday" (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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.