diff --git a/docs/content/en/docs/contributing/_index.en.md b/docs/content/en/docs/contributing/_index.en.md index 112cf5b1..d2a7a356 100644 --- a/docs/content/en/docs/contributing/_index.en.md +++ b/docs/content/en/docs/contributing/_index.en.md @@ -229,7 +229,7 @@ If you are using Helm, you should see release installed: ``` helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION -fission fission 1 2020-05-19 16:31:46.947562 +0530 IST success fission-all-1.9.0 1.9.0 +fission fission 1 2020-05-19 16:31:46.947562 +0530 IST success fission-all-1.10.0 1.10.0 ``` Also you should see the Fission services deployed and running: diff --git a/docs/content/en/docs/releases/1.10.0.md b/docs/content/en/docs/releases/1.10.0.md new file mode 100644 index 00000000..2415f31e --- /dev/null +++ b/docs/content/en/docs/releases/1.10.0.md @@ -0,0 +1,26 @@ +--- +title: "1.10.0" +linkTitle: 1.10.0 +weight: 93 +--- + +# Features + +## S3 as a backend for Storage Service + +The storage service had option of persistent volume only to store code but this release adds support for S3 compatiable storage as a backend for storage service. Thanks a lot for this change [Alok](https://github.com/rajalokan) + +## Disabling env variable based discovery in Functions + +Many multi tenant systems want to minimize the information exposed to functions. With Kubernetes's traditional DNS - addresses of other pods are exposed as env variables. [This change makes it configurable](https://github.com/fission/fission/issues/1599) based on your needs, thanks a lot to https://github.com/darkworon + +## Kube Context flag in Fission CLI + +Now you can switch the [Kube context from Fission CLI](https://github.com/fission/fission/pull/1595), thanks a lot [Rahul](https://github.com/therahulbhati) + + +# Fixes! + +* An upstream change in pip for Python3 [needed change in Python env](https://github.com/fission/fission/pull/1633), thanks [Pooja](https://github.com/agiwalpooja20) for this fix. + +* When you create a package for first time for a given environment, and if the builder pod is not ready by then the package build would fail. [This fix](https://github.com/fission/fission/pull/1614) adds a exponential backoff and waits till 5 minutes before eventually failing. Thanks for this one [Rahul](https://github.com/rahulchheda) \ No newline at end of file