Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog 2.2.0 #822

Merged
merged 9 commits into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -376,6 +405,7 @@ to support k8s 1.22+
([#639](https://github.com/walmartlabs/concord/pull/639)).



## [1.95.0] - 2022-04-16

### Added
Expand Down Expand Up @@ -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
Expand Down