-
Notifications
You must be signed in to change notification settings - Fork 790
Comparing changes
Open a pull request
base repository: fission/fission
base: v1.20.4
head repository: fission/fission
compare: v1.20.5
- 15 commits
- 117 files changed
- 8 contributors
Commits on Sep 4, 2024
-
Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 (#3008)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.12 to 1.1.14. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.12...v1.1.14) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21bccda - Browse repository at this point
Copy the full SHA 21bccdaView commit details
Commits on Sep 11, 2024
-
The function is updated without an "envNamespace" argument, so we nee…
…d to remove that logic (#3010) Signed-off-by: waitstory <waitstory@163.com>
Configuration menu - View commit details
-
Copy full SHA for 5cdecef - Browse repository at this point
Copy the full SHA 5cdecefView commit details -
Fix error handling in package update logic implementation (#3012)
* 去除environment创建操作中的注释及更新过程中存在的冗余代码 * Remove redundant code and simplify input parsing during HTTPTrigger creation * Fix error handling in package update logic implementation --------- Co-authored-by: yufu huang <yufu.huang@gientech.com>
Configuration menu - View commit details
-
Copy full SHA for 1f41de9 - Browse repository at this point
Copy the full SHA 1f41de9View commit details
Commits on Sep 13, 2024
-
Fix the error printing in error handling (#3013)
* 去除environment创建操作中的注释及更新过程中存在的冗余代码 * Remove redundant code and simplify input parsing during HTTPTrigger creation * Fix error handling in package update logic implementation * Fix the error printing in error handling --------- Co-authored-by: yufu huang <yufu.huang@gientech.com>
Configuration menu - View commit details
-
Copy full SHA for 5d580e0 - Browse repository at this point
Copy the full SHA 5d580e0View commit details
Commits on Sep 16, 2024
-
Add
method
andsubpath
flags to timetrigger object for triggering…… a function (#3017) * Update timetrigger crd and add method and subpath fields in spec. Update fission-cli to accept user input for method and subpath fields. Update publisher package to utilize these fields for triggering a function. Update timer controller to use method and subpath fields for publishing a request. Add a new test TestPublisherSubpath in pulisher package. Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io> * Use kubebuilder default annotation. Update test for fission-cli timetrigger create, update command to support method and subpath flags. Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io> --------- Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for 93869d3 - Browse repository at this point
Copy the full SHA 93869d3View commit details
Commits on Sep 26, 2024
-
Fixed: Print pod log error when response status is 404 returned by te… (
#3021) * Fixed: Print pod log error when response status is 404 returned by test function * Update util.go --------- Signed-off-by: waitstory <waitstory@163.com>
Configuration menu - View commit details
-
Copy full SHA for b8f746c - Browse repository at this point
Copy the full SHA b8f746cView commit details
Commits on Sep 27, 2024
-
Fixed: Allow to disable owner references for cross namespace access w…
…ith 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>
Configuration menu - View commit details
-
Copy full SHA for 2bf0002 - Browse repository at this point
Copy the full SHA 2bf0002View commit details
Commits on Sep 30, 2024
-
Signed-off-by: cuishuang <imcusg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2db9db0 - Browse repository at this point
Copy the full SHA 2db9db0View commit details -
Update codeql action version to 3.26.9 (#3025)
* Update codeql action version to 3.26.9 * Update checkout and setup-go version
Configuration menu - View commit details
-
Copy full SHA for 687a84a - Browse repository at this point
Copy the full SHA 687a84aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2f8ad16 - Browse repository at this point
Copy the full SHA 2f8ad16View commit details -
Upgraded to Go latest version 1.23.1 (#3027)
* Upgraded to latest go version 1.23.1 * Fix lint failure * Fix lint failures * Remove unnecessary formatting --------- Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for 9bdac9a - Browse repository at this point
Copy the full SHA 9bdac9aView commit details
Commits on Oct 1, 2024
-
Use typed rate limiting queue (#3028)
* Use typed rate limiting queue * update skaffold version * Update code-generator to 1.31 --------- Signed-off-by: Sanket <sanketsudake@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15857b0 - Browse repository at this point
Copy the full SHA 15857b0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4b76ec9 - Browse repository at this point
Copy the full SHA 4b76ec9View commit details -
Use os.RemoveAll to ignore path does not exist error (#3031)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for db2b0ad - Browse repository at this point
Copy the full SHA db2b0adView commit details
Commits on Oct 4, 2024
-
Updated app version and chart version to v1.20.5 (#3032)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for 352090d - Browse repository at this point
Copy the full SHA 352090dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.20.4...v1.20.5