Skip to content

Commit

Permalink
Update release-notes/continuous-delivery.md
Browse files Browse the repository at this point in the history
Co-authored-by: SushrutHarness <[email protected]>
  • Loading branch information
krishi0408 and SushrutHarness authored Dec 12, 2024
1 parent 17aee4a commit 157c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/continuous-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import Kustomizedep from '/release-notes/shared/kustomize-3-4-5-deprecation-noti

#### Fixed Issues

- Null Pointer Exception was getting thrown while deploying a pipeline with service when no artifact is selected and the primary artifact is provided in the pipeline. This issue is fixed now. (CDS-104756)
- A null pointer exception was thrown when a pipeline was provided a primary artifact, but no artifact was selected in the service. This issue is fixed now. (CDS-104756)
- During Autocreation of entities the name and identifier were incorrectly retrieved from the Infrastructure Definition YAML file pulled from Git. The logic was using the wrong key in the YAML, causing it to always fall back on the file name instead. This issue is fixed now. (CDS-104751)
- Previously, when Override V2 was enabled and no `ENV_GLOBAL_OVERRIDE`S or `ENV_SERVICE_OVERRIDES `were present, the system would fall back to reading overrides from the environment configuration YAML. However, the UI did not display information about these YAML-based overrides, causing confusion for users as they were unable to identify or control this behavior. This issue is fixed now and when Override V2 is enabled, overrides from the environment configuration YAML will no longer be considered. This change ensures clarity and aligns the system behavior with customer expectations. This fix is behind the FF `CDS_SERVICE_OVERRIDES_2_0_YAML_V2_SUPPORT`. (CDS-104570, ZD-74034)
- Previously, when a user selected "Deploy to Multiple Environments" inside a stage template and set it as a runtime input, the value was incorrectly treated as a fixed value during pipeline execution. This issue is fixed now. (CDS-104471, ZD-73843)
Expand Down

0 comments on commit 157c111

Please sign in to comment.