Sanket Sudake and GitHub
2853498a98
Update all images used to GHCR repo ( #3154 )
2025-01-25 20:39:54 +05:30
Sanket Sudake and GitHub
38ec6528e3
Duplicate Job names in helm chart templates ( #3150 )
...
Fixes #3127
Update job names in helm chart templates to avoid conflicts.
* Change the `metadata.name` field in `charts/fission-all/templates/analytics/post-install-job.yaml` to `{{ template "fullname" . }}-{{ .Chart.Version }}-post-install`.
* Change the `metadata.name` field in `charts/fission-all/templates/analytics/post-upgrade-job.yaml` to `{{ template "fullname" . }}-{{ .Chart.Version }}-post-upgrade`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/fission/fission/issues/3127?shareId=XXXX-XXXX-XXXX-XXXX ).
2025-01-22 18:12:14 +05:30
Sanket Sudake and GitHub
0bbb5c5f38
Update chart version v1.21.0-rc2 ( #3146 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2025-01-19 10:58:03 +05:30
Sanket Sudake and GitHub
f44983f02a
Use GHCR repo for fetcher image by default ( #3145 )
...
* Use GHCR repo for fetcher image by default
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Fix help template
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
* Fix all templates used
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
---------
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2025-01-16 12:35:18 +05:30
Sanket Sudake and GitHub
9f0bb6d11f
Update chart version v1.21.0-rc1 ( #3143 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2025-01-13 18:44:50 +05:30
Sanket Sudake and GitHub
6acb59f979
Update k8s versions and set minimum version to 1.27.0 ( #3134 )
...
* Update Kind Kuberntes versions
* Minimum k8s version to 1.27.0
* Pin ubuntu version in actions
---------
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2025-01-08 12:49:54 +05:30
Simon Emms and GitHub
f0aaef203e
fix: apply kubernetes resources to the webhook-server ( #3084 )
2024-12-30 14:59:56 +05:30
soharab-ic and GitHub
352090d092
Updated app version and chart version to v1.20.5 ( #3032 )
...
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-10-04 13:03:02 +05:30
soharab-ic and GitHub
4b76ec9057
Update Keda-connectors version and go packages ( #3029 )
...
* Update keda-connectors version
* Update github actions
* Fix github workflow lint issues
* Updated following go packages
```
* dario.cat/mergo: v1.0.0 -> v1.0.1
* github.com/IBM/sarama: v1.43.2 -> v1.43.3
* github.com/influxdata/influxdb: v1.11.5 -> v1.11.6
* github.com/prometheus/client_golang: v1.19.1 -> v1.20.4
* github.com/prometheus/common: v0.55.0 -> v0.59.1
* go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.53.0 -> v0.55.0
* go.opentelemetry.io/contrib/propagators/autoprop: v0.51.0 -> v0.55.0
* go.opentelemetry.io/otel: v1.28.0 -> v1.30.0
* go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 -> v1.30.0
* go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 -> v1.30.0
* go.opentelemetry.io/otel/sdk: v1.28.0 -> v1.30.0
* go.opentelemetry.io/otel/trace: v1.28.0 -> v1.30.0
* golang.org/x/net: v0.28.0 -> v0.29.0
* google.golang.org/grpc: v1.65.0 -> v1.67.1
```
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
* The `set-output` command is deprecated.
Fix typos in release workflow.
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-10-01 14:12:51 +05:30
soharab-ic and GitHub
2f8ad16639
Warning: Deprecation warning for cross namespace parameters ( #3026 )
...
* Deprecation warning for cross namespace parameters `builderNamespace`, `functionNamespace`
and `disableOwnerReference` flag.
* Do not mention the version
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-09-30 16:42:19 +05:30
soharab-ic and GitHub
2bf00025ed
Fixed: Allow to disable owner references for cross namespace access with builder and function namespace ( #3024 )
...
* Add DISABLE_OWNER_REFERENCES env variable to executor and buildermgr deployment.
Use this env var to decide adding ownerReferences to K8s resources created by fission CRD.
* Resolve review comments
* Fix lint failure
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-09-27 15:11:07 +05:30
soharab-ic and GitHub
cf55fbecea
Update chart version and app version to v1.20.4 ( #3006 )
...
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-09-02 12:14:23 +05:30
b80437b78c
Configure user ID for logger container's securityContext using helm values.yaml ( #3005 )
...
* Run logger as root to allow access to log files from host
* Add to connect part of yaml
* Change fission folder to allow non-root to write
into folder instead
* Configure user ID for logger from helm values.yaml
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
Co-authored-by: Mark Retallack <mark.retallack@yunextraffic.com >
2024-09-02 11:06:55 +05:30
markretallack and GitHub
ce49eb3e18
Add resource namespace to logger ( #2999 )
...
* Add fission resource namespace to logger pod
* Corrected indent
* Fix formating
2024-08-30 16:53:57 +05:30
soharab-ic and GitHub
0159802497
Update chart version to v1.20.3 ( #2987 )
...
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-08-09 13:38:40 +05:30
soharab-ic and GitHub
06b52e3631
Update keda connectors image tag ( #2963 )
2024-06-21 15:13:02 +05:30
soharab-ic and GitHub
b95e317a20
fix: Router failed to create ingress resource in fission namespace ( #2951 )
...
* Router failed to create ingress resource in `fission` namespace
```
fission-router has access to create ingress in default namespace.
fission is creating ingress in namespace where fission is installed.
updated the helm chart to give fission-router access to create ingress in release namespace.
```
* Add a todo comment for modifying router's permissions
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-05-28 19:47:44 +05:30
soharab-ic and GitHub
0cfe08df55
Update chart version and app version to v1.20.2 ( #2950 )
...
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-05-27 15:51:19 +05:30
Robbie Cronin and GitHub
c6d01827b0
Fix: MutatingWebhookConfiguration naming conflict ( #2948 )
2024-05-27 11:53:53 +05:30
Robbie Cronin and GitHub
d8fe37e736
Fix: ValidatingWebhookConfiguration conflict ( #2947 )
2024-05-27 11:24:51 +05:30
soharab-ic and GitHub
c126298db4
Revert "Remove deprecated mqtrigger with kind fission ( #2875 )" ( #2946 )
...
* Revert "Remove deprecated mqtrigger with kind fission (#2875 )"
This reverts commit f44174debc .
* Upgrade sarama version to v1.43.2
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
---------
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io >
2024-05-27 10:21:51 +05:30
dk03051996 and GitHub
6144c58a44
Update chart image tag to 1.20.1 ( #2903 )
2024-01-16 17:31:29 +05:30
Sanket Sudake and GitHub
7e8d5dd7ef
Add kubernetes version constraint and update version 1.20.1 in helm chart ( #2901 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2024-01-14 15:38:42 +05:30
Sanket Sudake and GitHub
b801c77432
Add kubernetes QPS and Burst limit configuration ( #2899 )
...
Added configurable kubernetes client limits burst and QPS
Default QPS 200 and burst 500. Configurable via helm chart values.
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2024-01-12 22:21:12 +05:30
dk03051996 and GitHub
0c1b03b862
added annotation for signing ( #2895 )
2024-01-04 10:47:18 +05:30
Dada Gore and GitHub
d4aba532f3
Router authentication jwtSigningKey unique for every Fission installation
2023-12-06 10:11:36 +05:30
Sanket Sudake and GitHub
9b57f1f2e7
Update chart version to v1.20.0 ( #2886 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-11-30 17:32:04 +05:30
Dada Gore and GitHub
1fe13624f2
seperated events permission in keda and executor linked roles to remove delete permission ( #2885 )
2023-11-30 14:19:59 +05:30
Sanket Sudake and GitHub
95faf60959
Update keda connectors images ( #2880 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-11-24 14:22:47 +05:30
Sanket Sudake and GitHub
17fbe42fcc
Update fission version v1.20.0-rc2 ( #2879 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-11-23 13:00:50 +05:30
Sanket Sudake and GitHub
f44174debc
Remove deprecated mqtrigger with kind fission ( #2875 )
...
* Remove deprecated mqtrigger with kind fission
* Remove unused deps
---------
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-11-21 17:52:37 +05:30
Sanket Sudake and GitHub
15e16fcc82
Update chart version 1.20.0-rc1 ( #2857 )
...
- Update kubernets version 1.23+
- Update post chart install notes with namespace info
- Update upgrade notes in chart
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-10-23 19:40:09 +05:30
Sanket Sudake and GitHub
7137b39a14
Avoid duplicate role in release namespace for router ( #2856 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-10-18 20:50:05 +05:30
Sanket Sudake and GitHub
703d757c29
Remove controller component from Fission ( #2850 )
...
* Remove controller component from Fission
* Cleanup at few more places
---------
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2023-10-17 09:29:13 +05:30
Anthony King and GitHub
44922bce6c
fix missing namespace environment variables for various services ( #2828 )
...
the FISSION_..._NAMESPACE environment variables are used by all services during init
to check if the CRDs are loaded.
Move them to the 'fission-resource-namespace' macro to ensure all services know the relavant namespaces.
Signed-off-by: Anthony King <anthony@datapane.com >
2023-09-23 13:01:53 +05:30
Shubham Bansal and GitHub
f955d1182a
update chart version to v1.19.0 ( #2798 )
...
Signed-off-by: Shubham Bansal <shubhambansaliimtgn@gmail.com >
2023-05-18 15:18:04 +05:30
Scott Côté and GitHub
6e375629e7
Configure router deployment replicas ( #2782 )
2023-05-16 16:20:29 +05:30
Shubham Bansal and GitHub
1133386ce9
update chart version to v1.19.0-rc2 ( #2791 )
...
Signed-off-by: Shubham Bansal <shubhambansaliimtgn@gmail.com >
2023-05-12 10:33:51 +05:30
Shubham Bansal and GitHub
3a1db58066
update chart version to v1.19.0-rc1 ( #2761 )
...
Signed-off-by: Shubham Bansal <shubhambansaliimtgn@gmail.com >
2023-03-31 15:07:20 +05:30
Shubham Bansal and GitHub
e462f9ab71
Allow permission to router for ingress resource ( #2710 )
2023-02-02 10:20:46 +05:30
Shubham Bansal and GitHub
d025022042
Make ghcr.io to default container registry ( #2711 )
...
* changed default container registry from docker.io to ghcr.io
* user ghcr.io in CI test
* use ghcr.io in reporter image
* revert skaffold changes
2023-02-02 10:19:59 +05:30
Shubham Bansal and GitHub
d3a615211f
router pod fails to run if authentication is enabled during helm upgrade ( #2700 )
2023-01-19 09:20:54 +05:30
Shubham Bansal and GitHub
5db09a899a
Create roles for custom resource in function and builder namespace ( #2695 )
...
* create roles for custom resource in function and builder namespace
* Create roles for CR for builder in function and builder namespace
* convert warn to info to remove error stack trace
2023-01-17 22:15:04 +05:30
Shubham Bansal and GitHub
deb3523b59
update chart version to 1.18.0 ( #2687 )
2023-01-12 23:35:51 +05:30
Nico Feulner and GitHub
fcf4fd2e63
fix: add missing imagePullSecrets sections to pods ( #2675 )
2022-12-28 15:42:04 +05:30
Sanket Sudake and GitHub
8df4fd0e7c
Allow service account check to run only once at start of executor ( #2673 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2022-12-15 15:04:10 +05:30
Sanket Sudake and GitHub
275cfb55a6
Update chart version 1.18.0-rc2 ( #2671 )
...
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com >
2022-12-14 17:49:26 +05:30
Shubham Bansal and GitHub
3e25f474b0
Remove singleDefaultNamespace field from helm chart ( #2670 )
...
* remove singleDefaultNamespace field from helm chart
* changed permission from list to get
2022-12-14 14:17:34 +05:30
Shubham Bansal and GitHub
d52c60216e
Create role and rolebinding for event-fetcher in multiple namespaces ( #2669 )
...
* create event-fetcher role and rolebinding in all namespace
* code review changes
* changed rolebinding name
2022-12-14 12:18:23 +05:30
Shubham Bansal and GitHub
16cbb87eab
Create role/role binding/service account required for builder/function pods ( #2667 )
...
* service account changes for fission-builder
* moved code into executor
* changed default timing to 30 min
* code refactor and add new roles for executor
* create role if serviceAccountCheck is enabled
2022-12-14 09:06:20 +05:30