Skip to content

Commit

Permalink
Add changes for 1.20.1 (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <[email protected]>
  • Loading branch information
sanketsudake authored Jan 15, 2024
1 parent 5c67bb3 commit 4fb28c1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "v1.20.0"
linkTitle: v1.20.0
title: "v1.20.1"
linkTitle: v1.20.1
weight: 77
---

Expand All @@ -23,6 +23,18 @@ This should work along with `requestsPerPod` and `concurrency` fields in Functio
We have changed the base image to `cgr.dev/chainguard/static` for all the components. This image is based on `scratch` and has no shell. This will reduce the attack surface and improve security.
[#2881](https://github.com/fission/fission/pull/2881)

### Kubernetes Client Configuration via Helm Chart (QPS and Burst)

New in 1.20.1:

Added Kubernets client configuration parameters support for QPS and Burst in Fission Helm chart.
You can modify the values in `values.yaml` file as per your requirement.

```yaml
kubernetesClientQPS: 200
kubernetesClientBurst: 500
```
## Fixes
### Fixed newdeploy and container creation for functions
Expand Down Expand Up @@ -55,6 +67,16 @@ We have removed traditional Kafka Connector and mqtrigger with kind fission. Ple

## Changelog

* [7e8d5dd7](https://github.com/fission/fission/commit/7e8d5dd7) Add kubernetes version constraint and update version 1.20.1 in helm chart [#2901](https://github.com/fission/fission/pull/2901)
* [796c7a48](https://github.com/fission/fission/commit/796c7a48) Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 [#2898](https://github.com/fission/fission/pull/2898)
* [b0e44403](https://github.com/fission/fission/commit/b0e44403) Update Go modules [#2900](https://github.com/fission/fission/pull/2900)
* [b801c774](https://github.com/fission/fission/commit/b801c774) Add kubernetes QPS and Burst limit configuration [#2899](https://github.com/fission/fission/pull/2899)
* [82b2848e](https://github.com/fission/fission/commit/82b2848e) Set default package status to none if deployment exists [#2894](https://github.com/fission/fission/pull/2894)
* [0c1b03b8](https://github.com/fission/fission/commit/0c1b03b8) added annotation for signing [#2895](https://github.com/fission/fission/pull/2895)
* [0c857346](https://github.com/fission/fission/commit/0c857346) Make common cache typed with generics [#2896](https://github.com/fission/fission/pull/2896)
* [12f8017d](https://github.com/fission/fission/commit/12f8017d) added fetcher test cases [#2893](https://github.com/fission/fission/pull/2893)
* [29b0cf24](https://github.com/fission/fission/commit/29b0cf24) Update Go dependencies [#2889](https://github.com/fission/fission/pull/2889)
* [d4aba532](https://github.com/fission/fission/commit/d4aba532) Router authentication jwtSigningKey unique for every Fission [installation](https://github.com/fission/fission/pull/installation)
* [fdecc987](https://github.com/fission/fission/commit/fdecc987) Auto-approve goreleaser docker builds with cosign [#2883](https://github.com/fission/fission/pull/2883)
* [10852c90](https://github.com/fission/fission/commit/10852c90) Update goreleaser cosign prompt approval [#2882](https://github.com/fission/fission/pull/2882)
* [62f72972](https://github.com/fission/fission/commit/62f72972) Change container base image to cgr.dev/chainguard/static [#2881](https://github.com/fission/fission/pull/2881)
Expand Down
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,11 @@ force = true
from = "/docs/releases/v1.20.0-rc2/"
to = "/docs/releases/v1.20.0/"

[[redirects]]
force = true
from = "/docs/releases/v1.20.0/"
to = "/docs/releases/v1.20.1/"

[[redirects]]
force = true
from = "/docs/usage/triggers/message-queue-trigger/"
Expand Down

0 comments on commit 4fb28c1

Please sign in to comment.