-
Notifications
You must be signed in to change notification settings - Fork 56
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
Update to 0.6.11 #84
Merged
Merged
Update to 0.6.11 #84
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
* Add helm chart release logic * Bump chart version
* Fix ENV clashing for some corner case
- Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - #11
- Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres
Bump version to 0.16.1
Fix grammar
Add download badge
* Add new environment variables to templates * Update nginx routing * Remove redundant environment vairables * Update milvus config * Update URL setting * Quote environment variables * Update README.md * Bump chart version to 0.17.0 * Update mail config * Remove redundant extraEnv
* Fix README.md (#26) * Add Release chart action & bump chart version (#3) * Add helm chart release logic * Bump chart version * Add installation guide (#4) * Fix env clash (#9) * Fix ENV clashing for some corner case * Bump chart version to 0.14.1 * Fix label in worker deployment (#12) * Bump chart version to 0.15.0 * 0.3.8 compatibility for core components (#14) - Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - #11 * Bump chart version to 0.16.0 * Fix postgres port and database config (#18) - Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres * Update Chart.yaml Bump version to 0.16.1 * Update README.md Fix grammar * Create LICENSE * Update README.md Add download badge * Update README.md * Dify 0.4.9 Compatibility (#30) * Add Release chart action & bump chart version (#3) * Add helm chart release logic * Bump chart version * Add installation guide (#4) * Fix env clash (#9) * Fix ENV clashing for some corner case * Bump chart version to 0.14.1 * Fix label in worker deployment (#12) * Bump chart version to 0.15.0 * 0.3.8 compatibility for core components (#14) - Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - #11 * Bump chart version to 0.16.0 * Fix postgres port and database config (#18) - Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres * Update Chart.yaml Bump version to 0.16.1 * Update README.md Fix grammar * Create LICENSE * Update README.md Add download badge * Update README.md * Dify 0.4.9 support (#28) * Add new environment variables to templates * Update nginx routing * Remove redundant environment vairables * Update milvus config * Update URL setting * Quote environment variables * Update README.md * Bump chart version to 0.17.0 * Update mail config * Remove redundant extraEnv * Bump appVersion to 0.4.9 * feat: add files path to nginx proxy config (#29) Resolves the issue of files not being available in the frontend, e.g. DALL-E generated images. Co-authored-by: Boris Polonsky <[email protected]> * Update README.md --------- Co-authored-by: Pascal M <[email protected]>
Update comments on vector db in values.yaml
Grammar fix
* Support Aliyun OSS
* Add ssrf_poroxy (WIP) * Fix squid image configuration * Complete squid log and routing config * Remove `squid` cache * Include `ssrf_proxy` configuration in `api` * Add `CODE_EXECUTION_API_KEY` in `api` * Update configuration of sandbox - Added `ssrf_proxy` support - Overhauled `dify.sandbox.fullname` definition * Fix ssrf proxy configuration in `api` * Restore ssrf_proxy default confiuration after unit tests * Breaking Change: Update default SMTP configuration and layout in `.Values.api` * Update priority and comment of exteranal storage configuration * Update external qdrant configuartion * Update priority of `pgvector` * Update priority of `aliyun_oss`
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.
Update
AliyunOSS
as external storage Support Aliyun OSS #74ssrf_proxy
sandbox
authentication and overhauled sandbox configuration definitiongrpc
andtimeout
configuration in.Values.externalQdrant
sandbox
compatibility issue by using explicit version tags oflanggenius/dify-sandbox
instead oflatest
Maintain compatible version tags when releasing images langgenius/dify#5247pgvector
as vector db add external pgvector #79Breaking Change
SMTP
forapi
is now changed465
instead587
.Values.api.mail.smtp.useTLS
no longer takes effect, use.Values.api.mail.smtp.tls.enabled
instead.