- terraform: ability to specify a custom URL for the CLI binary;
- terraform: the CLI binary is no longer packaged into the plugin's
JAR. Instead, the new
DependencyManager
is used to download and cache the binary. Requires Concord 1.31.0 or higher.
- ldap: make
isMemberOf
method public again.
- terraform: support for additional
backend
types.
- new plugin:
tasks/confluence
; - new plugin:
tasks/puppet
.
- terraform: fixed the apply's command when
saveOutput
anddir
options are used.
- terraform: the CLI version updated to
0.12.5
.
- terraform: support for user supplied var files for
plan
andapply
actions; - git: new
git
task actionpull
.
- git: new
github
task actiondeleteBranch
.
- terraform:
dirOrPlan
has been split into two separate parameters:dir
andplan
. When runningapply
with a previously created file, thedir
must be specified in cases when the TF files are located in a subdirectory.
- terraform: new
action: plan
parameter -destroy: true
. Destroys managed infrastructure; - new plugin:
tasks/jsonpath
; - git: new
github
task actiondeleteTag
.
- jira:
reporter
value can now be overridden using therequestorUid
parameter.
- taurus: new parameter
downloadPlugins
. The task skips downloading JMeter plugins unlessdownloadPlugins
istrue
. This allows for completely offline work; - git: new
github
task actiongetStatuses
.
- new plugin:
tasks/taurus
.
- git: new GitHub action
getLatestSha
.
- git: new GitHub actions
getBranchList
,getTagList
.
- gremlin: add the
X-Gremlin-Agent
header to requests; - ldap: support for multivalue LDAP attributes when fetching user details from AD/LDAP.
- github: new action
forkRepo
.
- gremlin: support for
halt
action.
- new plugin:
tasks/gremlin
.
- new plugin:
tasks/jenkins
; - terraform: support for
terraform output
.
- terraform: Concord secrets and private key files can now be used for GIT modules auth.
- terraform: updated to
0.11.12
.
- terraform: fix the backend configuration when using a non-default working directory.
- terraform:
dirOrPlan
parameter now correctly used to runterraform init
.
- new plugin:
tasks/terraform
.
- jira: new action
createSubTask
.
- git: minor code cleanup;
- ldap: minor code cleanup.
- git: first public release;
- jira: first public release;
- ldap: first public release.