Versions in this module Expand all Collapse all v1 v1.9.0 Jan 30, 2026 GO-2023-1901 GO-2023-1901: Pipelines do not validate child UIDs in github.com/tektoncd/pipeline v1.7.0 Dec 3, 2025 GO-2023-1901 GO-2023-1901: Pipelines do not validate child UIDs in github.com/tektoncd/pipeline v1.6.0 Oct 30, 2025 GO-2023-1901 GO-2023-1901: Pipelines do not validate child UIDs in github.com/tektoncd/pipeline Changes in this version + const CacheParam + func Get(ctx context.Context) *resolverCache + func GetFromCacheOrResolve(ctx context.Context, params []v1.Param, resolverType string, resolve resolveFn) (resolutionframework.ResolvedResource, error) + func ShouldUse(ctx context.Context, resolver ImmutabilityChecker, params []v1.Param, ...) bool + func Validate(cacheMode string) error + type CacheConfigStore struct + func NewCacheConfigStore(cacheConfigName string, logger configmap.Logger) *CacheConfigStore + func (store *CacheConfigStore) GetResolverConfig() *Config + func (store *CacheConfigStore) ToContext(ctx context.Context) context.Context + func (store *CacheConfigStore) WatchConfigs(w configmap.Watcher) + type Clock interface + Now func() time.Time + type Config struct + MaxSize int + TTL time.Duration + func NewConfigFromConfigMap(cm *corev1.ConfigMap) (*Config, error) + type ImmutabilityChecker interface + IsImmutable func(params []v1.Param) bool