From 7a2e39c74d586dff100fa8e510609f53bd16e935 Mon Sep 17 00:00:00 2001 From: Anastasiia_Kotova Date: Mon, 23 Aug 2021 14:02:28 +0300 Subject: [PATCH] [EPMDEDP-6270]: Update the CHANGELOG with v.2.8.3 Change-Id: Ib35e80525d531cf937fcfcc57f24e0e0fd7e8659 (cherry picked from commit d918d47b1cb0b54584aceddadb1554e537ed1ed2) --- CHANGELOG.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48eb58876..a9354342c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Get acquainted with the latest EDP releases. +* [Version 2.8.3](#2.8.3) * [Version 2.8.2](#2.8.2) * [Version 2.8.1](#2.8.1) * [Version 2.8.0](#2.8.0) @@ -22,11 +23,23 @@ Get acquainted with the latest EDP releases. * [Version 2.6.0](#2.6.0) +## Version 2.8.3 (August 23, 2021) + +### Upgrades + +* Nexus is updated to v.3.33.1. Please refer to the [official documentation](https://help.sonatype.com/repomanager3/release-notes#ReleaseNotes-NexusRepositoryManager3.33.1) for details. +* Jenkins is updated to v.2.289.3. Please refer to the [official documentation](https://www.jenkins.io/changelog-stable/#v2.289.3) for details. + +### Fixed Issues + +* In CD pipeline deployment, the sorting of the image tags for the Init stage is displayed in the wrong order. + + ## Version 2.8.2 (August 5, 2021) ### Fixed Issues -* Missing field status is added to cd-pipeline CRD. +* Missing field status is added to the [cdpipeline.crd yaml](https://github.com/epam/edp-cd-pipeline-operator/blob/release/2.8/deploy-templates/crds/edp_v1alpha1_cdpipeline_crd.yaml) file. ## Version 2.8.1 (August 4, 2021) @@ -34,14 +47,14 @@ Get acquainted with the latest EDP releases. ### New Functionality and Enhancements * IRSA is optional for EDP deployment process. -* The codebaseBranch field is removed from cd-pipeline CRD. -* A new field subresources status is added to cd-pipeline CRD. +* The codebaseBranch field is removed from the [cdpipeline.crd yaml](https://github.com/epam/edp-cd-pipeline-operator/blob/release/2.8/deploy-templates/crds/edp_v1alpha1_cdpipeline_crd.yaml) file. +* A new field subresources status is added to the [cdpipeline.crd yaml](https://github.com/epam/edp-cd-pipeline-operator/blob/release/2.8/deploy-templates/crds/edp_v1alpha1_cdpipeline_crd.yaml) file. * The inputDockerStreams field is aligned in the cd-pipeline structure with CRD. -* The site and path parameters are removed from DB. +* The site and path parameters are removed from database. #### Fixed Issues -* A bug is fixed with a custom default branch for the Create strategy. +* User cannot create an application using the Create strategy in a custom default branch. ## Version 2.8.0 (July 16, 2021)