Skip to content

Commit

Permalink
changelog: 1.96.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov authored Aug 11, 2022
1 parent 177797b commit 97d6beb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 97d6beb

Please sign in to comment.