This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch staging-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git


The following commit(s) were added to refs/heads/staging-site by this push:
     new 64f429bd blog: announcement for terraform provider release
64f429bd is described below

commit 64f429bdf68aad10656fd3d8a5d42bb2c5cc89b2
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Fri Apr 12 14:58:55 2024 +0530

    blog: announcement for terraform provider release
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .../banner.jpg                                     | Bin 0 -> 57514 bytes
 .../index.md                                       |  57 +++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git 
a/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/banner.jpg 
b/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/banner.jpg
new file mode 100644
index 00000000..a53aa533
Binary files /dev/null and 
b/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/banner.jpg differ
diff --git 
a/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/index.md 
b/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/index.md
new file mode 100644
index 00000000..ee085ed6
--- /dev/null
+++ b/blog/2024-04-12-cloudstack-terraform-provider-0.5.0-release/index.md
@@ -0,0 +1,57 @@
+---
+layout: post
+title: Apache CloudStack Terraform 0.5.0 Release
+tags: [announcement]
+authors: [rohit]
+slug: cloudstack-terraform-provider-0.5.0-release
+---
+
+[![](banner.jpg "CloudStack Terraform 
Provider")](/blog/cloudstack-terraform-provider-0.5.0-release)
+
+We are pleased to announce the release of Apache CloudStack Terraform
+provider v0.5.0. Terraform is an open-source infrastructure as code software
+tool that provides a consistent CLI workflow to manage resources in many
+public/private clouds.
+
+<!-- truncate -->
+
+Terraform v0.5.0 comes packed with several new features, enhancements,
+and bug fixes to make it even more robust and reliable.
+
+Some of the key highlights of this release include:
+
+- Added support for Kubernetes Cluster creation
+- Added support for Kubernetes iso registration
+- Added support for new data sources in Cloudstack
+- Added UEFI Support to the Cloudstack instance resource
+- Added vApp properties support to the Cloudstack Instance resource
+- Added parameters (host_id , cluster_id support to the Cloudstack instance 
resource
+- Added source_nat_ip_address support to the Cloudstack network
+- Added  new resource attach_volume
+- Improved service offering creation by adding more parameters
+- Added documentation for new resources
+- Various Bug fixes
+- Validated and fixed all existing resource creations to work as expected
+
+Apache CloudStack Terraform provider v0.5.0 is available for
+download now from the [Apache CloudStack
+website](https://cloudstack.apache.org/downloads/#cloudstack-terraform-provider-release).
+
+<h3>Downloads and Documentation</h3>
+
+The official source code for Apache CloudStack Terraform provider can
+be downloaded from:
+
+https://cloudstack.apache.org/downloads
+
+The installation and usage documentation for Apache CloudStack Terraform 
provider is available at:
+
+- https://github.com/apache/cloudstack-terraform-provider/wiki
+- 
https://github.com/apache/cloudstack-terraform-provider/wiki#installing-from-github-release
+
+The documentation for the usage of resources to create and interact
+with CloudStack is available at
+https://registry.terraform.io/providers/cloudstack/cloudstack/0.5.0/docs
+
+Users can also get the provider from the Terraform registry published at:
+https://registry.terraform.io/providers/cloudstack/cloudstack/0.5.0

Reply via email to