-
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.1
head repository: fission/fission
compare: v1.20.2
- 18 commits
- 111 files changed
- 9 contributors
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6144c58 - Browse repository at this point
Copy the full SHA 6144c58View commit details
Commits on Jan 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for dcecb10 - Browse repository at this point
Copy the full SHA dcecb10View commit details
Commits on Feb 6, 2024
-
Use code-generator v1.29.1 for code-generation (#2908)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 579d46c - Browse repository at this point
Copy the full SHA 579d46cView commit details
Commits on Feb 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 63864a9 - Browse repository at this point
Copy the full SHA 63864a9View commit details
Commits on May 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 241983d - Browse repository at this point
Copy the full SHA 241983dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08c662b - Browse repository at this point
Copy the full SHA 08c662bView commit details
Commits on May 8, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 5337dbf - Browse repository at this point
Copy the full SHA 5337dbfView commit details
Commits on May 15, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9cea0d2 - Browse repository at this point
Copy the full SHA 9cea0d2View commit details
Commits on May 16, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8bfe2d0 - Browse repository at this point
Copy the full SHA 8bfe2d0View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 932be4e - Browse repository at this point
Copy the full SHA 932be4eView commit details
Commits on May 20, 2024
-
Fix code comments function names (#2927)
Signed-off-by: eveneast <qcqs@foxmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e43c07 - Browse repository at this point
Copy the full SHA 3e43c07View commit details
Commits on May 22, 2024
-
Set latest envVersion 3 as default (#2945)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for f7e9e71 - Browse repository at this point
Copy the full SHA f7e9e71View commit details
Commits on May 27, 2024
-
Revert "Remove deprecated mqtrigger with kind fission (#2875)" (#2946)
Configuration menu - View commit details
-
Copy full SHA for c126298 - Browse repository at this point
Copy the full SHA c126298View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8fe37e - Browse repository at this point
Copy the full SHA d8fe37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d0182 - Browse repository at this point
Copy the full SHA c6d0182View commit details -
Upgrade libs and go version (#2949)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for 103c7d5 - Browse repository at this point
Copy the full SHA 103c7d5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4e0643e - Browse repository at this point
Copy the full SHA 4e0643eView commit details -
Update chart version and app version to v1.20.2 (#2950)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
Configuration menu - View commit details
-
Copy full SHA for 0cfe08d - Browse repository at this point
Copy the full SHA 0cfe08dView 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.1...v1.20.2