From 3d2584348b669f57f4ece9b4656b6fa4a170fcc1 Mon Sep 17 00:00:00 2001 From: Dewan Ahmed Date: Tue, 9 Sep 2025 16:26:06 -0300 Subject: [PATCH 1/2] CI 1.96 RN --- release-notes/continuous-integration.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/release-notes/continuous-integration.md b/release-notes/continuous-integration.md index bdbee87f3b9..f09a6dd3def 100644 --- a/release-notes/continuous-integration.md +++ b/release-notes/continuous-integration.md @@ -1,7 +1,7 @@ --- title: Continuous Integration release notes sidebar_label: Continuous Integration -date: 2025-09-02T10:00 +date: 2025-09-09T10:00 sidebar_position: 10 --- @@ -50,6 +50,16 @@ Check out [Harness Cloud VM Images Docs](/docs/platform/references/harness-cloud ## September 2025 +### Version 1.96 + + +#### New features and enhancements +- Test Intelligence now supports installing the Python agent within a virtual environment, allowing customers to execute their tests inside their own venvs. (CI-17484) + +#### Fixed issues +- Fixed a regression in the CD container step group where secrets (such as LDAP passwords and OIDC tokens) were exposed in logs and container executions. Masking now works correctly across all log occurrences when the `CI_ENABLE_EXTRA_CHARACTERS_SECRETS_MASKING` feature flag is enabled. (CI-18814, ZD-91214, ZD-91245) +- Fixed an issue where the feature flag `CI_DYNAMIC_BRANCH_SELECTOR` could not be enabled on SMP. The backend has been updated to support enabling this flag. (ZD-91773, CI-18921) + ### Version 1.95 From 6c5477522c8974072752f9a9d0169ab902895573 Mon Sep 17 00:00:00 2001 From: Dewan Ahmed Date: Wed, 10 Sep 2025 16:48:57 -0300 Subject: [PATCH 2/2] Add image updates for 1.96 RN --- release-notes/continuous-integration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes/continuous-integration.md b/release-notes/continuous-integration.md index f09a6dd3def..8b35595fc9e 100644 --- a/release-notes/continuous-integration.md +++ b/release-notes/continuous-integration.md @@ -60,6 +60,13 @@ Check out [Harness Cloud VM Images Docs](/docs/platform/references/harness-cloud - Fixed a regression in the CD container step group where secrets (such as LDAP passwords and OIDC tokens) were exposed in logs and container executions. Masking now works correctly across all log occurrences when the `CI_ENABLE_EXTRA_CHARACTERS_SECRETS_MASKING` feature flag is enabled. (CI-18814, ZD-91214, ZD-91245) - Fixed an issue where the feature flag `CI_DYNAMIC_BRANCH_SELECTOR` could not be enabled on SMP. The backend has been updated to support enabling this flag. (ZD-91773, CI-18921) +#### Harness images updates + +| **Image** | **Change** | **Previous version** | **New Version** | +| ------------------------ | ------------------------------------------------ | -------------------- | --------------- | +| `harness/ci-lite-engine` | Version upgrade for Jira. | 1.17.2 | 1.17.3 | +| `harness/ci-addon` | Version upgrade for Jira. | 1.17.2 | 1.17.3 | + ### Version 1.95