Skip to content

Commit

Permalink
Release v1.20.5 (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic authored Oct 4, 2024
1 parent 2641c0e commit 0e32873
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fission-all
version: v1.20.4
appVersion: v1.20.4
version: v1.20.5
appVersion: v1.20.5
description: Fission is a fast serverless framework for Kubernetes.
kubeVersion: ">=1.25.0-0"
home: https://fission.io/
Expand Down
2 changes: 2 additions & 0 deletions charts/fission-all/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ template "deprecationWarnings" . }}

1. Install the client CLI.

Mac:
Expand Down
21 changes: 21 additions & 0 deletions charts/fission-all/templates/_deprecation-warnings.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{{- define "deprecationWarnings" -}}
{{- $deprecations := list -}}

{{- if .Values.builderNamespace -}}
{{- $deprecations = append $deprecations "The 'builderNamespace' parameter is deprecated and will be removed in future release." -}}
{{- end -}}

{{- if .Values.functionNamespace -}}
{{- $deprecations = append $deprecations "The 'functionNamespace' parameter is deprecated and will be removed in future release." -}}
{{- end -}}

{{- if .Values.disableOwnerReference -}}
{{- $deprecations = append $deprecations "The 'disableOwnerReference' flag is temporary addition and will be removed in future release." -}}
{{- end -}}

{{- if $deprecations -}}
{{- range $deprecations }}
{{- printf "WARNING: %s" . | nindent 0 }}
{{- end -}}
{{- end -}}
{{- end -}}
2 changes: 2 additions & 0 deletions charts/fission-all/templates/buildermgr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
value: {{ .Values.fetcher.resource.mem.limits | quote }}
- name: DEBUG_ENV
value: {{ .Values.debugEnv | quote }}
- name: DISABLE_OWNER_REFERENCES
value: {{ .Values.disableOwnerReference | quote }}
- name: PPROF_ENABLED
value: {{ .Values.pprof.enabled | quote }}
- name: HELM_RELEASE_NAME
Expand Down
2 changes: 2 additions & 0 deletions charts/fission-all/templates/executor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
value: {{ .Values.executor.serviceAccountCheck.enabled | quote }}
- name: SERVICEACCOUNT_CHECK_INTERVAL
value: {{ .Values.executor.serviceAccountCheck.interval | quote }}
- name: DISABLE_OWNER_REFERENCES
value: {{ .Values.disableOwnerReference | quote }}
{{- end}}
{{- include "fission-resource-namespace.envs" . | indent 8 }}
{{- include "kube_client.envs" . | indent 8 }}
Expand Down
36 changes: 25 additions & 11 deletions charts/fission-all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ image: fission/fission-bundle
## It is also used by the chart to identify version of the few more images apart from fission-bundle.
## Keep it empty for using latest tag.
##
imageTag: v1.20.4
imageTag: v1.20.5

## pullPolicy represents the pull policy to use for images in the chart.
##
Expand Down Expand Up @@ -67,12 +67,16 @@ defaultNamespace: default
## if builderNamespace is set to empty then builder resources will be created in the same namespace as the Fission resources.
## This is different from the release namespace.
##
## Note: This parameter is deprecated and will be removed in future fission releases.
##
builderNamespace: ""

## functionNamespace represents the namespace in which Fission Function resources will be created.
## if functionNamespace is set to empty then function resources will be created in the same namespace as the Fission resources.
## This is different from the release namespace.
##
## Note: This parameter is deprecated and will be removed in future fission releases.
##
functionNamespace: ""

## Fission will watch the following namespaces along with the `defaultNamespace` for fission custom resources.
Expand All @@ -88,6 +92,16 @@ additionalFissionNamespaces: []
##
createNamespace: true

## disableOwnerReference decides to set OwnerReference to K8s resources like deployment, services, hpa etc. created by Fission.
## If set to true, the K8s resources created by Fission will not have OwnerReference set.
## Set to false if you want to add OwnerReference to K8s resources created by Fission.
##
## Set to true if you are using cross namespace meaning `builderNamespace` and `functionNamespace` are set.
##
## Note: This flag is temporary addition and would be removed in future fission releases.
##
disableOwnerReference: false

## enableIstio indicates whether to enable istio integration.
##
enableIstio: false
Expand All @@ -106,7 +120,7 @@ fetcher:
## image represents the image of the fetcher component.
image: fission/fetcher
## imageTag represents the tag of the image of the fetcher component.
imageTag: v1.20.4
imageTag: v1.20.5

## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.
Expand Down Expand Up @@ -674,7 +688,7 @@ preUpgradeChecks:
image: fission/pre-upgrade-checks
## pre-install/pre-upgrade checks image version
##
imageTag: v1.20.4
imageTag: v1.20.5

## Fission post-install/post-upgrade reporting live in this image
##
Expand Down Expand Up @@ -806,28 +820,28 @@ mqt_keda:
connector_images:
kafka:
image: ghcr.io/fission/keda-kafka-http-connector
tag: v0.15
tag: v0.17
rabbitmq:
image: ghcr.io/fission/keda-rabbitmq-http-connector
tag: v0.13
tag: v0.15
awskinesis:
image: ghcr.io/fission/keda-aws-kinesis-http-connector
tag: v0.13
tag: v0.15
aws_sqs:
image: ghcr.io/fission/keda-aws-sqs-http-connector
tag: v0.14
tag: v0.16
nats_steaming:
image: ghcr.io/fission/keda-nats-streaming-http-connector
tag: v0.16
tag: v0.18
nats_jetstream:
image: ghcr.io/fission/keda-nats-jetstream-http-connector
tag: v0.7
tag: v0.9
gcp_pubsub:
image: ghcr.io/fission/keda-gcp-pubsub-http-connector
tag: v0.9
tag: v0.11
redis:
image: ghcr.io/fission/keda-redis-http-connector
tag: v0.6
tag: v0.8

## Pod resources as:
## resources:
Expand Down

0 comments on commit 0e32873

Please sign in to comment.