๐๏ธ Docker Compose Plugin
With the Release Docker Compose plugin you can create and destroy multi-container Docker applications on a Docker host.
๐๏ธ Kube Contexts Lookup in Kubernetes Plugin
The Release Kubernetes plugin allows user to connect to different K8s clusters using Kubectl and perform operations. The plugin also allows the user to lookup Kube Contexts from a config file that the user provides and connect to a specific cluster from a list of configs.
๐๏ธ Kubernetes Plugin
The Release Kubernetes plugin allows Release to work with resources on a Kubernetes host.
๐๏ธ OpenShift Plugin
The Release OpenShift plugin allows you to work with resources on an OpenShift host from the Release UI.
๐๏ธ Ansible Container Plugin
The Ansible container plugin plugin allows Release to run playblooks on an Ansible host.
๐๏ธ AWS Container Plugin
The AWS container plugin allows you to create, update, invoke, and delete Lambda functions using packages such as .zip files or container images.
๐๏ธ Jenkins Container Plugin
The Jenkins container plugin allows you to run a Jenkins job from Release.
๐๏ธ Python3 Script Container Plugin
The Python3 script container plugin allows you execute Python3 scripts on the Release server.
๐๏ธ HashiCorp Vault Container Plugin
The HashiCorp Vault container plugin allows you to manage secrets and protect sensitive data in your Release infrastructure.
๐๏ธ Terraform Container Plugin
The Terraform container plugin allows you to set up infrastructure from Release. It can create new resources, update existing ones, or delete resources defined in your configuration. It clones the Git repository for Terraform files and executes the apply and delete commands. It does not maintain the state files terraform.tfstate. Also, provide the backend configuration for the state in your Terraform configuration file.