Skip to content

Commit ccd80f3

Browse files
authored
Changelog 2.1.0 (#149)
1 parent e90337f commit ccd80f3

File tree

18 files changed

+26
-17
lines changed

18 files changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change log
22

3+
## [2.1.0] - 2024-05-23
4+
5+
### Changed
6+
7+
- project: rollback to client1 until wider support for 2.6.0 exists
8+
([#146](https://github.com/walmartlabs/concord-plugins/pull/146))
9+
- confluence: handle page IDs as long values
10+
([#147](https://github.com/walmartlabs/concord-plugins/pull/147)).
11+
312
## [2.0.0] - 2024-02-07
413

514
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.walmartlabs.concord.plugins</groupId>
1313
<artifactId>concord-plugins-parent</artifactId>
14-
<version>2.0.1-SNAPSHOT</version>
14+
<version>2.1.0-SNAPSHOT</version>
1515

1616
<packaging>pom</packaging>
1717

tasks/akeyless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/argocd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>argocd-task</artifactId>

tasks/confluence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.walmartlabs.concord.plugins</groupId>
88
<artifactId>concord-plugins-parent</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.1.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

tasks/gremlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/hashivault/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/jenkins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.walmartlabs.concord.plugins</groupId>
66
<artifactId>concord-plugins-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

tasks/jira/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/jsonpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.walmartlabs.concord.plugins</groupId>
66
<artifactId>concord-plugins-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

tasks/ldap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/msteams/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>msteams-task</artifactId>

tasks/puppet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.walmartlabs.concord.plugins</groupId>
66
<artifactId>concord-plugins-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

tasks/s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/terraform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.walmartlabs.concord.plugins</groupId>
66
<artifactId>concord-plugins-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

tasks/xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

tasks/zoom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.walmartlabs.concord.plugins</groupId>
77
<artifactId>concord-plugins-parent</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.1.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>zoom-task</artifactId>

0 commit comments

Comments
 (0)