Skip to content

Commit

Permalink
Changelog 2.10.0 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov committed Apr 1, 2024
1 parent b8fa4b2 commit a587b10
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change log

## [2.10.0] - Unreleased

### Added

- plugins: add new mock-tasks plugin
([#754](https://github.com/walmartlabs/concord/pull/754));
- runtime-v2: logYaml step
([#816](https://github.com/walmartlabs/concord/pull/816));
- concord-server, concord-console2: add "process cards"
([#808](https://github.com/walmartlabs/concord/pull/808));
- concord-agent: kill runner child PIDs
([#880](https://github.com/walmartlabs/concord/pull/880)).

### Changed

- server: fix trigger id calculation for complex args:
heterogeneous lists, list of maps
([#882](https://github.com/walmartlabs/concord/pull/882));
- concord-server: skip validation of disabled repos during
project creation
([#883](https://github.com/walmartlabs/concord/pull/883));
- concord-server: process wait conditions synchronously
([#884](https://github.com/walmartlabs/concord/pull/884)).



## [2.9.0] - 2024-02-28

### Added
Expand Down

0 comments on commit a587b10

Please sign in to comment.