From 661cca653937db21289c0718c1bce02c0a315e9c Mon Sep 17 00:00:00 2001
From: Ben Broadaway <4554569+benbroadaway@users.noreply.github.com>
Date: Fri, 19 Jul 2024 15:17:22 -0500
Subject: [PATCH] Changelog 2.4.0 (#165)
---
CHANGELOG.md | 13 +++++++++++++
pom.xml | 2 +-
tasks/akeyless/pom.xml | 2 +-
tasks/argocd/pom.xml | 2 +-
tasks/aws/pom.xml | 2 +-
tasks/confluence/pom.xml | 2 +-
tasks/git/pom.xml | 2 +-
tasks/gremlin/pom.xml | 2 +-
tasks/hashivault/pom.xml | 2 +-
tasks/jenkins/pom.xml | 2 +-
tasks/jira/pom.xml | 2 +-
tasks/jsonpath/pom.xml | 2 +-
tasks/ldap/pom.xml | 2 +-
tasks/msteams/pom.xml | 2 +-
tasks/puppet/pom.xml | 2 +-
tasks/s3/pom.xml | 2 +-
tasks/terraform/pom.xml | 2 +-
tasks/xml/pom.xml | 2 +-
tasks/zoom/pom.xml | 2 +-
19 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e09ba60..be097784 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change log
+## [2.4.0] - 2024-07-19
+
+### Changed
+
+- terraform: remove okhttp dependency (#161)
+([#161](https://github.com/walmartlabs/concord-plugins/pull/161));
+- jira: enable tests, remove Gson usage, prep for okhttp 2.X removal (#159)
+([#159](https://github.com/walmartlabs/concord-plugins/pull/159));
+- git: add gson to pom for egit support (#164)
+([#164](https://github.com/walmartlabs/concord-plugins/pull/164));
+- puppet: remove okhttp dependency (#160)
+([#160](https://github.com/walmartlabs/concord-plugins/pull/160)).
+
## [2.3.1] - 2024-06-24
### Changed
diff --git a/pom.xml b/pom.xml
index fb1f2cba..ecc00d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
pom
diff --git a/tasks/akeyless/pom.xml b/tasks/akeyless/pom.xml
index cb2d6167..65ecb544 100644
--- a/tasks/akeyless/pom.xml
+++ b/tasks/akeyless/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/argocd/pom.xml b/tasks/argocd/pom.xml
index 58969040..bb912f3d 100644
--- a/tasks/argocd/pom.xml
+++ b/tasks/argocd/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
argocd-task
diff --git a/tasks/aws/pom.xml b/tasks/aws/pom.xml
index be98457b..a610ec71 100644
--- a/tasks/aws/pom.xml
+++ b/tasks/aws/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/confluence/pom.xml b/tasks/confluence/pom.xml
index eba532ce..b46b096a 100644
--- a/tasks/confluence/pom.xml
+++ b/tasks/confluence/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/git/pom.xml b/tasks/git/pom.xml
index c5584024..875ae9f1 100644
--- a/tasks/git/pom.xml
+++ b/tasks/git/pom.xml
@@ -6,7 +6,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/gremlin/pom.xml b/tasks/gremlin/pom.xml
index 75922a35..50e9e81d 100644
--- a/tasks/gremlin/pom.xml
+++ b/tasks/gremlin/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/hashivault/pom.xml b/tasks/hashivault/pom.xml
index 9e22dd72..1e7da29d 100644
--- a/tasks/hashivault/pom.xml
+++ b/tasks/hashivault/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jenkins/pom.xml b/tasks/jenkins/pom.xml
index 7650855e..12351c44 100644
--- a/tasks/jenkins/pom.xml
+++ b/tasks/jenkins/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jira/pom.xml b/tasks/jira/pom.xml
index 020618c4..97a80d36 100644
--- a/tasks/jira/pom.xml
+++ b/tasks/jira/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jsonpath/pom.xml b/tasks/jsonpath/pom.xml
index 7e1a9e05..e2faca2f 100644
--- a/tasks/jsonpath/pom.xml
+++ b/tasks/jsonpath/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/ldap/pom.xml b/tasks/ldap/pom.xml
index 42617878..16da6d73 100644
--- a/tasks/ldap/pom.xml
+++ b/tasks/ldap/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/msteams/pom.xml b/tasks/msteams/pom.xml
index 629603f4..c1ca7550 100644
--- a/tasks/msteams/pom.xml
+++ b/tasks/msteams/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
msteams-task
diff --git a/tasks/puppet/pom.xml b/tasks/puppet/pom.xml
index 1ee5e46d..4d0909fe 100644
--- a/tasks/puppet/pom.xml
+++ b/tasks/puppet/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/s3/pom.xml b/tasks/s3/pom.xml
index a23b8c84..28463c3c 100644
--- a/tasks/s3/pom.xml
+++ b/tasks/s3/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/terraform/pom.xml b/tasks/terraform/pom.xml
index 186401c9..c66efe7d 100644
--- a/tasks/terraform/pom.xml
+++ b/tasks/terraform/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/xml/pom.xml b/tasks/xml/pom.xml
index 0fc87c0a..c9556cfa 100644
--- a/tasks/xml/pom.xml
+++ b/tasks/xml/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/zoom/pom.xml b/tasks/zoom/pom.xml
index 26ef6588..5ec98219 100644
--- a/tasks/zoom/pom.xml
+++ b/tasks/zoom/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.3.2-SNAPSHOT
+ 2.4.1-SNAPSHOT
../../pom.xml
zoom-task