-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs changes v1.21.0 #276
Merged
Merged
Docs changes v1.21.0 #276
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
title: "v1.21.0" | ||
linkTitle: v1.21.0 | ||
weight: 72 | ||
--- | ||
|
||
## Deprecations/Removals | ||
|
||
- We are supporting Kubernetes version 1.27.0 and above. Older versions are no longer supported. | ||
- We are pushing images to GHCR repo only. The DockerHub images are deprecated and will not be updated further. This applies to all Fission components, environments and keda-connector images. | ||
|
||
## Fixes | ||
|
||
- We have fixed critical security issues in the Fission codebase. | ||
- We have also removed/replaced vulnerable dependencies in the Fission codebase. | ||
- We have SBOM, provenance and key verification for all binaries and images. This ensures the authenticity of the binaries and images. | ||
- Minor fixes and improvements in helm charts | ||
|
||
## Changelog | ||
|
||
* Fix: an invalid env manifest file breaks the executor component which stops the creation and deletion of envs by @soharab-ic in [#3034](https://github.com/fission/fission/pull/3034) | ||
* Add podSpec to generated environment manifest by @soharab-ic in [#3033](https://github.com/fission/fission/pull/3033) | ||
* Update K8s version for envtest to 1.30.x by @soharab-ic in [#3038](https://github.com/fission/fission/pull/3038) | ||
* Remove unreachable code by @soharab-ic in [#3039](https://github.com/fission/fission/pull/3039) | ||
* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by [@dependabot](https://github.com/dependabot) in [#3056](https://github.com/fission/fission/pull/3056) | ||
* Add path safety fixes by [@sanketsudake](https://github.com/sanketsudake) in [#3061](https://github.com/fission/fission/pull/3061) | ||
* Add OpenSSF Scorecard action by [@sanketsudake](https://github.com/sanketsudake) in [#3066](https://github.com/fission/fission/pull/3066) | ||
* Add OpenSSF scorecard badge by [@sanketsudake](https://github.com/sanketsudake) in [#3067](https://github.com/fission/fission/pull/3067) | ||
* Apply best security practices for OpenSSF by [@sanketsudake](https://github.com/sanketsudake) in [#3069](https://github.com/fission/fission/pull/3069) | ||
* Bump actions/setup-go from 5.0.2 to 5.1.0 by [@dependabot](https://github.com/dependabot) in [#3074](https://github.com/fission/fission/pull/3074) | ||
* Bump actions/upload-artifact from 4.4.0 to 4.4.3 by [@dependabot](https://github.com/dependabot) in [#3073](https://github.com/fission/fission/pull/3073) | ||
* Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by [@dependabot](https://github.com/dependabot) in [#3072](https://github.com/fission/fission/pull/3072) | ||
* Bump codecov/codecov-action from 4.5.0 to 5.1.1 by [@dependabot](https://github.com/dependabot) in [#3071](https://github.com/fission/fission/pull/3071) | ||
* Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by [@dependabot](https://github.com/dependabot) in [#3070](https://github.com/fission/fission/pull/3070) | ||
* Skip CI for dependabot PR and remove manual dispatch by [@sanketsudake](https://github.com/sanketsudake) in [#3080](https://github.com/fission/fission/pull/3080) | ||
* Update Go dependencies by [@sanketsudake](https://github.com/sanketsudake) in [#3081](https://github.com/fission/fission/pull/3081) | ||
* Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by [@dependabot](https://github.com/dependabot) in [#3077](https://github.com/fission/fission/pull/3077) | ||
* Add provenance steps for release by [@sanketsudake](https://github.com/sanketsudake) in [#3083](https://github.com/fission/fission/pull/3083) | ||
* Update dependabot config by [@sanketsudake](https://github.com/sanketsudake) in [#3094](https://github.com/fission/fission/pull/3094) | ||
* Grouped dependabot updates for dockerfile and github-actions by [@sanketsudake](https://github.com/sanketsudake) in [#3111](https://github.com/fission/fission/pull/3111) | ||
* Bump the global group with 9 updates by [@dependabot](https://github.com/dependabot) in [#3118](https://github.com/fission/fission/pull/3118) | ||
* Update dependabot.yml grouping by [@sanketsudake](https://github.com/sanketsudake) in [#3119](https://github.com/fission/fission/pull/3119) | ||
* Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by [@dependabot](https://github.com/dependabot) in [#3110](https://github.com/fission/fission/pull/3110) | ||
* Bump the docker-images group across 5 directories with 1 update by [@dependabot](https://github.com/dependabot) in [#3121](https://github.com/fission/fission/pull/3121) | ||
* Bump helm/kind-action from 1.11.0 to 1.12.0 in the github-actions group by [@dependabot](https://github.com/dependabot) in [#3122](https://github.com/fission/fission/pull/3122) | ||
* Fix SBOM and provenance for releases by [@sanketsudake](https://github.com/sanketsudake) in [#3124](https://github.com/fission/fission/pull/3124) | ||
* Update Go version to 1.23.4 by [@sanketsudake](https://github.com/sanketsudake) in [#3126](https://github.com/fission/fission/pull/3126) | ||
* Bump the go-dependencies group across 1 directory with 25 updates by [@dependabot](https://github.com/dependabot) in [#3125](https://github.com/fission/fission/pull/3125) | ||
* fix: apply kubernetes resources to the webhook-server by [@mrsimonemms](https://github.com/mrsimonemms) in [#3084](https://github.com/fission/fission/pull/3084) | ||
* Log only related configmap and secret by [@lx1036](https://github.com/lx1036) in [#3049](https://github.com/fission/fission/pull/3049) | ||
* fix: fix slice init length by [@occupyhabit](https://github.com/occupyhabit) in [#3064](https://github.com/fission/fission/pull/3064) | ||
* Update create.go to handle namespace isolation by [@sofsms](https://github.com/sofsms) in [#3130](https://github.com/fission/fission/pull/3130) | ||
* Bump the docker-images group across 5 directories with 1 update by [@dependabot](https://github.com/dependabot) in [#3132](https://github.com/fission/fission/pull/3132) | ||
* Bump the go-dependencies group with 3 updates by [@dependabot](https://github.com/dependabot) in [#3131](https://github.com/fission/fission/pull/3131) | ||
* Use controller-gen and code-generator latest version by [@sanketsudake](https://github.com/sanketsudake) in [#3133](https://github.com/fission/fission/pull/3133) | ||
* Use mholt/archives instead of mholt/archiver by [@sanketsudake](https://github.com/sanketsudake) in [#3128](https://github.com/fission/fission/pull/3128) | ||
* Update k8s versions and set minimum version to 1.27.0 by [@sanketsudake](https://github.com/sanketsudake) in [#3134](https://github.com/fission/fission/pull/3134) | ||
* Bump the go-dependencies group with 4 updates by [@dependabot](https://github.com/dependabot) in [#3141](https://github.com/fission/fission/pull/3141) | ||
* Bump the github-actions group with 4 updates by [@dependabot](https://github.com/dependabot) in [#3140](https://github.com/fission/fission/pull/3140) | ||
* PR-3051: Fix download deploy package out of k8s cluster by @soharab-ic in [#3136](https://github.com/fission/fission/pull/3136) | ||
* Update chart version v1.21.0-rc1 by [@sanketsudake](https://github.com/sanketsudake) in [#3143](https://github.com/fission/fission/pull/3143) | ||
* Use GHCR repo for fetcher image by default by [@sanketsudake](https://github.com/sanketsudake) in [#3145](https://github.com/fission/fission/pull/3145) | ||
* Bump the docker-images group across 5 directories with 1 update by [@dependabot](https://github.com/dependabot) in [#3139](https://github.com/fission/fission/pull/3139) | ||
* Update chart version v1.21.0-rc2 by [@sanketsudake](https://github.com/sanketsudake) in [#3146](https://github.com/fission/fission/pull/3146) | ||
* fix: custom runtime container name is invalid by [@lcgash](https://github.com/lcgash) in [#3065](https://github.com/fission/fission/pull/3065) | ||
* Bump the github-actions group with 2 updates by [@dependabot](https://github.com/dependabot) in [#3148](https://github.com/fission/fission/pull/3148) | ||
* Bump the docker-images group across 5 directories with 1 update by [@dependabot](https://github.com/dependabot) in [#3149](https://github.com/fission/fission/pull/3149) | ||
* Duplicate Job names in helm chart templates by [@sanketsudake](https://github.com/sanketsudake) in [#3150](https://github.com/fission/fission/pull/3150) | ||
* Adopt custom defaulter and validator interface for webhooks intead of deprecated default by [@sanketsudake](https://github.com/sanketsudake) in [#3152](https://github.com/fission/fission/pull/3152) | ||
* Update SECURITY.md by [@sanketsudake](https://github.com/sanketsudake) in [#3151](https://github.com/fission/fission/pull/3151) | ||
* Bump the go-dependencies group with 17 updates by [@dependabot](https://github.com/dependabot) in [#3147](https://github.com/fission/fission/pull/3147) | ||
* Update all images used to GHCR repo by [@sanketsudake](https://github.com/sanketsudake) in [#3154](https://github.com/fission/fission/pull/3154) | ||
|
||
## References | ||
|
||
- [Environments](/environments/) | ||
- [Custom Resource Definition Specification](https://doc.crds.dev/github.com/fission/fission) | ||
- [Releases](https://github.com/fission/fission/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/fission/fission.io | ||
|
||
go 1.23.1 | ||
go 1.23.5 | ||
|
||
require ( | ||
github.com/google/docsy v0.10.0 // indirect | ||
github.com/google/docsy v0.11.0 // indirect | ||
github.com/google/docsy/dependencies v0.7.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[LanguageTool] reported by reviewdog 🐶
A determiner may be missing. (THE_SUPERLATIVE[5])
Suggestions:
Apply the best
URL: https://languagetool.org/insights/post/grammar-comparatives-superlatives/#superlative-forms-of-adjectives
Rule: https://community.languagetool.org/rule/show/THE_SUPERLATIVE?lang=en-US&subId=5
Category: GRAMMAR