Skip to content

Commit 33e8fb6

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on b2a7119ab75231d5dd9f04ff3ef836825a5e6c27
Source: update 4.2.0 release notes. (#320) Author: tik-seven Ref: refs/heads/main Commit: b2a7119ab75231d5dd9f04ff3ef836825a5e6c27 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@b2a7119 🤖 Synced on 2025-08-11 08:21:47 UTC
1 parent 513f17c commit 33e8fb6

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-08-07 12:50:53 UTC
3+
- **Last synced**: 2025-08-11 08:21:47 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [3d4ea96df7bd1fa1982ee3b3afc37407abf04019](https://github.com/alaudadevops/tektoncd-operator/commit/3d4ea96df7bd1fa1982ee3b3afc37407abf04019)
6-
- **Triggered by**: yuzichen12123
7-
- **Workflow run**: [#31](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16804981723)
5+
- **Source commit**: [b2a7119ab75231d5dd9f04ff3ef836825a5e6c27](https://github.com/alaudadevops/tektoncd-operator/commit/b2a7119ab75231d5dd9f04ff3ef836825a5e6c27)
6+
- **Triggered by**: tik-seven
7+
- **Workflow run**: [#32](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16874693446)
88

99
## Files synced:
1010
- docs/

‎docs/en/overview/release_notes.mdx‎

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,38 @@ The following table shows the compatibility and support matrix between the `Alau
2828

2929
### New and Optimized Features
3030

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.
58+
3159
### Fixed Issues
3260

33-
{/* release-notes-for-bugs?template=fixed&project=DEVOPS&version=v4.2(next) */}
61+
{/* release-notes-for-bugs?template=fixed&project=DEVOPS&version=v4.2.0 */}
3462

3563
### Known Issues
3664

37-
{/* release-notes-for-bugs?template=unfixed&project=DEVOPS&version=v4.2(next) */}
65+
{/* release-notes-for-bugs?template=unfixed&project=DEVOPS&version=v4.2.0 */}

0 commit comments

Comments
 (0)