Skip to content

Commit

Permalink
Release 1.10.0 (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Biyani <vrbiyani@gmail.com>
  • Loading branch information
vishal-biyani committed Jun 29, 2020
1 parent 4a25031 commit a6617cd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/contributing/_index.en.md
Expand Up @@ -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:
Expand Down
26 changes: 26 additions & 0 deletions 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)

0 comments on commit a6617cd

Please sign in to comment.