Release v0.28.0
This release introduces ExternalSecretOperator(ESO) support supplied by @Sn0rt as alternative to the built in Secret for enterprise-level security and update default images to Dify 1.7.1.
What's new
ExternalSecretOperater that integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault, IBM Cloud Secrets Manager, CyberArk Conjur, Pulumi ESC and many more. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret.
Update
- Update default image to Dify version 1.7.1 (#239)
- Add
ExternalSecretOperator
support @Sn0rt(#234) - Add ElasticSearch as alternative VDB @Sn0rt (#234)
- Add comprehensive network architecture documentation @HyunjunJeon (#235)
- Add
Celery Beat
component @BorisPolonsky (#233, #236) - Adopt manual ESO test workflow by @BorisPolonsky (#238)
New Contributors
- @Sn0rt made their first contribution in #234
- @HyunjunJeon made their first contribution in #235
Full Changelog: dify-0.27.0...dify-0.28.0