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

vishesh 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 f155a7169 add announcement blog for kubernetes provider v1.2.0 release 
(#392)
f155a7169 is described below

commit f155a7169cf2263b70b9e6ba58b32629edffa482
Author: Vishesh <[email protected]>
AuthorDate: Mon Dec 29 16:00:53 2025 +0530

    add announcement blog for kubernetes provider v1.2.0 release (#392)
---
 .../banner.jpg                                     | Bin 0 -> 191298 bytes
 .../index.md                                       |  47 +++++++++++++++++++++
 blog/authors.yml                                   |   6 +++
 src/pages/downloads.mdx                            |   8 ++--
 static/img/authors/vishesh.png                     | Bin 0 -> 71644 bytes
 5 files changed, 57 insertions(+), 4 deletions(-)

diff --git a/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/banner.jpg 
b/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/banner.jpg
new file mode 100644
index 000000000..c22bbcb85
Binary files /dev/null and 
b/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/banner.jpg differ
diff --git a/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/index.md 
b/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/index.md
new file mode 100644
index 000000000..1bb4bdf9b
--- /dev/null
+++ b/blog/2025-12-29-cloudstack-kubernetes-provider-v1.2.0/index.md
@@ -0,0 +1,47 @@
+---
+layout: post
+title: CloudStack Kubernetes Provider v1.2.0 Release
+tags: [announcement]
+authors: [vishesh]
+slug: cloudstack-kubernetes-provider-v1.2.0
+---
+
+[![](banner.jpg "CloudStack Kubernetes Provider v1.2.0 
Release")](/blog/cloudstack-kubernetes-provider-v1.2.0)
+
+The Apache CloudStack project is pleased to announce the release of
+[CloudStack Kubernetes Provider
+v1.2.0](https://github.com/apache/cloudstack-kubernetes-provider/releases/tag/v1.2.0)
+that facilitates Kubernetes deployments on CloudStack.
+
+It allows Kubernetes to dynamically allocate IP addresses and the
+respective networking rules on CloudStack to ensure seamless TCP, UDP
+and TCP-Proxy LoadBalancer deployments on Kubernetes. This was
+historically part of the Kubernetes codebase which was later removed
+and donated to the project to allow for further maintenance of the
+provider plugin.
+
+This release contains various bug fixes and improvements. Some of the
+highlighted features include:
+* Support for NetworkACLs for LB on VPC networks
+* Support configuring source CIDR list
+* ARM support for docker images
+
+<!-- truncate -->
+
+# Documentation
+
+* 
https://github.com/apache/cloudstack-kubernetes-provider/blob/v1.2.0/README.md
+* 
https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-provider.html
+
+# Downloads
+
+The official source code for the v1.2.0 release can be downloaded from
+the downloads page:
+https://cloudstack.apache.org/downloads#cloudstack-kubernetes-provider-release
+
+Changelog for this release can be found here:
+https://github.com/apache/cloudstack-kubernetes-provider/releases/tag/v1.2.0
+
+In addition to the official source code release, the container image
+is available here:
+https://hub.docker.com/layers/apache/cloudstack-kubernetes-provider/v1.2.0
diff --git a/blog/authors.yml b/blog/authors.yml
index 8c3731816..cc8b248c0 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -93,3 +93,9 @@ harikrishna:
   title: PMC Member
   url: https://github.com/harikrishna-patnala
   image_url: /img/authors/harikrishna.png
+
+vishesh:
+  name: Vishesh Jindal
+  title: PMC Member
+  url: https://github.com/vishesh92
+  image_url: /img/authors/vishesh.png
diff --git a/src/pages/downloads.mdx b/src/pages/downloads.mdx
index f576e32d3..ec9661acf 100644
--- a/src/pages/downloads.mdx
+++ b/src/pages/downloads.mdx
@@ -176,12 +176,12 @@ 
here](https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes
 
 ### Source Release
 
-The current release is `v1.1.0`.
+The current release is `v1.2.0`.
 
-<a className="button button--primary button--lg" 
href="https://www.apache.org/dyn/closer.lua/cloudstack/releases/kubernetes-provider-1.1.0/apache-cloudstack-kubernetes-provider-1.1.0-src.tar.bz2";>Get
 the v1.1.0 Source</a>&nbsp;
+<a className="button button--primary button--lg" 
href="https://www.apache.org/dyn/closer.lua/cloudstack/releases/kubernetes-provider-1.2.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2";>Get
 the v1.2.0 Source</a>&nbsp;
 <a className="button button--secondary button--sm" 
href="https://dlcdn.apache.org/cloudstack/KEYS";>KEYS</a>&nbsp;
-<a className="button button--secondary button--sm" 
href="https://dlcdn.apache.org/cloudstack/releases/kubernetes-provider-1.1.0/apache-cloudstack-kubernetes-provider-1.1.0-src.tar.bz2.asc";>PGP</a>&nbsp;
-<a className="button button--secondary button--sm" 
href="https://dlcdn.apache.org/cloudstack/releases/kubernetes-provider-1.1.0/apache-cloudstack-kubernetes-provider-1.1.0-src.tar.bz2.sha512";>SHA512</a><br/>
+<a className="button button--secondary button--sm" 
href="https://dlcdn.apache.org/cloudstack/releases/kubernetes-provider-1.2.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2.asc";>PGP</a>&nbsp;
+<a className="button button--secondary button--sm" 
href="https://dlcdn.apache.org/cloudstack/releases/kubernetes-provider-1.2.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2.sha512";>SHA512</a><br/>
 <br/>
 
 ### Docker Release
diff --git a/static/img/authors/vishesh.png b/static/img/authors/vishesh.png
new file mode 100644
index 000000000..fb204cd4a
Binary files /dev/null and b/static/img/authors/vishesh.png differ

Reply via email to