Skip to content

Commit d3eec82

Browse files
authored
Changelog 2.32.0 (#1211)
1 parent a3f5fe9 commit d3eec82

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## [2.33.0] - Unreleased
4+
5+
### Added
6+
7+
- ansible-tasks: support inventories specified in configFile
8+
([#1216](https://github.com/walmartlabs/concord/pull/1216)).
9+
10+
### Changed
11+
12+
- project: use JSch fork
13+
([#1210](https://github.com/walmartlabs/concord/pull/1210));
14+
- slack-tasks: update readme with required oauth scope info
15+
([#1213](https://github.com/walmartlabs/concord/pull/1213));
16+
- it: do not archive deps.dir into payloads
17+
([#1214](https://github.com/walmartlabs/concord/pull/1214));
18+
- ansible-tasks: remove ini4j dependency
19+
([#1215](https://github.com/walmartlabs/concord/pull/1215));
20+
- concord-server: do not create UserPrincipal for API keys
21+
without userId
22+
([#1218](https://github.com/walmartlabs/concord/pull/1218)).
23+
24+
### Breaking
25+
26+
- oidc: remove pac4j dependency. Will cause (de)serialization
27+
issues for SUSPENDED processes with OIDC initiators
28+
([#1217](https://github.com/walmartlabs/concord/pull/1217)).
29+
30+
31+
332
## [2.32.0] - 2025-08-20
433

534
### Added

0 commit comments

Comments
 (0)