-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated reference docs and added release notes for release v1.20.3 (#262
) Signed-off-by: Md Soharab Ansari <[email protected]>
- Loading branch information
1 parent
d46e302
commit fb5bc9a
Showing
5 changed files
with
67 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: "v1.20.3" | ||
linkTitle: v1.20.3 | ||
weight: 75 | ||
--- | ||
|
||
## Features | ||
|
||
### Fission CLI changes | ||
|
||
- Fission CLI shows warning that `--yolo`, `--concurrency` and `--rpp` fields are valid for executortype `poolmgr` only. [#2971](https://github.com/fission/fission/pull/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](https://github.com/fission/fission/pull/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](https://github.com/fission/fission/pull/2979) | ||
|
||
### Miscellaneous fixes | ||
|
||
* Fixed fission-cli `pkg getdeploy` command. [#2960](https://github.com/fission/fission/pull/2960) | ||
* Fixed fission-router's failure to create ingress resource in release namespace. [#2951](https://github.com/fission/fission/pull/2951) | ||
* Fixed fetcher's archive and unarchive functions. [#2955](https://github.com/fission/fission/pull/2955) | ||
* Fixed an error when using the command to download src. [#2940](https://github.com/fission/fission/pull/2940) | ||
|
||
## Updates | ||
|
||
* Updated Keda connectors image tag. [#2963](https://github.com/fission/fission/pull/2963) | ||
* Add OwnerReferences to K8s resources created by Fission. [#2964](https://github.com/fission/fission/pull/2964) | ||
|
||
## Changelog | ||
|
||
* [01598024](https://github.com/fission/fission/commit/01598024) Update chart version to v1.20.3 [#2987](https://github.com/fission/fission/pull/2987) | ||
* [90d781ca](https://github.com/fission/fission/commit/90d781ca) Fixed mqtrigger scaling issue [#2986](https://github.com/fission/fission/pull/2986) | ||
* [1732d9f4](https://github.com/fission/fission/commit/1732d9f4) Update README.md [#2738](https://github.com/fission/fission/pull/2738) | ||
* [8de5a5b0](https://github.com/fission/fission/commit/8de5a5b0) Fix: Storage leak in Builder and Fetcher [#2979](https://github.com/fission/fission/pull/2979) | ||
* [35276a50](https://github.com/fission/fission/commit/35276a50) Bump golang.org/x/image from 0.10.0 to 0.18.0 [#2972](https://github.com/fission/fission/pull/2972) | ||
* [c6c811ea](https://github.com/fission/fission/commit/c6c811ea) Show warning that `--yolo`, `--concurrency` and `--rpp` fields are valid for executortype `poolmgr` only [#2971](https://github.com/fission/fission/pull/2971) | ||
* [f2baa171](https://github.com/fission/fission/commit/f2baa171) Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 [#2970](https://github.com/fission/fission/pull/2970) | ||
* [a34840b0](https://github.com/fission/fission/commit/a34840b0) Set OwnerReferences to K8s resources created by Fission [#2964](https://github.com/fission/fission/pull/2964) | ||
* [06b52e36](https://github.com/fission/fission/commit/06b52e36) Update keda connectors image tag [#2963](https://github.com/fission/fission/pull/2963) | ||
* [19858521](https://github.com/fission/fission/commit/19858521) added http status code error handling to DownloadUrl function [#2959](https://github.com/fission/fission/pull/2959) | ||
* [4c4b574d](https://github.com/fission/fission/commit/4c4b574d) Fix fission-cli cmd `pkg getdeploy` [#2960](https://github.com/fission/fission/pull/2960) | ||
* [9b978cf2](https://github.com/fission/fission/commit/9b978cf2) Fixed an error when using the command to download src [#2940](https://github.com/fission/fission/pull/2940) | ||
* [ef05e242](https://github.com/fission/fission/commit/ef05e242) fetcher when call uploadHandler ,archive zip, Use newZip instead of the default DefaultZip to improve the fetcher to accept more upload requests. [#2955](https://github.com/fission/fission/pull/2955) | ||
* [156c1ac2](https://github.com/fission/fission/commit/156c1ac2) Pin goreleaser version to v1 in github actions [#2956](https://github.com/fission/fission/pull/2956) | ||
* [ade2daa0](https://github.com/fission/fission/commit/ade2daa0) Make image description template variables less from goreleaser configuration [#2954](https://github.com/fission/fission/pull/2954) | ||
* [6a84cee1](https://github.com/fission/fission/commit/6a84cee1) Add description label to docker images [#2952](https://github.com/fission/fission/pull/2952) | ||
* [b95e317a](https://github.com/fission/fission/commit/b95e317a) fix: Router failed to create ingress resource in `fission` namespace [#2951](https://github.com/fission/fission/pull/2951) | ||
|
||
## References | ||
|
||
- [Environments](/environments/) | ||
- [Custom Resource Definition Specification](https://doc.crds.dev/github.com/fission/fission) | ||
- [Releases](https://github.com/fission/fission/releases) |