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
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
+
37
46
## Channel mapping
38
47
39
48
| Version Type | Channel Mapping | Default |
@@ -49,65 +58,31 @@ For details about channel behavior and upgrade targeting, see [Upgrade Path](../
49
58
50
59
**Pipelines**
51
60
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.
- 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`|
111
86
- 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.
112
87
- 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.
113
88
- With this update, a new `Golang` Task is added to support Golang build, test, lint, dependency caching, and test result collection.
0 commit comments