Release Notes

Tip

The maintenance period for version v1.10.z (LTS) is from Apr 30, 2026 to Apr 30, 2027.

Compatibility and support matrix

The following table shows the compatibility and support matrix between the Alauda DevOps Connectors operator and ACP versions.

Alauda DevOps Connectors Operator VersionACP Version
v1.10.0 (LTS)v4.3, v4.2, v4.1, v4.0
v1.9.0v4.2, v4.1, v4.0
v1.8.0v4.2, v4.1, v4.0
v1.7.0v4.2, v4.1, v4.0
v1.6.0 (LTS)v4.2, v4.1, v4.0
v1.4.0v4.1, v4.0

v1.10.0 (LTS)

Features and Enhancements

New Connectors

Permission and Access Control

  • Added an additional connectors/apis permission validation for Connector API access.
    • When enable-connector-apis-permissions is enabled, the system performs an additional connectors/apis permission check for Connectors API requests that browse tool data. This change separates Connector discovery from actual Connector API usage.
    • For more details, see Connectors Permission Model and Connector API.
  • Added an additional connectors/proxy permission validation for Connectors Proxy access.
    • When enable-connector-proxy-permissions is enabled, the system performs an additional connectors/proxy permission check before workloads or CLIs use proxy-based Connector access. This change separates Connector discovery from actual runtime use.
    • For more details, see Connectors Permission Model and Connectors Proxy.
  • Added approval-gated access control for protected Connectors Proxy usage.
    • When enable-connectors-approval is enabled together with enable-connector-proxy-permissions, administrators can use AccessPolicy and AccessRequest to require approval before a workload is allowed to use protected Connector proxy access.
    • For more details, see Connectors Approval & Permission Gating.
  • Added ACP platform roles for AccessPolicy and AccessRequest resources, so approval resources follow the expected platform, project, and namespace permission model.

Feature Flag Management

  • Support declarative feature flag configuration through the ConnectorsCore CR spec.featureFlags field. CR values override manifest defaults during reconciliation, eliminating the need to manually edit the connectors-config ConfigMap. For more details, see Feature Flags.

Harbor Connector Enhancements

  • Support mounting harbor-cli-config from Harbor Connector so workloads can use harbor-cli through the connector proxy without exposing the original Harbor credential. More details:
  • Provide the harbor-connector-automatic-creation Tekton Task to automate Harbor connector initialization and credential refresh for Alauda Container Platform tenants and namespaces. More details:

Custom CA Certificates

  • Support custom CA certificates for Connectors that target tools served by an internal or private Certificate Authority (CA), preserving TLS verification instead of disabling it. When the enable-custom-ca-certs feature flag is enabled, administrators can register cluster-wide CA bundles via labeled Secrets in the system namespace and Connector authors can additionally provide a per-Connector CA via spec.caCertSecretRef. The resulting trust pool is additive (system + global + per-connector) and load status is surfaced through the informational CACertReady condition. More details:

Other Enhancements

  • Add ca.crt to the Connectors-CSI built-in configuration as a replacement for ca.cert.
  • When CSI approval is rejected, the driver now mounts a .error.json file (google.rpc.Status JSON) instead of blocking the Pod, allowing the workload to fail promptly. For more details, see Connectors Approval.

Deprecation Notice

Security updates

Updated base images, dependencies, and resolved security vulnerabilities

Breaking Changes

  • The Maven ResourceInterface has been renamed from MavenArtifact to MavenRepository. The groupId, artifactId, and version parameters have been removed; the ResourceInterface now exposes a single repository attribute derived from the Connector address. Existing pipelines that reference the old MavenArtifact ResourceInterface or its removed parameters need to be updated.

Fixed Issues

No issues in this release.

Known Issues

No issues in this release.

v1.9.0

Features and Enhancements

  • Support Multiple Connectors in Connectors CSI Driver.
  • Support permission control for Connectors Proxy capabilities via AccessPolicy.
  • Security updates: Updated base images, dependencies, and resolved security vulnerabilities

Breaking Changes

Fixed Issues

No issues in this release.

Known Issues

No issues in this release.

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-config configuration to OCI and Harbor ConnectorClasses. The legacy docker-config(oci) and config(harbor) configuration is now deprecated but remains functional for backward compatibility. It will be removed in a future release. When mounting Connector configurations, use registry-config instead of docker-config or config.
  • Added registry-config workspace to OCIArtifact and HarborOCIArtifact ResourceInterfaces. The legacy docker-credentials workspace 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

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

ResourceInterface for Pipeline Integration

  • 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
  • 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

OCI Connector Forward Proxy

CSI Driver Built-in Configurations

  • Connectors CSI Driver provides built-in configuration files that are always mounted into Pods. For more details, see Built-in Configurations.

Other Enhancements

Breaking Changes

  • Remove the input.xxx variable from spec.auth.types[].generator.rego. Use input.data.xxx instead.

Fixed Issues

No issues in this release.

Known Issues

No issues in this release.