Skip to content

Commit 37cf28a

Browse files
authored
Changelog 2.17.0 (#966)
1 parent 0bae1c5 commit 37cf28a

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
# Change log
1+
# Change Log
2+
3+
## [2.17.0] - Unreleased
4+
5+
### Added
6+
7+
- runtime-v2: option for event batching for runner events
8+
([#949](https://github.com/walmartlabs/concord/pull/949));
9+
- runtime-v1: option for event batching for runner events
10+
([#950](https://github.com/walmartlabs/concord/pull/950));
11+
- console2, server: simple user info page
12+
([#952](https://github.com/walmartlabs/concord/pull/952)).
13+
14+
### Changed
15+
16+
- project: update Maven wrapper
17+
([#967](https://github.com/walmartlabs/concord/pull/967));
18+
- oidc: redirect back to auth in failed callbacks
19+
([#969](https://github.com/walmartlabs/concord/pull/969));
20+
- project: miscellaneous fixes for build-time warnings,
21+
add missing @deprecated annotations, remove redundant
22+
dependencies
23+
([#970](https://github.com/walmartlabs/concord/pull/970));
24+
- agent-operator: create agent pod client only for
25+
Running pods
26+
([#973](https://github.com/walmartlabs/concord/pull/973));
27+
- concord-server: remove GithubTriggerProcessor interface
28+
([#974](https://github.com/walmartlabs/concord/pull/974));
29+
- docker: configure safe.directory for git 2.35+
30+
([#976](https://github.com/walmartlabs/concord/pull/976)).
31+
32+
33+
34+
### Changed
235

336
## [2.16.0] - 2024-09-05
437

0 commit comments

Comments
 (0)