Chuang Wang
Chuang Wang
# Release v1.9.0 **Highlights** - #2049 - #2054 - #2047 - #2066 - #2089 - #2047 - #2040 - and a number of dependency bumps **Submitter Checklist** These are the...
### Feature request Add a new annotation field `pipeline.tekton.dev/builderVersion` to capture the builder version that can be customized when installing tekton. ### Use case Use the annotation field to attach...
# Changes Prior to this commit, the regexes in substitution.go file were hard to understand and hard to reuse because of the complexity of the regexes. For example, we have...
### Feature request When users provide object param value in `taskSpec.Params.default` (or `taskrunSpec.Params.Value`), it might be beneficial if it's allowed that users can provide values for only a subset of...
### Feature request Under `pkg/apis/pipeline/v1beta1` folder, there are a number of `*_test.go` files under `v1beta1` package, whereas some are under `v1beta1_test` package. Problem with this is that in some test...
# Expected Behavior Users should be able to delete any taskrun object using `kubectl delete tr --all` no matter if `alpha` feature flag is enabled. # Actual Behavior After a...
- Add new configmap field - `storage.grafeas.notehint` to allow customization for the hint field configurable in grafeas ATTESTATION Note - Change the `BuildType` field in the intoto attestation to the...
- Added a link to Grafeas doc about notes and occurrences. - Explained a bit more on how we will use the configurable field to create notes.
### Feature request To use Grafeas as a storage backend in Tekton Chains ### Background Users can configure Tekton Chains based on their needs. Two main configurations are `artifacts.taskrun.format` and...
Currently Tekton Chains generates intoto statement with [SLSA 0.2 predicate](https://slsa.dev/provenance/v0.2). However, we might expect breaking changes from SLSA version v0.X to v1.0 according to [the official doc](https://slsa.dev/provenance/v0.2) since it is...