Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: epam/edp-reconciler

v2.12.0

26 Aug 15:16
Compare
Choose a tag to compare

Unreleased

v2.12.0 - 2022-08-26

Features

Code Refactoring

  • Use repository and tag for image reference in chart EPMDEDP-10389

Routine

Documentation

v2.11.0

25 May 17:56
Compare
Choose a tag to compare

Unreleased

v2.11.0 - 2022-05-25

Features

Bug Fixes

  • Fix changelog generation in GH Release Action EPMDEDP-8468

Routine

v2.10.0

13 Dec 18:55
Compare
Choose a tag to compare

[v2.10.0] - 2021-12-06

Features

Bug Fixes

Code Refactoring

Routine

Documentation

v.2.9.0

28 Sep 13:48
Compare
Choose a tag to compare

The EDP Reconciler Release Notes, v.2.9.0

Enhancements:

  • Reconciler is refactored to not save an empty Jenkins agent to the database.
  • Codebase operator reconciles any changes in codebase Custom Resource.
  • The dependencies are fixed to point to tags from the master.
  • The Dockerfile is updated to correct the copying of artifacts.
  • The image pull policy parameter is redefined during the EDP installation.

Fixed Issues:

  • CD pipelines are not displayed in Admin Console after creation.
  • Build and Code-Review jobs are not created during codebase creation.
  • It is impossible to deploy applications.
  • Routes are removed from the database and reconciler.
  • The Reconciler logger takes the wrong number of arguments.

v.2.8.1

04 Aug 10:04
Compare
Choose a tag to compare

The EDP Reconciler Release Notes, v.2.8.1

Enhancements

  • The codebaseBranch field is removed from cd-pipeline CRD.
  • A new field subresources status is added to cd-pipeline CRD.
  • The inputDockerStreams field is aligned in the cd-pipeline structure with CRD.
  • The site and path parameters are removed from DB.

v.2.8.0

16 Jul 10:31
Compare
Choose a tag to compare

The EDP Reconciler Operator Release Notes, v.2.8.0

Upgrades

  • Operator-sdk library is updated to the version 1.5.0.
  • Controller-runtime library is updated to the version 0.8.3.
  • The alpine based images are upgraded to version 3.13.5.

New Functionality and Enhancements

  • The Init stage of CD pipeline is customizable.
  • It is possible to enable/disable auto deployment for a specific stage after the stage is created.
  • The codeql scan is added for the GitHub repositories.
  • The third-party service provision functionality is removed.
  • It is possible to create an application with an empty GitHub repository.
  • All dependencies are pointed to the tags from master branches in go mod.
  • Reconciler does not save an empty Jenkins slave to DB.

v.2.7.1

23 Apr 10:42
Compare
Choose a tag to compare

EDP Reconciler Release Notes, v.2.7.1

Enhancements:

  • The base image is upgraded to alpine 3.11.10.

v.2.7.0

02 Apr 11:34
Compare
Choose a tag to compare

Reconciler Release Notes, v.2.7.0

New functionality

• The capability to run Jenkins job during the deletion of a codebase is developed.
• The functionality intended to define which metadata from EDP should be published to Jira in predefined format is implemented.
• CPU Request/Limits are adjusted to align with the latest resource consumption.
• CI Helm chart is improved to provide quick feedback from CI for Helm and Dockerfile.
• EDP Helm charts are updated to follow the chart best practices defined by Helm.
• Orphaned Kubernetes resources are removed and aligned with mutated Kubernetes resources.
• All go-alpine based images are updated to Alpine version 3.11.8.

Enhancements

• The databases block is removed from the Add application page as well as from app templates.

Fixed Issues

• The error ‘pq: invalid input value for enum "edp-delivery".action’ in the stack-trace logs is corrected.