From 97d6beb72f3cff36bfd7d0f5896641c270c892be Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Wed, 10 Aug 2022 21:11:09 -0400 Subject: [PATCH] changelog: 1.96.0 (#607) --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a339430a..c29ab29004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Change log +## [1.96.0] - Unreleased + +### Added + +- concord-cli: option to show version +([#615](https://github.com/walmartlabs/concord/pull/615)); +- concord-server: implement endpoints for adding LDAP +groups to roles +([#606](https://github.com/walmartlabs/concord/pull/606)); +- concord-ansile, concord-console: add sort options to the +Ansible host stats +([#610](https://github.com/walmartlabs/concord/pull/610); +- docker-images: support for debian os based docker images +([#611](https://github.com/walmartlabs/concord/pull/611)). + +### Changed + +- concord-server: fix out vars processing and restrictions +([#609](https://github.com/walmartlabs/concord/pull/609); +- concord-cli: fixed broken JS support +([#612](https://github.com/walmartlabs/concord/pull/612)); +- concord-repository: use regular repositories in tests +([#616](https://github.com/walmartlabs/concord/pull/616)); +- concord-server, runtime-v2: fix file upload in forms +([#623](https://github.com/walmartlabs/concord/pull/623)); +- agent-operator: support for apiextensions.k8s.io/v1 crd +to support k8s 1.22+ +([#624](https://github.com/walmartlabs/concord/pull/624)); +- concord-server: limit the number of acceptor threads to +`core count / 4` (min 1) +([#627](https://github.com/walmartlabs/concord/pull/627)); +- project: update to Groovy 2.5.17 to support JDK 17 +([#639](https://github.com/walmartlabs/concord/pull/639)). + + ## [1.95.0] - 2022-04-16 ### Added