Skip to content

Commit

Permalink
Changelog 2.14.0 (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov authored Jul 13, 2024
1 parent e258c29 commit 98ad676
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change log

## [2.14.0] - Unreleased

### Added

- concord-server: calculate total process RUNNING time
([#933](https://github.com/walmartlabs/concord/pull/933));
- concord-server: expose websocket channels
([#935](https://github.com/walmartlabs/concord/pull/935));
- resource-tasks: add versions of writeAs* methods that
accept destination
([#937](https://github.com/walmartlabs/concord/pull/937));
- runtime-v1: option to update meta only on termination
or suspend
([#938](https://github.com/walmartlabs/concord/pull/938));
- project: add JDK 21 profiles
([#941](https://github.com/walmartlabs/concord/pull/941)).

### Changed

- project: update Groovy to 2.5.23
([#940](https://github.com/walmartlabs/concord/pull/940));
- dependency-manager: resolve only unique dependencies
([#936](https://github.com/walmartlabs/concord/pull/936));
- concord-server: move com.walmartlabs.concord.server.ansible.*
into ansible plugin
([#502](https://github.com/walmartlabs/concord/pull/502));
- concord-server: migrate to PROCESS_META and
PROCESS_TRIGGER_INFO tables
([#669](https://github.com/walmartlabs/concord/pull/669));
- runtime-v2: use draft-07 of JSON Schema for better tool
compatibility
([#939](https://github.com/walmartlabs/concord/pull/939));
- project: update dependency versions in the parent pom
([#942](https://github.com/walmartlabs/concord/pull/942)).



## [2.13.0] - 2024-06-19

### Added
Expand Down

0 comments on commit 98ad676

Please sign in to comment.