Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fission/fission
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.20.4
Choose a base ref
...
head repository: fission/fission
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.5
Choose a head ref
  • 15 commits
  • 117 files changed
  • 8 contributors

Commits on Sep 4, 2024

  1. 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>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    21bccda View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. The function is updated without an "envNamespace" argument, so we nee…

    …d to remove that logic (#3010)
    
    Signed-off-by: waitstory <waitstory@163.com>
    waitstory authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5cdecef View commit details
    Browse the repository at this point in the history
  2. 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>
    elastic17 and yufu huang authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1f41de9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. 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>
    elastic17 and yufu huang authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5d580e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Add method and subpath 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>
    soharab-ic authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    93869d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. 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>
    waitstory authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b8f746c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. 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>
    soharab-ic authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2bf0002 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix slice init length (#3018)

    Signed-off-by: cuishuang <imcusg@gmail.com>
    cuishuang authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2db9db0 View commit details
    Browse the repository at this point in the history
  2. Update codeql action version to 3.26.9 (#3025)

    * Update codeql action version to 3.26.9
    
    * Update checkout and setup-go version
    sanketsudake authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    687a84a View commit details
    Browse the repository at this point in the history
  3. 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>
    soharab-ic authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2f8ad16 View commit details
    Browse the repository at this point in the history
  4. 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>
    soharab-ic authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9bdac9a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 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>
    sanketsudake authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    15857b0 View commit details
    Browse the repository at this point in the history
  2. 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>
    soharab-ic authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4b76ec9 View commit details
    Browse the repository at this point in the history
  3. Use os.RemoveAll to ignore path does not exist error (#3031)

    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    db2b0ad View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Updated app version and chart version to v1.20.5 (#3032)

    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    352090d View commit details
    Browse the repository at this point in the history
Loading