From 816fd25a6cefec0ce84aede652adeeb43135e4ed Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Sat, 20 Jan 2018 06:05:15 -0800 Subject: [PATCH] Version -> 0.4.1 --- Documentation/docs-site/content/install.md | 14 +++++++------- charts/fission-all/Chart.yaml | 4 ++-- charts/fission-all/templates/NOTES.txt | 6 +++--- charts/fission-all/values.yaml | 4 ++-- charts/fission-core/templates/NOTES.txt | 6 +++--- controller/api.go | 2 +- fission/main.go | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Documentation/docs-site/content/install.md b/Documentation/docs-site/content/install.md index f9e52ca1..1bedef54 100644 --- a/Documentation/docs-site/content/install.md +++ b/Documentation/docs-site/content/install.md @@ -75,7 +75,7 @@ $ helm init #### Minikube ``` -$ helm install --namespace fission --set serviceType=NodePort https://github.com/fission/fission/releases/download/0.4.0/fission-all-0.4.0.tgz +$ helm install --namespace fission --set serviceType=NodePort https://github.com/fission/fission/releases/download/0.4.1/fission-all-0.4.1.tgz ``` The serviceType variable allows configuring the type of Kubernetes @@ -85,7 +85,7 @@ want to expose anything outside the cluster. #### Cloud hosted clusters (GKE, AWS, Azure etc.) ``` -$ helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.0/fission-all-0.4.0.tgz +$ helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.1/fission-all-0.4.1.tgz ``` #### Minimal version @@ -95,7 +95,7 @@ the NATS message queue, influxDB for logs, etc. If you want a more minimal setup, you can install the fission-core chart instead: ``` -$ helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.0/fission-core-0.4.0.tgz +$ helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.1/fission-core-0.4.1.tgz ``` ### Install the Fission CLI @@ -105,19 +105,19 @@ $ helm install --namespace fission https://github.com/fission/fission/releases/d Get the CLI binary for Mac: ``` -$ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ +$ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ ``` #### Linux ``` -$ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ +$ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ ``` #### Windows For Windows, you can use the linux binary on WSL. Or you can download -this windows executable: [fission.exe](https://github.com/fission/fission/releases/download/0.4.0/fission-cli-windows.exe) +this windows executable: [fission.exe](https://github.com/fission/fission/releases/download/0.4.1/fission-cli-windows.exe) ### Set environment vars @@ -157,7 +157,7 @@ svc```). Then: Finally, you're ready to use Fission! ``` -$ fission env create --name nodejs --image fission/node-env:0.4.0 +$ fission env create --name nodejs --image fission/node-env:0.4.1 $ curl -LO https://raw.githubusercontent.com/fission/fission/master/examples/nodejs/hello.js diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index a5fe5da3..438a27c9 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fission-all -version: 0.4.0 +version: 0.4.1 description: Fission is a fast serverless framework for Kubernetes. keywords: - fission @@ -12,4 +12,4 @@ maintainers: - name: Ta Ching Chen email: contact@tachingchen.com engine: gotpl -appVersion: 0.4.0 +appVersion: 0.4.1 diff --git a/charts/fission-all/templates/NOTES.txt b/charts/fission-all/templates/NOTES.txt index badaf62a..2192b38c 100644 --- a/charts/fission-all/templates/NOTES.txt +++ b/charts/fission-all/templates/NOTES.txt @@ -1,13 +1,13 @@ 1. Install the client CLI. Mac: - $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ + $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ Linux: - $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ + $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ Windows: - For Windows, you can use the linux binary on WSL. Or you can download this windows executable: https://github.com/fission/fission/releases/download/0.4.0/fission-cli-windows.exe + For Windows, you can use the linux binary on WSL. Or you can download this windows executable: https://github.com/fission/fission/releases/download/0.4.1/fission-cli-windows.exe 2. Set the FISSION_URL and FISSION_ROUTER environment variables. diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index fbbe6054..89e38f30 100644 --- a/charts/fission-all/values.yaml +++ b/charts/fission-all/values.yaml @@ -13,13 +13,13 @@ image: fission/fission-bundle pullPolicy: IfNotPresent ## Fission image version -imageTag: 0.4.0 +imageTag: 0.4.1 ## Fission fetcher repository fetcherImage: fission/fetcher ## Fission fetcher image version -fetcherImageTag: 0.4.0 +fetcherImageTag: 0.4.1 ## Port at which Fission controller service should be exposed controllerPort: 31313 diff --git a/charts/fission-core/templates/NOTES.txt b/charts/fission-core/templates/NOTES.txt index badaf62a..2192b38c 100644 --- a/charts/fission-core/templates/NOTES.txt +++ b/charts/fission-core/templates/NOTES.txt @@ -1,13 +1,13 @@ 1. Install the client CLI. Mac: - $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ + $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/ Linux: - $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ + $ curl -Lo fission https://github.com/fission/fission/releases/download/0.4.1/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/ Windows: - For Windows, you can use the linux binary on WSL. Or you can download this windows executable: https://github.com/fission/fission/releases/download/0.4.0/fission-cli-windows.exe + For Windows, you can use the linux binary on WSL. Or you can download this windows executable: https://github.com/fission/fission/releases/download/0.4.1/fission-cli-windows.exe 2. Set the FISSION_URL and FISSION_ROUTER environment variables. diff --git a/controller/api.go b/controller/api.go index bcc6192d..ab732fa4 100644 --- a/controller/api.go +++ b/controller/api.go @@ -120,7 +120,7 @@ func (api *API) getLogDBConfig(dbType string) logDBConfig { func (api *API) HomeHandler(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "application/json; charset=utf-8") - fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.4.0\"}\n") + fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.4.1\"}\n") } func (api *API) ApiVersionMismatchHandler(w http.ResponseWriter, r *http.Request) { diff --git a/fission/main.go b/fission/main.go index 8983ad4e..f97f2b69 100644 --- a/fission/main.go +++ b/fission/main.go @@ -26,7 +26,7 @@ func main() { app := cli.NewApp() app.Name = "fission" app.Usage = "Serverless functions for Kubernetes" - app.Version = "0.4.0" + app.Version = "0.4.1" app.Flags = []cli.Flag{ cli.StringFlag{Name: "server", Usage: "Fission server URL", EnvVar: "FISSION_URL"},