Delegate Release Notes (FirstGen)
These release notes document changes to Harness Delegate in Harness FirstGen.
Harness publishes security advisories for every release. Go to the Harness Trust Center to request access to the security advisories.
Harness deploys changes to Harness SaaS clusters on a progressive basis. This means the features and fixes that these release notes describe might not be immediately available in your cluster.
To identify the cluster that hosts your account, open Harness FirstGen, go to Account Settings, and then select Overview. The cluster is listed in Harness Cluster Hosting Account.
For FirstGen SaaS release notes, go to Harness SaaS Release Notes (FirstGen). For Self-Managed Enterprise Edition release notes, go to Self-Managed Enterprise Edition (FirstGen).
Latest - August 4, 2023, Harness version 80120, Harness Delegate version 80104
Deprecation notices
Helm 2
To safeguard your operations and protect against potential security vulnerabilities, Harness will launch an update to deprecate the Helm 2 binary from delegates with an immutable image type (image tag yy.mm.xxxxx
) later this month. For information on delegate types, go to Delegate image types.
Helm 2 was deprecated by the Helm community in November 2020 and is no longer supported by Helm. If you continue to maintain the Helm 2 binary on your delegate, it might introduce high and critical vulnerabilities and put your infrastructure at risk.
If your delegate is set to auto-upgrade, Harness will automatically remove the binary from your delegate. This will result in pipeline and workflow failures for services deployed via Helm 2.
If your development team still uses Helm 2, you can reintroduce the binary on the delegate. Harness is not responsible for any vulnerabilities or risks that might result from reintroducing the Helm 2 binary.
For more information about updating your delegates to reintroduce Helm 2, go to:
Contact Harness Support if you have any questions.
Kustomize 3.4.5
To safeguard your operations and protect against potential security vulnerabilities, Harness will launch an update to deprecate the Kustomize 3.4.5 binary from delegates with an immutable image type (image tag yy.mm.xxxxx
) on September 30, 2023. For information on delegate types, go to Delegate image types.
In place of Kustomize, Harness will use the kubectl
binary to conduct Kustomize operations. Recent enhancements (versions 1.14 and higher) have made the kubectl
binary fully capable of supporting Kustomize operations. For more information, go to Kustomization in the Kubernetes documentation.
If your delegate is set to auto-upgrade, Harness will automatically remove the binary from your delegate. This will result in pipeline and workflow failures for services that use Kustomize 3.4.5.
If your development team still uses Kustomize 3.4.5, you can reintroduce the binary on the delegate. Harness is not responsible for any vulnerabilities or risks that might result from reintroducing the Kustomize 3.4.5 binary.
For more information about updating your delegates to reintroduce Kustomize 3.4.5, go to:
Contact Harness Support if you have any questions.
- What's new
- Early access
- Fixed issues
- Hotfix release
This release does not include any new features.
This release does not include any new early access features.
Earlier, even though you could use the JAVA_OPTS
environment variable to specify JVM options for the delegate, you could not override the default JVM options that Harness used, namely -XX:MaxRAMPercentage=70.0
and -XX:MinRAMPercentage=40.0
. The option to override the defaults was unavailable because the value of JAVA_OPTS was prepended to the default JVM options. (PL-38839)
This issue has been fixed. The value of JAVA_OPTS is now appended to the default JVM options, thus allowing you to override the default options.
The current version does not include a hotfix release.
Previous releases
2023 releases
Hotfix version 79908
Google Cloud builds failed with the message Invalid Google Cloud Platform credentials
. (CDS-73352)
This issue is now fixed with a code enhancement to GCP build triggers integration to improve stability.
Currently, this feature is behind the feature flag, GCB_CI_SYSTEM
.
Hotfix version 79711
Google Cloud builds failed with the message Invalid Google Cloud Platform credentials
. (CDS-73352)
This issue is now fixed with a code enhancement to GCP build triggers integration to improve stability.
Currently, this feature is behind the feature flag, GCB_CI_SYSTEM
.
July 18, 2023 Harness version 79915, Harness Delegate version 79904
What's new
- The Universal Base Image Minimal used for the Harness Delegate has been upgraded to ubi8-minimal:8.8. This upgrade was necessitated by version 8.7 (ubi8-minimal:8.7) reaching end of life. (PL-39720)
Early access
Fixed issues
June 28, 2023, Harness version 79714, Harness Delegate version 79707
What's new
When a delegate token is revoked, Harness now sends
SELF_DESTRUCT
to all delegates that are using the revoked token. (PL-38957)Upgraded the delegate JRE to 11.0.19_7. (PL-37994)
Early access
This release does not include any new early access features.
Fixed issues
Kubernetes deployments timed out and failed when listing pods. (CDS-71328, ZD-45584)
This issue is fixed by modifying the delegate's Kubernetes API client timeout.
Harness Delegate uses Kubernetes Java client to make programmatic API calls to the Kubernetes server. The API client uses an OkHttp client whose default read timeout and connect timeout values are set to 120 and 60 seconds respectively. These values can be configured by using environment variables, modifying the delegate's container environment. The values must be specified in seconds.
The environment variables for these timeouts are:
- Read timeout:
K8S_API_CLIENT_READ_TIMEOUT
- Connect timeout:
K8S_API_CLIENT_CONNECT_TIMEOUT
- Read timeout:
Helm delegate installation failed in Self-Managed Enterprise Edition. (PL-39028)
This issue is fixed with a code enhancement. The
DELPOY_MODE
is now set toKUBERNETES_ONPREM
for Self-Managed Enterprise Edition Docker and Helm delegates.
June 9, 2023, Harness version 79514, Harness Delegate version 79503
What's new
Enhanced the application handling mechanism when the
HARNESS__STATUS__IDENTIFIER
environment variable is not set toACTIVE
. (CDS-68821)When the
HARNESS__STATUS__IDENTIFIER
environment variable is not set toACTIVE
for any of the releases of an application, Harness starts looking for the application that has the same name as the release name. This ensures that the correct active application is always picked in case theHARNESS__STATUS__IDENTIFIER
is removed.
Early access
This release does not include any new early access features.
Fixed issues
Helm execution failed with
KubernetesClientException
error. (CDS-70386, ZD-45051)The Kubernetes GET APIs returned a 400 bad request during steady state check. This was occurring when Harness used a fabric8 client with Kubernetes cluster version < 1.16, or when the feature flag,
HELM_STEADY_STATE_CHECK
is turned off.This issue is fixed.
May 23, 2023, Harness version 79306, Harness Delegate version 79307
Harness FirstGen release 79306 includes the following feature changes and fixes for the Harness Delegate.
What's new
This release does not include any new features.
Early access
This release does not include any new early access features.
Fixed issues
Executions were failing with
Canary failed: [Canary Deployment failed - NoSuchMethodError: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void <init>()' not found ]
error message. (CDS-68293, ZD-43753, ZD-43769)The Fabric8 library used by Harness is upgraded from version 5.x to 6.x. Harness was explicitly using snake.yaml version 2.x due to vulnerabilities present in the 1.x version.
Harness' usages of Fabric8 library were throwing the above mentioned because Fabric8 library version 5.12.1 uses the old snake.yaml library version 1.x.
Customers who were using the following were affected:
- FirstGen Kubernetes deployments that contain Istio's VirtualService/DestinationRule objects.
- FirstGen Traffic Split step.
- FirstGen Native Helm deployments with Kubernetes cluster version 1.16 or earlier.
- NextGen Kubernetes deployments that contain Istio's VirtualService/DestinationRule objects.
- NextGen Native Helm deployments with Kubernetes cluster version 1.16 or earlier.
This change does not create any behavioral changes.
Secret decryption failures were not included in logs. (PL-31517)
A code enhancement to return runtime errors from secret managers during decryption fixed this issue.
The org.json:json is upgraded from version 20160810 to 20230227 to address vulnerabilities. (PL-37905)
April 22, 2023, Harness version 79111, Harness Delegate version 79106
Harness FirstGen release 79111 includes the following feature changes and fixes for the Harness Delegate.
What's new
This release does not include any new features.
Early access
This release does not include any new early access features.
Fixed issues
This release includes the following fixes:
Updated legacy delegate images
kubectl
version to 1.25.8. (DEL-6087)Updated the error message for failed task execution to include the delegate host name or ID. (DEL-6187)
Removed the
DELEGATE_IMAGE_TAG
version override when immutable delegates are enabled. (DEL-6202)
March 23, 2023, Harness version 78817, Harness Delegate version 78705
Harness FirstGen release 78817 includes the following feature changes and fixes for the Harness Delegate.
What's new
Users can override the delegate image for their account using an endpoint. (DEL-6024)
Use the following endpoint:
/version-override/delegate-tag
Pass the arguments in query param:
1- accountIdentifier : String
2- delegate image tag : String
Optional arguments:
1- validTillNextRelease : Boolean
2- validForDays : int
Use an api-key with account edit permission in the API header.
Early access
This release does not include any new early access features.
Fixed issues
This release does not include any fixed issues.
March 15, 2023, Harness version 78712, Harness Delegate version 78705
Harness FirstGen release 78712 includes the following feature changes and fixes for the Harness Delegate.
What's new
This release does not include any new features.
Early access
This release does not include any new early access features.
Fixed issues
Upgraded org.codehaus.groovy:groovy to 3.0.15 to fix a vulnerability. (DEL-6015)
March 8, 2023, Harness version 78619, Harness Delegate version 78500
Harness FirstGen release 78619 includes the following feature changes and fixes for the Harness Delegate.
What's new
The secrets manager cache was moved from Redis to the Harness Manager's local pod. (DEL-5884)
This move further enhances security because the secrets manager configuration no longer goes outside of the Harness Manager's pod.
Harness Delegate task collections were migrated to a new database. (DEL-5831)
This migration is controlled through a configuration flag. For a period of time after the migration, any newly created tasks will have an ID with a - DEL suffix.
Early access
This release does not include any new early access features.
Fixed issues
API output includes a new field called Disconnected, which determines if a delegate is connected. (DEL-5995)
The Disconnected field is set to true if no heartbeat communications occur between the delegate and the Harness Manager for five minutes.
February 23, 2023, Harness version 78507, Harness Delegate version 78500
Harness FirstGen release 78507 includes the following feature changes and fixes for Harness Delegate.
What's new
- You can dynamically select delegates by hostname during pipeline runs. To do so, select delegates by hostname from your delegate groups. (DEL-5052)
Fixed issues
This release does not include fixed issues for Harness Delegate.
February 15, 2023, Harness version 78421, Harness Delegate version 78306
Harness FirstGen release 78421 includes the following feature changes and fixes for Harness Delegate.
What's new
- The delegate was refactored to remove the
HelmChart
entity from the delegate JAR file. TheHelmChart
entity was replaced with a data transfer object (DTO) that does not include an annotation for MongoDB. The delegate dependency on MongoDB was eliminated. (DEL-5732)
February 6, 2023, Harness version 78321, Harness Delegate version 78306
Harness FirstGen release 78321 includes the following feature changes and fixes for Harness Delegate.
What's new
This release introduces the following security enhancements:
The immutable delegate image was refreshed with updated versions of client tools. This reduces security vulnerabilities for the delegate and enhances security. The following table details the updates. (DEL-5688)
Third-party tool 78101 and earlier 78306 and later kubectl 1.13.2 1.24.3 1.19.2 go-template 0.4 0.4.1 0.4.1 harness-pywinrm 0.4-dev 0.4-dev helm 2.13.1 2.13.1 3.1.2 3.1.2 3.8.0 3.8.0 chartmuseum 0.12.0 0.15.0 0.8.2 tf-config-inspect 1.0 1.1 1.1 oc 4.2.16 4.2.16 kustomize 3.5.4 4.5.4 4.0.0 scm The Harness-generated library and version are changed with every fix. The Harness-generated library and version are changed with every fix. The
org_mongodb_mongodb_driver_sync
andorg_mongodb_mongodb_driver_legacy
libraries were removed from the delegate to eliminate their vulnerabilities. (DEL-5721)
Fixed issues
This release includes the following fixes.
Added functionality to explicitly release a lock on the profile (profile.lock file). This resolves a rare case in which there is no running profile but a profile.lock file or profile in a locked state exists. (DEL-5659)
Added validation to ensure that delegates using the YAML of the Legacy Delegate fail on start with the correct error message. (DEL-5715)
Changed delegate behavior to ensure that the tasks assigned to a delegate fail if the delegate does not send heartbeats for a period of three minutes. (DEL-5821)
January 17, 2023, Harness version 78215, Harness Delegate version 78101
Harness FirstGen release 78215 includes no changed features or fixes for Harness Delegate.