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
Copy file name to clipboardExpand all lines: docs/en/overview/release_notes.mdx
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,38 @@ The following table shows the compatibility and support matrix between the `Alau
28
28
29
29
### New and Optimized Features
30
30
31
+
**Task and Pipeline Management **
32
+
33
+
- 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.
45
+
46
+
**Trigger**
47
+
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.
50
+
51
+
**CLI**
52
+
53
+
- In this release, support for the ClusterTask object has been removed from the CLI.
54
+
55
+
### Breaking Changes
56
+
57
+
- Support for the ClusterTask object has been removed in this release.
0 commit comments