diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e8c41cbb..20a0fd0289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change log +## [2.2.0] - Unreleased + +### Added + +- pfed-sso: enable bearer token authentication +([#811](https://github.com/walmartlabs/concord/pull/811)). + +### Changed + +- runtime-v2: fix exit from parallel loop #830 +([#830](https://github.com/walmartlabs/concord/pull/830)); +- console2: calculate process duration from process last running timestamp +([#794](https://github.com/walmartlabs/concord/pull/794)); +- console2: do not drop secrets form values on error/password check fail +([#798](https://github.com/walmartlabs/concord/pull/798)); +- project: attach javadoc jars only on release +([#823](https://github.com/walmartlabs/concord/pull/823)); +- project: upgrade to source level 17 +([#824](https://github.com/walmartlabs/concord/pull/824)); +- project: remove more @Named usage +([#828](https://github.com/walmartlabs/concord/pull/828)). + ## [2.1.0] - 2023-10-10 ### Added @@ -31,9 +53,10 @@ - cli: active profiles fix ([#789](https://github.com/walmartlabs/concord/pull/789)). -## [2.0.0] - 2023-08-16 +## [2.0.0] - 2023-08-16 + # Breaking - project: drop support for JDK 8 and JDK 11. Make JDK 17 @@ -90,6 +113,8 @@ auth ([#764](https://github.com/walmartlabs/concord/pull/764)); - console2: do not remove project after rename; ([#770](https://github.com/walmartlabs/concord/pull/770)). + + ## [1.102.0] - 2023-05-22 ### Added @@ -124,6 +149,8 @@ improve error messages - runtime-v2: allow increment variables in expressions ([#740](https://github.com/walmartlabs/concord/pull/740)). + + ## [1.101.0] - 2023-03-29 ### Added @@ -170,6 +197,8 @@ forms - concord-server: remove more @Named usage ([#650](https://github.com/walmartlabs/concord/pull/650)). + + ## [1.99.0] - 2023-02-24 ### Added @@ -376,6 +405,7 @@ to support k8s 1.22+ ([#639](https://github.com/walmartlabs/concord/pull/639)). + ## [1.95.0] - 2022-04-16 ### Added @@ -417,6 +447,8 @@ files ([#593](https://github.com/walmartlabs/concord/pull/593)). - it: explicitly specify initialBranch for git tests ([#582](https://github.com/walmartlabs/concord/pull/582)). + + ## [1.93.3] - 2022-03-11 ### Changed