Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI 1.68 RN. #9553

Merged
merged 3 commits into from
Feb 28, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion release-notes/continuous-integration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Continuous Integration release notes
sidebar_label: Continuous Integration
date: 2025-02-21T10:00
date: 2025-02-28T10:00
sidebar_position: 10
---

Expand Down Expand Up @@ -77,6 +77,32 @@ To ensure uninterrupted service, we recommend completing these updates by April
For more information see [Google Container Registry deprecation notice](https://cloud.google.com/container-registry/docs/deprecations/container-registry-deprecation).
:::

### Version 1.68

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

#### Fixed issues

- Fixed private registry configuration in 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 connectors (IAM on delegate or IRSA for AWS and GCS connectors), resolving pipeline execution failures. (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)
- Fixed issue with Build Intelligence in run steps where auto-binaries were being injected without the necessary Linux condition, causing 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 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. (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 |

### Version 1.67

<!-- 2025-02-17 -->
Expand Down