v1.20.4
With 1.20.3 release, support for architecture armv7
has been removed. Now Fission supports arm64
and amd64
architectures only.
Features
Fission CLI changes
- Fission CLI supports K8s In-Cluster config. Now Fission CLI can be deployed in a K8s cluster using ServiceAccount for authentication and authorization. #2996
Fixes
Message Queue Trigger
- Handle MQT update scenario in MQT manager. #2991
Miscellaneous fixes
- Fix storage service URL in archive. #2982
- Fixed time unit loss problem after converting time. #3004
Updates
- Creating large number of MQTs takes time. Added workqueue support to MQT manager to speed up the MQT creation time. #2984
- Use typed client from Keda instead of unstructured. #2989
- Configure user ID for logger’s securityContext using
values.yaml
. #3005
Changelog
References