Skip to content

Commit 07f1049

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/tektoncd-operator on bb7c01056026d443aeb7fe2157ca26c42bdc9dcb
Source: docs: refine release notes for v4.10 (#1669) Author: zhoub Ref: refs/heads/main Commit: bb7c01056026d443aeb7fe2157ca26c42bdc9dcb This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/tektoncd-operator/commit/bb7c01056026d443aeb7fe2157ca26c42bdc9dcb 🤖 Synced on 2026-04-13 09:20:52 UTC
1 parent 2c40637 commit 07f1049

6 files changed

Lines changed: 44 additions & 65 deletions

File tree

‎.github/SYNC_INFO.md‎

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

3-
- **Last synced**: 2026-04-13 04:06:41 UTC
3+
- **Last synced**: 2026-04-13 09:20:52 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [aa1f835bdc8298d20b257e9d62f36c3cdcff0555](https://github.com/alaudadevops/tektoncd-operator/commit/aa1f835bdc8298d20b257e9d62f36c3cdcff0555)
5+
- **Source commit**: [bb7c01056026d443aeb7fe2157ca26c42bdc9dcb](https://github.com/alaudadevops/tektoncd-operator/commit/bb7c01056026d443aeb7fe2157ca26c42bdc9dcb)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#191](https://github.com/alaudadevops/tektoncd-operator/actions/runs/24325163172)
7+
- **Workflow run**: [#192](https://github.com/alaudadevops/tektoncd-operator/actions/runs/24335704415)
88

99
## Files synced:
1010
- docs/

‎docs/en/overview/release_notes.mdx‎

Lines changed: 34 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ The following table shows the compatibility and support matrix between the `Alau
3434
| 4.1.x | 0.65.x | 0.30.x | 0.39.x | 0.23.x | 1.19.x | 0.14.x | | | | 4.0, 4.1 |
3535
| 4.0.x (LTS) | 0.65.x | 0.30.x | 0.39.x | 0.23.x | 1.19.x | 0.13.x | | | | 4.0, 4.1, 4.2, 4.3 |
3636

37+
The following table shows the recommended version mapping between `Alauda DevOps Pipelines` and `Alauda DevOps Connectors`.
38+
39+
| Alauda DevOps Pipelines Version | Recommended Alauda DevOps Connectors Version |
40+
| :--- | :--- |
41+
| 4.10.x (LTS) | >= 1.10 |
42+
| 4.8.x | >= 1.7 |
43+
| 4.7.x | >= 1.7 |
44+
| 4.6.x (LTS) | >= 1.6 |
45+
3746
## Channel mapping
3847

3948
| Version Type | Channel Mapping | Default |
@@ -49,65 +58,31 @@ For details about channel behavior and upgrade targeting, see [Upgrade Path](../
4958

5059
**Pipelines**
5160

52-
- The `Maven` Task v0.6 is now available. This release updates the default certificate file name for the `CERT_PATH` parameter from `ca.cert` to `ca.crt`. Version v0.5 remains supported, and migration is optional. See the example below for migration guidance.
53-
54-
**v0.5 → v0.6**
55-
56-
```yaml
57-
# Before (v0.5)
58-
...
59-
taskRef:
60-
...
61-
- name: version
62-
value: "0.5"
63-
...
64-
params:
65-
- name: CERT_PATH
66-
value: $(workspaces.cert.path)/ca.cert
67-
```
68-
69-
```yaml
70-
# After (v0.6)
71-
...
72-
taskRef:
73-
...
74-
- name: version
75-
value: "0.6"
76-
...
77-
params:
78-
- name: CERT_PATH
79-
value: $(workspaces.cert.path)/ca.crt
80-
```
81-
82-
- The `SonarQube Scanner` Task v0.6 is now available. This release updates the default certificate file name for the `CERT_PATH` parameter from `ca.cert` to `ca.crt`. Version v0.5 remains supported, and migration is optional. See the example below for migration guidance.
83-
84-
**v0.5 → v0.6**
85-
86-
```yaml
87-
# Before (v0.5)
88-
...
89-
taskRef:
90-
...
91-
- name: version
92-
value: "0.5"
93-
...
94-
params:
95-
- name: CERT_PATH
96-
value: $(workspaces.sonar-certificate.path)/ca.cert
97-
```
98-
99-
```yaml
100-
# After (v0.6)
101-
...
102-
taskRef:
103-
...
104-
- name: version
105-
value: "0.6"
106-
...
107-
params:
108-
- name: CERT_PATH
109-
value: $(workspaces.sonar-certificate.path)/ca.crt
110-
```
61+
- With this update, catalog Task and Pipeline versions are upgraded. In these versions, tool image defaults are pinned to fixed tags, and some deprecated parameter fields are removed. Previous versions remain available and can continue to be used, but users are recommended to migrate to the new versions as early as possible. For detailed change descriptions, refer to the Task and Pipeline READMEs.
62+
63+
**Task Version Upgrades**
64+
65+
| Task | Version Upgrade Path |
66+
| :--- | :--- |
67+
| `Buildah` | `v0.9 -> v0.10` |
68+
| `Helm Chart Build Push` | `v0.1 -> v0.2` |
69+
| `Cosign` | `v0.1 -> v0.2` |
70+
| `Git CLI` | `v0.4 -> v0.5` |
71+
| `Git Clone` | `v0.9 -> v0.10` |
72+
| `Merge Image` | `new -> v0.2` |
73+
| `Pytest` | `v0.2 -> v0.3` |
74+
| `Python` | `v0.1 -> v0.2` |
75+
| `Syft` | `v0.1 -> v0.2` |
76+
| `Trivy Scanner` | `v0.4 -> v0.5` |
77+
| `Maven` | `v0.5 -> v0.6` |
78+
| `SonarQube Scanner` | `v0.5 -> v0.6` |
79+
80+
**Pipeline Version Upgrades**
81+
82+
| Pipeline | Version Upgrade Path |
83+
| :--- | :--- |
84+
| `Java Image Build Scan Deploy` | `v0.1 -> v0.2` |
85+
| `Python Image Build Scan Deploy` | `v0.1 -> v0.2` |
11186
- With this update, a new `Helm Upgrade` Task is added to support pulling a specific chart version from an OCI repository and deploying or updating Helm applications directly from a Git source directory.
11287
- With this update, a new `Helm Chart Build Push` Task is added to package Helm charts from a directory and push them to an OCI registry by using Helm and ORAS.
11388
- With this update, a new `Golang` Task is added to support Golang build, test, lint, dependency caching, and test result collection.

‎docs/en/pipelines/permissions.mdx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
weight: 80
33
---
44

5+
# Permission Description
6+
57
<K8sPermissionTable functions={['devopsv4-tekton-pipelines', 'devopsv4-tekton-pipelines-admin', 'devopsv4-tekton-cluster-admin']} />

‎docs/en/pipelines/trouble_shooting/index.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ i18n:
77
title: Trouble Shooting
88
---
99

10-
# Trouble Shooting
10+
# Troubleshooting
1111

1212
<Overview />

‎docs/en/pruner/trouble_shooting/index.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ i18n:
77
title: Trouble Shooting
88
---
99

10-
# Trouble Shooting
10+
# Troubleshooting
1111

1212
<Overview />
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
weight: 80
2+
weight: 110
33
sourceSHA: 80a7ecd66cd9ce5252ddc1a40ce65ee072b136b380fa43cd5b062ff6face24ae
44
---
55

6+
# Permission Description
7+
68
<K8sPermissionTable functions={['devopsv4-tekton-results', 'devopsv4-tekton-results-admin', 'devopsv4-tekton-cluster-admin']} />

0 commit comments

Comments
 (0)