Skip to main content
Version: Deploy 22.3

Plugin Changelog

Here's a list of Deploy plugin changes across different releases.

AWS Plugin

v.22.2

  • Fixed the issue with the deployment target path in the S3 Bucket folder.
  • Assume role with SSO/Temporary credentials is supported.
  • Added missing parameters for ECS service and Task definition:
    • ECS Service parameters: ipcMode and pidMode
    • Task Definition parameters: environmentFiles, resourceRequirements, ulimits, secrets, extraHosts, systemControls, linuxParameters, dnsSearchDomains, dnsServers, entryPoint, startTimeout, stopTimeout, essential, hostname, pseudoTerminal, user, readonlyRootFilesystem, dockerLabels, and healthCheck

For more, information, see AWS plugin..

Azure Plugin

v.22.3

Added the following placeholders—Operating System Type and Runtime Language—to support the creation of Function Apps in Azure from Deploy.

For more information, see Azure plugin.

Cloud Foundry Plugin

v.22.2

Fixed the connection error issue in the Cloud Foundry plugin by updating the Cloud Foundry SDK libraries.

For more information, see Cloud Foundry plugin.

HashiCorp Vault Plugin

v.22.2

Introduced a new type of authentication called AppRole in the HashiCorp Vault plugin.

JBoss Domain Plugin

v.22.3

Fixed an issue with the JBoss Domain plugin that caused the interactive sudo connection to fail.

For more information, see JBoss Domain plugin.

Kubernetes Plugin

v.22.3

  • Auto-discovery of Kubernetes master and namespace.
  • No support for IngressSpec.
  • Fixed an issue with the update_strategy caused in case the deployment IDs are more than 57 characters long.

For more information, see Kubernetes plugin.

v.22.2

Assume role with SSO/Temporary credentials is now supported by the Kubernetes plugin.

For more information, see Kubernetes plugin.

OpenShift Plugin

v.22.3

Fixed an issue with the undeployment task that runs in a loop even after deleting the OpenShift project.

For more information, OpenShift plugin.

Podman Plugin

v.22.3

The Digital.ai Deploy—Podman 22.3.0 plugin—xld-podman-integration—has the following new specs added:

  • podman.PodSpec—this CI creates a Podman pod deployable.
  • podman.ContainerSpec—this CI creates a deployable for a Podman container.
  • podman.NetworkSpec—this CI creates a deployable for a Podman network.
  • podman.SecretSpec—this CI creates a Podman Secret deployable.

For more information, see Podman plugin.

v.22.2

With the Podman plugin, you can deploy Podman images to create containers. In addition, you can create network and volumes for these containers.

  • ContainerSpec
  • NetworkSpec
  • PodSpec
  • VolumeSpec
  • File/FolderSpec

For more information, see Podman plugin.

Tomcat Plugin

v.22.2

With the Tomcat plugin, the port field is now set to optional and control task scripts are updated.

For more information, see Tomcat plugin.

WAS Plugin

v.22.2

Fixed the data source creation failure issue in the WAS plugin by making changes to the condition of the admintask flow.