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 + + + +# 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`. -Get the v1.1.0 Source  +Get the v1.2.0 Source  KEYS  -PGP  -SHA512
+PGP  +SHA512

### 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