Skip to content

Commit 76c4baa

Browse files
author
edge-katanomi-app2[bot]
committed
📚 Sync docs from alaudadevops/connectors-operator on b339beff39412f909493222296b2399413c65c28
Source: docs: change pipelines docs version to 4.6 (#481) (#487) Author: edge-katanomi-app2[bot] Ref: refs/heads/main Commit: b339beff39412f909493222296b2399413c65c28 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: https://github.com/alaudadevops/connectors-operator/commit/b339beff39412f909493222296b2399413c65c28 🤖 Synced on 2025-12-24 07:22:04 UTC
1 parent 2ad2e87 commit 76c4baa

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

‎.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**: 2025-12-22 07:01:48 UTC
3+
- **Last synced**: 2025-12-24 07:22:03 UTC
44
- **Source repository**: alaudadevops/connectors-operator
5-
- **Source commit**: [bd10d9fd68bee4f86747df54f09aafd69371233e](https://github.com/alaudadevops/connectors-operator/commit/bd10d9fd68bee4f86747df54f09aafd69371233e)
5+
- **Source commit**: [b339beff39412f909493222296b2399413c65c28](https://github.com/alaudadevops/connectors-operator/commit/b339beff39412f909493222296b2399413c65c28)
66
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#76](https://github.com/alaudadevops/connectors-operator/actions/runs/20424446444)
7+
- **Workflow run**: [#78](https://github.com/alaudadevops/connectors-operator/actions/runs/20480879821)
88

99
## Files synced:
1010
- docs/

‎docs/en/overview/lifecycle_policy.mdx‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ weight: 30
88

99
Below is the lifecycle timeline for released versions of the `Alauda DevOps Connectors` operator:
1010

11-
| Version | Release Date | End of Support |
12-
| ------- | ------------ | -------------- |
13-
| v1.6.z | 2025-12-19 | 2026-04-19 |
14-
| v1.4.z | 2025-10-15 | 2026-02-15 |
15-
| v1.2.z | 2025-08-27 | 2025-12-27 |
16-
| v1.1.z | 2025-07-15 | 2025-11-15 |
17-
| v1.0.z | 2025-04-08 | 2025-07 |
18-
11+
| Version | Release Date | End of Support |
12+
| ------------ | ------------ | -------------- |
13+
| v1.6.z (LTS) | 2025-12-25 | 2026-12-25 |
14+
| v1.4.z | 2025-10-15 | 2026-02-15 |
15+
| v1.2.z | 2025-08-27 | 2025-12-27 |
16+
| v1.1.z | 2025-07-15 | 2025-11-15 |
17+
| v1.0.z | 2025-04-08 | 2025-07 |
1918

2019
## Release Policy
2120

‎docs/en/overview/release_notes.mdx‎

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ i18n:
66
title: Release Notes
77
---
88

9-
109
# Release Notes
1110

1211
::: tip
13-
The maintenance period for version **v1.2.z** is from August 22, 2025 to December 22, 2025.
12+
The maintenance period for version **v1.6.z** is from December 25, 2025 to December 25, 2026.
1413
:::
1514

1615
## Compatibility and support matrix
@@ -19,14 +18,14 @@ The following table shows the compatibility and support matrix between the Alaud
1918

2019
| Alauda DevOps Connectors Operator Version | ACP Version |
2120
| ----------------------------------------- | ----------- |
22-
| v1.6.0 | v4.2, v4.1 |
21+
| v1.6.0 (LTS) | v4.2, v4.1 |
2322
| v1.4.0 | v4.1, v4.0 |
2423
| v1.2.1 | v4.1, v4.0 |
2524
| v1.1.0 | v4.1, v4.0 |
2625
| v1.0.8 | v4.0 |
2726
| v1.0.4 | v4.0 |
2827

29-
## v1.6.0
28+
## v1.6.0 (LTS)
3029

3130
### Features and Enhancements
3231

@@ -42,8 +41,12 @@ The following table shows the compatibility and support matrix between the Alaud
4241
**ResourceInterface for Pipeline Integration**
4342

4443
- Provides out-of-the-box definitions for `GitCodeRepository`, `OCIArtifact`, and `MavenArtifact` resources, enabling seamless integration of external resources (Git repositories, OCI artifacts, Maven artifacts) into TektonCD pipelines through a unified UI interface. For more details, see
45-
* [ResourceInterface](../connectors/concepts/resource_interface.mdx)
46-
* <ExternalSiteLink name="pipelines" href="/pipelines/concepts/integrate_with_connector.html" children="Pipeline Integration" />
44+
- [ResourceInterface](../connectors/concepts/resource_interface.mdx)
45+
- <ExternalSiteLink
46+
name="pipelines"
47+
href="/pipelines/concepts/integrate_with_connector.html"
48+
children="Pipeline Integration"
49+
/>
4750
- Support Dynamic Form in ResourceInterface for Pipeline Integration. For more details, see [ResourceInterface Dynamic Form](../connectors/concepts/resource_interface.mdx#dynamic-form).
4851

4952
**Connector API Enhancement**
@@ -142,6 +145,7 @@ The OCI connector image address format has been updated to provide better namesp
142145
**New Format**: `connector.connector-ns.svc.cluster.local/namespaces/<connector-ns>/connectors/<connector-name>`
143146

144147
**Affected Scenarios**:
148+
145149
- **[Building Images Using OCI Connector in K8S Job](../connectors-oci/how_to/using_oci_connector_in_k8s_job.mdx)**: Image address changed from `c-harbor.default.svc.cluster.local/test/demo:v1` to `harbor.default.svc.cluster.local/namespaces/oci-connector-demo/connectors/oci-connector/test/demo:v1`
146150
- **[Building Images Using OCI Connector in Tekton Pipeline](../connectors-oci/how_to/using_oci_connector_reverse_proxy_in_tekton_pipeline.mdx)**: Image address changed from `c-harbor.default.svc.cluster.local/test/demo:v1` to `harbor.default.svc.cluster.local/namespaces/oci-connector-demo/connectors/oci-connector/test/demo:v1`
147151

@@ -192,7 +196,6 @@ Out-of-the-box support:
192196

193197
Connectors also provide extensibility for custom connectors through the API and custom connectors implementation.
194198

195-
196199
### Fixed Issues
197200

198201
{/* release-notes-for-bugs?template=fixed&project=DEVOPS&version=v1.0.4 */}

0 commit comments

Comments
 (0)