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.1
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.2
Choose a head ref
  • 18 commits
  • 111 files changed
  • 9 contributors

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    6144c58 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Update Go deps (#2907)

    github.com/google/uuid: v1.5.0 -> v1.6.0
    github.com/prometheus/common: v0.45.0 -> v0.46.0
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.46.1 -> v0.47.0
    go.opentelemetry.io/contrib/propagators/autoprop: v0.46.1 -> v0.47.0
    go.opentelemetry.io/otel: v1.21.0 -> v1.22.0
    go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.21.0 -> v1.22.0
    go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.21.0 -> v1.22.0
    go.opentelemetry.io/otel/sdk: v1.21.0 -> v1.22.0
    go.opentelemetry.io/otel/trace: v1.21.0 -> v1.22.0
    google.golang.org/grpc: v1.60.1 -> v1.61.0
    k8s.io/api: v0.29.0 -> v0.29.1
    k8s.io/apiextensions-apiserver: v0.29.0 -> v0.29.1
    k8s.io/apimachinery: v0.29.0 -> v0.29.1
    k8s.io/client-go: v0.29.0 -> v0.29.1
    k8s.io/metrics: v0.29.0 -> v0.29.1
    sigs.k8s.io/controller-runtime: v0.16.3 -> v0.17.0
    
    Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
    sanketsudake authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dcecb10 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Use code-generator v1.29.1 for code-generation (#2908)

    Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
    sanketsudake authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    579d46c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update Go to 1.22 and dependencies (#2915)

    Go depenencies updated
    ```
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.47.0 -> v0.48.0
    go.opentelemetry.io/contrib/propagators/autoprop: v0.47.0 -> v0.48.0
    go.opentelemetry.io/otel: v1.22.0 -> v1.23.1
    go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.22.0 -> v1.23.1
    go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.22.0 -> v1.23.1
    go.opentelemetry.io/otel/sdk: v1.22.0 -> v1.23.1
    go.opentelemetry.io/otel/trace: v1.22.0 -> v1.23.1
    golang.org/x/net: v0.20.0 -> v0.21.0
    google.golang.org/grpc: v1.61.0 -> v1.61.1
    k8s.io/api: v0.29.1 -> v0.29.2
    k8s.io/apiextensions-apiserver: v0.29.1 -> v0.29.2
    k8s.io/apimachinery: v0.29.1 -> v0.29.2
    k8s.io/client-go: v0.29.1 -> v0.29.2
    k8s.io/code-generator: v0.29.1 -> v0.29.2
    k8s.io/metrics: v0.29.1 -> v0.29.2
    sigs.k8s.io/controller-runtime: v0.17.0 -> v0.17.1
    ```
    
    Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
    sanketsudake authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    63864a9 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fix fission check command doesnt work for namespace other than `fis…

    …sion` (#2932)
    
    * Fix `fission check` command which does not work outside of `fission` namespace
    
    If user provide namespace then use it for running `fission check` command.
    If user does not provide namespace then use `fission` as default namespace.
    
    * Update go version to 1.22.2
    
    ---------
    
    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored May 7, 2024
    Configuration menu
    Copy the full SHA
    241983d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c662b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update Go packages (#2933)

    * Update Go packages
    
    ```
    github.com/elastic/crd-ref-docs: v0.0.10 -> v0.0.12
    github.com/go-git/go-git/v5: v5.11.0 -> v5.12.0
    github.com/prometheus/client_golang: v1.18.0 -> v1.19.0
    github.com/prometheus/common: v0.46.0 -> v0.53.0
    github.com/stretchr/testify: v1.8.4 -> v1.9.0
    go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.48.0 -> v0.51.0
    go.opentelemetry.io/contrib/propagators/autoprop: v0.48.0 -> v0.51.0
    go.opentelemetry.io/otel: v1.23.1 -> v1.26.0
    go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.23.1 -> v1.26.0
    go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.23.1 -> v1.26.0
    go.opentelemetry.io/otel/sdk: v1.23.1 -> v1.26.0
    go.opentelemetry.io/otel/trace: v1.23.1 -> v1.26.0
    go.uber.org/zap: v1.26.0 -> v1.27.0
    golang.org/x/net: v0.21.0 -> v0.25.0
    google.golang.org/grpc: v1.61.1 -> v1.63.2
    k8s.io/api: v0.29.2 -> v0.30.0
    k8s.io/apiextensions-apiserver: v0.29.2 -> v0.30.0
    k8s.io/apimachinery: v0.29.2 -> v0.30.0
    k8s.io/client-go: v0.29.2 -> v0.30.0
    k8s.io/code-generator: v0.29.2 -> v0.30.0
    k8s.io/metrics: v0.29.2 -> v0.30.0
    sigs.k8s.io/controller-runtime: v0.17.1 -> v0.18.2
    sigs.k8s.io/controller-tools: v0.14.0 -> v0.15.0
    ```
    * update Makefile and update-codegen.sh with latest packages
    * Run `make all-generators`
    
    ---------
    
    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored May 8, 2024
    Configuration menu
    Copy the full SHA
    5337dbf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Upgrade kind version to v0.23.0 (#2937)

    * Upgrade kind version to v0.23.0
    ```
    Upgraded kind version to github workflow push_pr.yaml
    Upgraded kind version to github workflow release.yaml
    Upgraded kind version to github workflow upgrade_test.yaml
    ```
    * Minor change to trigger CI
    * Upgrade kind node image to v1.25.16
    
    ---------
    
    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored May 15, 2024
    Configuration menu
    Copy the full SHA
    9cea0d2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Fix CLI pkg getsrc returns deploy archive instead of source archive (

    …#2941)
    
    * CLI command `pkg getsrc` returns deploy archive
    
    ```
    Fix CLI command to return source archive instead of deploy archive.
    If source archive is not available then return deploy archive.
    ```
    
    * Add e2e tests for `fission package` CLI commands
    * Cleanup environments created for pkg test
    * Fix unit test failures
    
    
    ---------
    
    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8bfe2d0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    932be4e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix code comments function names (#2927)

    Signed-off-by: eveneast <qcqs@foxmail.com>
    eveneast authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3e43c07 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Set latest envVersion 3 as default (#2945)

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

Commits on May 27, 2024

  1. Revert "Remove deprecated mqtrigger with kind fission (#2875)" (#2946)

    * Revert "Remove deprecated mqtrigger with kind fission (#2875)"
    
    This reverts commit f44174d.
    
    * 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>
    soharab-ic authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c126298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8fe37e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d0182 View commit details
    Browse the repository at this point in the history
  4. Upgrade libs and go version (#2949)

    Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
    soharab-ic authored May 27, 2024
    Configuration menu
    Copy the full SHA
    103c7d5 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#2912)

    Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.5 to 1.1.12.
    - [Release notes](https://github.com/opencontainers/runc/releases)
    - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md)
    - [Commits](opencontainers/runc@v1.1.5...v1.1.12)
    
    ---
    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 May 27, 2024
    Configuration menu
    Copy the full SHA
    4e0643e View commit details
    Browse the repository at this point in the history
  6. Update chart version and app version to v1.20.2 (#2950)

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