v1.20.3
With 1.20.3 release, support for architecturearmv7
has been removed. Now Fission supportsarm64
andamd64
architectures only.
Features
Fission CLI changes
- Fission CLI shows warning that
--yolo
,--concurrency
and--rpp
fields are valid for executortypepoolmgr
only. #2971
Fixes
Message Queue Trigger scaling issue
- For
--mqtkind=fission
, mqtrigger-kafka pod was getting stuck when large number of MQTs were created and trigger processing was also not working. #2986
Storage leak
- Fixed storage leak in builder pod as it was keeping old sources and built binaries even after uplading these to storage service. #2979
Miscellaneous fixes
- Fixed fission-cli
pkg getdeploy
command. #2960 - Fixed fission-router’s failure to create ingress resource in release namespace. #2951
- Fixed fetcher’s archive and unarchive functions. #2955
- Fixed an error when using the command to download src. #2940
Updates
- Updated Keda connectors image tag. #2963
- Add OwnerReferences to K8s resources created by Fission. #2964
Changelog
- 01598024 Update chart version to v1.20.3 #2987
- 90d781ca Fixed mqtrigger scaling issue #2986
- 1732d9f4 Update README.md #2738
- 8de5a5b0 Fix: Storage leak in Builder and Fetcher #2979
- 35276a50 Bump golang.org/x/image from 0.10.0 to 0.18.0 #2972
- c6c811ea Show warning that
--yolo
,--concurrency
and--rpp
fields are valid for executortypepoolmgr
only #2971 - f2baa171 Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 #2970
- a34840b0 Set OwnerReferences to K8s resources created by Fission #2964
- 06b52e36 Update keda connectors image tag #2963
- 19858521 added http status code error handling to DownloadUrl function #2959
- 4c4b574d Fix fission-cli cmd
pkg getdeploy
#2960 - 9b978cf2 Fixed an error when using the command to download src #2940
- ef05e242 fetcher when call uploadHandler ,archive zip, Use newZip instead of the default DefaultZip to improve the fetcher to accept more upload requests. #2955
- 156c1ac2 Pin goreleaser version to v1 in github actions #2956
- ade2daa0 Make image description template variables less from goreleaser configuration #2954
- 6a84cee1 Add description label to docker images #2952
- b95e317a fix: Router failed to create ingress resource in
fission
namespace #2951
References
Last modified August 9, 2024: Notice for armv7 support removed from release v1.20.3 (770bc68)