Skip to content

Commit

Permalink
Apply Nofar's review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dewan-ahmed committed Feb 28, 2025
1 parent c1dcde0 commit f72f8b9
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions release-notes/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,32 @@ For more information see [Google Container Registry deprecation notice](https://

<!-- 2025-02-24 -->

#### New features and enhancements

- For Kubernetes infrastructure, CI pipeline now logs container names alongside step names in the **Initialize step** for better visibility. (CI-14809)
- Added support for shell as a run-time input in the Run-step. (CI-15390)
- CI stage now applies image pull policy from the nearest Project/Org/Account-level config for Kubernetes Infrastructure. (CI-15614)
- Added option to run **Clone Codebase** in a containerless step for VM and Cloud infra, available through the `CI_GIT_CLONE_CONTAINERLESS` feature flag. This is particularly useful for Windows builds due to the large image size required for pull. (CI-15756) (ZD-73794, ZD-76234)

#### Fixed issues

- Fixed private registry configuration in the Build Intelligence step container of the default Harness image connector. The container entrypoint is now correctly pulled from the specified private registry instead of DockerHub, ensuring compatibility with air-gapped environments. (ZD-76651, 76970, 77190, 78321, CI-15799)
- Fixed an issue where Azure DevOps status did not reflect the pipeline link. The pipeline link is now correctly displayed in Azure DevOps status updates. (CI-16156, ZD-77790)
- Added logic to ignore or remove unsupported cloud storage connectors for caching (Build Intelligence, Cache Intelligence), resolving issues with pipeline execution failures. (ZD-78127, CI-16265)
- Fixed an issue where execution would fail if a Cloud Storage Connector with an unsupported authentication method was used in Default Settings for the Caching Intelligence features. Now, instead of failing, execution will proceed, but Intelligence features relying on these settings will be disabled. (ZD-78127, CI-16265)
- Fixed issue with Azure Repos where cloning with tags was not working due to unsupported Azure content list API for tags. (ZD-78432, CI-16298)
- For Windows builds, fixed an issue with **Build Intelligence** in **Run** steps where **Auto-Injection** binaries were being injected without the necessary Linux condition, causing errors during execution. (ZD-78560, 78564, CI-16318)
- Fixed an issue where Build Intelligence was enabled when running on Windows in Kubernetes, which is currently unsupported. Build Intelligence configuration will no longer be injected into Windows environments, preventing errors during execution. (ZD-78560, 78564, CI-16318)
- Fixed issue with GCP connector under "Save cache to GCS" when used as a runtime input, where Docker connectors were incorrectly listed instead of GCP connectors. (CI-16347, ZD-78363)

#### New features and enhancements

- CI pipeline now logs container names alongside step names in the **Initialize step** for better visibility, particularly for Kubernetes infrastructure. (CI-14809)
- Added support for shell as a run-time input in the Run-step. (CI-15390)
- CI stage now applies image pull policy from the nearest Project/Org/Account-level config for Kubernetes Infrastructure. (CI-15614)
- Added option to run **Clone Codebase** in a containerless step for VM and Cloud infra, available through the `CI_GIT_CLONE_CONTAINERLESS` feature flag. This is particularly useful for Windows builds due to the large image size required for pull. (CI-15756) (ZD-73794, ZD-76234)

#### Harness images updates

| **Image** | **Change** | **Previous version** | **New Version** |
| ------------------------ | ----------------------------------------------- | -------------------- | --------------- |
| `plugins/drone-s3` | Vulberability fixes | 1.5.0 | 1.5.1 |
| `harness/ci-addon` | Changes described in fixed issues list | 1.16.73 | 1.16.74.1 |
| `harness/ci-lite-engine` | Changes described in fixed issues list | 1.16.73 | 1.16.74.1 |
| `harness/drone-git` | Changes described in fixed issues list | 1.6.6-rootless | 1.6.7-rootless |
| `cacheS3Config` | Changes described in fixed issues list | v1.9.0 | v1.9.1 |
| `cacheGCSConfig` | Changes described in fixed issues list | v1.9.0 | v1.9.1 |

### Version 1.67

Expand Down

0 comments on commit f72f8b9

Please sign in to comment.