Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dify-0.34.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Dec 11:28
622007b

Release v0.34.0-rc2

This release focuses on MySQL support and rootless dify-api containers introduced in Dify 1.10.1.

What's Changed

Migration Notice

For users running dify-api containers with existing PVCs provisioned with node-local storage (e.g. with local-path storage class), update the directory UID/GID on the node:

# Identify the bounded PersistentVolume for dify-api containers
kubectl get pvc -n $NAMESPACE | grep dify
# Get actual path that the persistent volume relies on
kubectl describe $DIFY_API_PV
# Change the path ownership (1001 for dify-api 1.10.1+) on the node for non-root access
sudo chown -R 1001:1001 $PV_LOCAL_PATH

Full Changelog: dify-0.33.0...dify-0.34.0-rc2