Skip to content

Commit

Permalink
Changes for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal-biyani committed Mar 25, 2019
1 parent adceee1 commit 9a6f9b7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Parameter | Description | Default
`routerServiceType` | Type of Fission Router service to use. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP. | `LoadBalancer`
`repository` | Image base repository | `index.docker.io`
`image` | Fission image repository | `fission/fission-bundle`
`imageTag` | Fission image tag | `1.0.0`
`imageTag` | Fission image tag | `1.1.0`
`pullPolicy` | Image pull policy | `IfNotPresent`
`fetcherImage` | Fission fetcher repository | `fission/fetcher`
`fetcherImageTag` | Fission fetcher image tag | `1.0.0`
`fetcherImageTag` | Fission fetcher image tag | `1.1.0`
`controllerPort` | Fission Controller service port | `31313`
`routerPort` | Fission Router service port | ` 31314`
`functionNamespace` | Namespace in which to run fission functions (this is different from the release namespace) | `fission-function`
Expand Down
4 changes: 2 additions & 2 deletions charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-all
version: 1.0.0
version: 1.1.0
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand All @@ -12,4 +12,4 @@ maintainers:
- name: Ta Ching Chen
email: [email protected]
engine: gotpl
appVersion: 1.0.0
appVersion: 1.1.0
6 changes: 3 additions & 3 deletions charts/fission-all/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
1. Install the client CLI.

Mac:
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.0.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.1.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/

Linux:
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.0.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.1.0/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/1.0.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/1.1.0/fission-cli-windows.exe

2. You're ready to use Fission!

Expand Down
8 changes: 4 additions & 4 deletions charts/fission-all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ image: fission/fission-bundle
pullPolicy: IfNotPresent

## Fission image version
imageTag: 1.0.0
imageTag: 1.1.0

## Fission fetcher repository
fetcherImage: fission/fetcher

## Fission fetcher image version
fetcherImageTag: 1.0.0
fetcherImageTag: 1.1.0

## Port at which Fission controller service should be exposed
controllerPort: 31313
Expand Down Expand Up @@ -79,8 +79,8 @@ kafka:
## "major.minor.veryMinor.patch" example: 0.8.2.0
## For 1.x it must be a string in the format
## "major.major.veryMinor" example: 2.0.1
## Should be >= 0.11.0.0 to enable Kafka record headers support
# version: "0.11.0.0"
## Should be >= 0.11.1.0 to enable Kafka record headers support
# version: "0.11.1.0"

## Persist data to a persistent volume.
persistence:
Expand Down
4 changes: 2 additions & 2 deletions charts/fission-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-core
version: 1.0.0
version: 1.1.0
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
Expand All @@ -12,4 +12,4 @@ maintainers:
- name: Ta Ching Chen
email: [email protected]
engine: gotpl
appVersion: 1.0.0
appVersion: 1.1.0
6 changes: 3 additions & 3 deletions charts/fission-core/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
1. Install the client CLI.

Mac:
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.0.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.1.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/

Linux:
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.0.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/
$ curl -Lo fission https://github.com/fission/fission/releases/download/1.1.0/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/1.0.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/1.1.0/fission-cli-windows.exe

2. You're ready to use Fission!

Expand Down
4 changes: 2 additions & 2 deletions charts/fission-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository: index.docker.io
image: fission/fission-bundle

## Fission image version
imageTag: 1.0.0
imageTag: 1.1.0

## Image pull policy
pullPolicy: IfNotPresent
Expand All @@ -25,7 +25,7 @@ pullPolicy: IfNotPresent
fetcherImage: fission/fetcher

## Fission fetcher image version
fetcherImageTag: 1.0.0
fetcherImageTag: 1.1.0

## Port at which Fission controller service should be exposed
controllerPort: 31313
Expand Down

0 comments on commit 9a6f9b7

Please sign in to comment.