From ac3859a7afe366c889a2ef7810df51fc5bf398a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Sacrist=C3=A1n?= Date: Thu, 18 Nov 2021 09:14:56 +0100 Subject: [PATCH] changelog (#1069) --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163c1dfcd..aa1f71b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,7 @@ ## Unreleased -- Create Dockerfile.rhel7 and Dockerfile.centos7 with respectives plugins.rhel7.txt and plugins.centos7.txt definitions ([1000](https://github.com/opendevstack/ods-core/issues/1000)) -- Change FROM image of SonarQube to avoid build problems in the AdoptJDK11 ([994](https://github.com/opendevstack/ods-core/pull/994)) -- Fix port from 3.x for SonarQube libressl issue - change to openssl ([#996](https://github.com/opendevstack/ods-core/issues/996)) -- Fix mro and docgen tests adding ODS_BITBUCKET_PROJECT param ([#1014](https://github.com/opendevstack/ods-core/pull/1014)) -- Update plugins.rhel7.txt (backport 4.x) ([1024](https://github.com/opendevstack/ods-core/pull/1024)) -- `make` is missing from Jenkins agent images in OpenShift 4 ([1025](https://github.com/opendevstack/ods-core/issues/1025)) -- Update ods.service in order to startup the ods service correctly ([1042](https://github.com/opendevstack/ods-core/pull/1042)) -- Add dependency to docker.service in ods systemd service definition ([1045](https://github.com/opendevstack/ods-core/pull/1045)) -- Add support for ods-saas-service quickstarter ([#1033](https://github.com/opendevstack/ods-core/pull/1033)) +## [4.0] - 2021-18-11 ### Added - Extend provisioning app configuration to allow to enable single page client ([#1009](https://github.com/opendevstack/ods-core/pull/1009)) @@ -25,6 +17,15 @@ - Allow to configure database image for SonarQube ([#984](https://github.com/opendevstack/ods-core/pull/984)) - Add configmaps for cluster creation and ods box dev environment ([#989](https://github.com/opendevstack/ods-core/pull/989)) - Add new plugin for Jenkins ([#999](https://github.com/opendevstack/ods-core/issues/999)) +- Create Dockerfile.rhel7 and Dockerfile.centos7 with respectives plugins.rhel7.txt and plugins.centos7.txt definitions ([1000](https://github.com/opendevstack/ods-core/issues/1000)) +- Change FROM image of SonarQube to avoid build problems in the AdoptJDK11 ([994](https://github.com/opendevstack/ods-core/pull/994)) +- Fix port from 3.x for SonarQube libressl issue - change to openssl ([#996](https://github.com/opendevstack/ods-core/issues/996)) +- Fix mro and docgen tests adding ODS_BITBUCKET_PROJECT param ([#1014](https://github.com/opendevstack/ods-core/pull/1014)) +- Update plugins.rhel7.txt (backport 4.x) ([1024](https://github.com/opendevstack/ods-core/pull/1024)) +- `make` is missing from Jenkins agent images in OpenShift 4 ([1025](https://github.com/opendevstack/ods-core/issues/1025)) +- Update ods.service in order to startup the ods service correctly ([1042](https://github.com/opendevstack/ods-core/pull/1042)) +- Add dependency to docker.service in ods systemd service definition ([1045](https://github.com/opendevstack/ods-core/pull/1045)) +- Add support for ods-saas-service quickstarter ([#1033](https://github.com/opendevstack/ods-core/pull/1033)) ### Changed