You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added Task lifecycle management capabilities in the Task view, facilitating centralized control over the full lifecycle of Tasks.
34
-
- Expanded Task type support with new Python Task and Pytest Task.
35
-
- Provided a generic Python Pipeline template to simplify the creation process of Python-related Pipelines.
36
-
- Added cache mounting capability to the `run-script` Task, supporting cache storage configuration via Workspace.
37
-
- Improved UI interaction experience: When creating Tasks or Pipelines via the UI, there is no need to explicitly specify the Namespace in the YAML; the system will automatically handle namespace configuration.
38
-
- Pipelines now supports the use of parameter substitution syntax (e.g., `$(params.strategy)`) in the `onError` field, enabling users to dynamically define error-handling strategies through Pipeline parameters, execution context, or Task results.
39
-
40
-
**Results**
41
-
42
-
- Added support for configuring custom database credentials in TektonConfig, eliminating dependency on the default username and password from the default PostgreSQL secret.
43
-
- New response field filtering and partial response features in the Results API: Allows specifying fields to be included in API responses, reducing data transfer volume, optimizing response latency and I/O performance for List operations, and improving network efficiency.
44
-
- Extended log integration capabilities: Results can now retrieve data from Splunk.
34
+
- With this update, Helm application management capabilities are integrated, including:
35
+
- Package or Push a Helm Chart to an OCI Registry.
36
+
- Deploy or Upgrade from an OCI-hosted Helm Chart.
37
+
- Deploy or Upgrade from Helm Charts in Git Repo.
38
+
- With this update, when creating a `PipelineRun` on the UI, preview of `Pipeline` resources is supported.
45
39
46
40
**Trigger**
47
41
48
-
-Allowed users to configure custom `securityContext` in the EventListener resource specification to meet personalized security requirements.
49
-
-Added support for including the `imagePullSecrets` field in EventListener objects, simplifying the configuration of credentials for pulling images from private repositories.
42
+
-With this update, `TriggerTemplate` supports selecting `Pipeline` from `Hub` as the triggering resource.
43
+
-With this update, `TriggerTemplate` that specifies `PipelineRun` as the resource supports direct execution.
50
44
51
-
**CLI**
45
+
**Hub**
52
46
53
-
-In this release, support for the ClusterTask object has been removed from the CLI.
47
+
-With this update, it is supported to customize the `Catalog` in the `Hub` and allow registration of custom `Pipeline` or `Task` in the `Hub`.
54
48
55
49
### Breaking Changes
56
50
57
-
- Support for the ClusterTask object has been removed in this release.
0 commit comments