Release Notes
The maintenance period for version v1.8.z is from February 13, 2026 to June 13, 2026.
TOC
Compatibility and support matrixv1.8.0Features and EnhancementsBreaking ChangesFixed IssuesKnown Issuesv1.7.0Features and EnhancementsBreaking ChangesFixed IssuesKnown Issuesv1.6.0 (LTS)Features and EnhancementsBreaking ChangesFixed IssuesKnown Issuesv1.4.0Features and EnhancementsBreaking ChangesFixed IssuesKnown IssuesCompatibility and support matrix
The following table shows the compatibility and support matrix between the Alauda DevOps Connectors operator and ACP versions.
v1.8.0
Features and Enhancements
- Connectors Core Capabilities and existing connectors (Git, OCI, Maven, PyPI, NPM, Kubernetes) have been promoted to Beta maturity level. For more details, see Feature Maturity.
- Add performance description and tuning guide to the documentation. For more details, see Performance Guide.
Deprecation Notice
- Added
registry-configconfiguration to OCI and Harbor ConnectorClasses. The legacydocker-config(oci)andconfig(harbor)configuration is now deprecated but remains functional for backward compatibility. It will be removed in a future release. When mounting Connector configurations, useregistry-configinstead ofdocker-configorconfig. - Added
registry-configworkspace to OCIArtifact and HarborOCIArtifact ResourceInterfaces. The legacydocker-credentialsworkspace is now deprecated but remains functional for backward compatibility. It will be removed in a future release.
Security updates
Updated base images, dependencies, and resolved security vulnerabilities
Breaking Changes
No breaking changes.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.
v1.7.0
Features and Enhancements
- Support integration with SonarQube and SonarCloud by using SonarQube Connector. more details:
- Support to deploy the Connectors system in a high availability (HA) configuration to ensure service continuity and fault tolerance. more details:
Breaking Changes
- When using the built-in forward proxy, proxy authentication information must be included.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.
v1.6.0 (LTS)
Features and Enhancements
More Connectors
- Support integration with GitLab Server by using GitLab Connector. more details:
- Support integration with NPM Registries by using NPM Connector. more details:
- Support integration with Harbor Registries by using Harbor Connector. more details:
ResourceInterface for Pipeline Integration
- Provides out-of-the-box definitions for
GitCodeRepository,OCIArtifact, andMavenArtifactresources, enabling seamless integration of external resources (Git repositories, OCI artifacts, Maven artifacts) into TektonCD pipelines through a unified UI interface. For more details, see - Support Dynamic Form in ResourceInterface for Pipeline Integration. For more details, see ResourceInterface Dynamic Form.
Connector API Enhancement
- Support accessing tool's original API through the Connector API when the ConnectorClass provides Proxy Service capabilities. The system now supports two ways to access tool resources: using the tool's original API via Proxy Service, or using custom APIs provided for the ConnectorClass. For more details, see Connector API.
ConnectorClass Customization Flexibility
- Support using Rego rules to extract tokens from client requests when using the built-in HTTP reverse proxy. Combined with the existing ability to inject authentication credentials into backend requests through Rego rules, you can now extend the built-in reverse proxy's capabilities to support tools with non-standard HTTP authentication mechanisms.
- For token extraction configuration, see Custom Rego-based Authentication.
- For authentication injection configuration, see Injecting Authentication Credentials into Backend Request when using built-in Reverse Proxy.
- Support using request variables in
spec.auth.types[].generator.regoto inject authentication credentials into backend requests. more details: Variables Available in Rego.
OCI Connector Forward Proxy
- OCI Connector supports using forward proxy for image operations. For more details, see OCI Connector Forward Proxy.
CSI Driver Built-in Configurations
Connectors CSI Driverprovides built-in configuration files that are always mounted into Pods. For more details, see Built-in Configurations.
Other Enhancements
- Add docs to explain credential permissions required for each connector. more details: Credential Permissions Required.
Breaking Changes
- Remove the
input.xxxvariable fromspec.auth.types[].generator.rego. Useinput.data.xxxinstead.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.
v1.4.0
Features and Enhancements
- Support integration with Maven and PyPI Registries by using Maven Connector and PyPI Connector. more details:
- Security updates: Updated base images, dependencies, and resolved security vulnerabilities
Breaking Changes
No breaking changes.
Fixed Issues
No issues in this release.
Known Issues
No issues in this release.