Skip to content

Commit 764eadf

Browse files
authored
Changelog 2.8.0 (#187)
1 parent 3bc18f7 commit 764eadf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

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

3+
## [2.8.0] - TBD
4+
5+
### Added
6+
7+
### Changed
8+
9+
- git: dry-run mode for commit action
10+
([#185](https://github.com/walmartlabs/concord-plugins/pull/185));
11+
- jira: return fake IDs in dry-run-mode for createIssue and createComponent actions
12+
([#188](https://github.com/walmartlabs/concord-plugins/pull/188));
13+
- github: return comment id
14+
([#189](https://github.com/walmartlabs/concord-plugins/pull/189));
15+
- github: return fake PR ID in dry-run-mode for craeatePr action
16+
([#186](https://github.com/walmartlabs/concord-plugins/pull/186));
17+
- github: simplify result for getCommit action
18+
([#191](https://github.com/walmartlabs/concord-plugins/pull/191))
19+
- jira: set user-agent for http calls
20+
([#192](https://github.com/walmartlabs/concord-plugins/pull/192));
21+
- argocd: use native http client, apply fallback on sync timeout,
22+
local ITs instance script
23+
([#193](https://github.com/walmartlabs/concord-plugins/pull/193));
24+
- akeyless: use native httpclient
25+
([#194](https://github.com/walmartlabs/concord-plugins/pull/194));
26+
- git-tasks: add missing file statuses to getPRFiles action
27+
([#196](https://github.com/walmartlabs/concord-plugins/pull/196)).
28+
29+
30+
331
## [2.7.0] - 2024-12-05
432

533
### Added

0 commit comments

Comments
 (0)