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
- With this update, retrying an executed `PipelineRun` now supports custom `Parameters` and `Workspaces`.
36
-
- With this update, triggering a `PipelineRun` supports using a `Connector` as a workspace.
37
-
- With this update, `Maven` Task supports importing CA certificates or ignoring certificate verification.
38
-
- With this update, the order of resources in the UI navigation bar has been optimized, and some UI text has been adjusted.
36
+
- With this update, `Pipeline` execution now supports manual approval functionality, allowing users to set approval checkpoints during pipeline execution.
37
+
- With this update, `Pipelines` support custom execution output, enabling users to customize `Task` execution output to `PipelineRun`/`TaskRun` details. Additionally, built-in execution information output is now available for `SonarQube`/`Pytest`/`Buildah``Tasks` in the execution details.
38
+
- With this update, dynamic form configuration is now supported, allowing users to declaratively configure interactive forms for `Pipeline` and `Task` resources, providing a user-friendly parameter configuration experience without writing frontend code.
39
+
- With this update, `Task` image addresses support dynamic selection, enabling users to flexibly select or configure tool images used by tasks as needed.
40
+
- With this update, `Cosign`, `Syft`, and `Trivy` tasks now support processing multiple images simultaneously.
41
+
- With this update, the `Maven Task` supports appending custom CA certificates to the JDK default truststore (rather than overwriting), and provides flexible configuration parameters such as certificate path and keystore password, ensuring compatibility between private repository and public resource access.
39
42
40
43
**Trigger**
41
44
42
-
- With this update, `Trigger` supports `TriggerTemplate` as a target resource.
45
+
- With this update, `ScheduledTriggers` are now supported, allowing users to configure pipelines to execute automatically at regular intervals based on Cron expressions.
46
+
- With this update, image trigger functionality is now supported, such as automatically triggering pipeline execution when container images are pushed to the registry.
47
+
- With this update, `EventListener` supports automatic generation of `WebHook` listener domains, simplifying the Webhook configuration process.
48
+
49
+
**Pipelines as Code**
50
+
51
+
- With this update, `Pipelines-as-Code` now supports integration with `GitLab`, allowing users to implement pipeline-as-code using GitLab repositories.
0 commit comments