Skip to content

Commit f155a71

Browse files
authored
add announcement blog for kubernetes provider v1.2.0 release (#392)
1 parent 4a40212 commit f155a71

File tree

5 files changed

+57
-4
lines changed

5 files changed

+57
-4
lines changed
187 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
layout: post
3+
title: CloudStack Kubernetes Provider v1.2.0 Release
4+
tags: [announcement]
5+
authors: [vishesh]
6+
slug: cloudstack-kubernetes-provider-v1.2.0
7+
---
8+
9+
[![](banner.jpg "CloudStack Kubernetes Provider v1.2.0 Release")](/blog/cloudstack-kubernetes-provider-v1.2.0)
10+
11+
The Apache CloudStack project is pleased to announce the release of
12+
[CloudStack Kubernetes Provider
13+
v1.2.0](https://github.com/apache/cloudstack-kubernetes-provider/releases/tag/v1.2.0)
14+
that facilitates Kubernetes deployments on CloudStack.
15+
16+
It allows Kubernetes to dynamically allocate IP addresses and the
17+
respective networking rules on CloudStack to ensure seamless TCP, UDP
18+
and TCP-Proxy LoadBalancer deployments on Kubernetes. This was
19+
historically part of the Kubernetes codebase which was later removed
20+
and donated to the project to allow for further maintenance of the
21+
provider plugin.
22+
23+
This release contains various bug fixes and improvements. Some of the
24+
highlighted features include:
25+
* Support for NetworkACLs for LB on VPC networks
26+
* Support configuring source CIDR list
27+
* ARM support for docker images
28+
29+
<!-- truncate -->
30+
31+
# Documentation
32+
33+
* https://github.com/apache/cloudstack-kubernetes-provider/blob/v1.2.0/README.md
34+
* https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-provider.html
35+
36+
# Downloads
37+
38+
The official source code for the v1.2.0 release can be downloaded from
39+
the downloads page:
40+
https://cloudstack.apache.org/downloads#cloudstack-kubernetes-provider-release
41+
42+
Changelog for this release can be found here:
43+
https://github.com/apache/cloudstack-kubernetes-provider/releases/tag/v1.2.0
44+
45+
In addition to the official source code release, the container image
46+
is available here:
47+
https://hub.docker.com/layers/apache/cloudstack-kubernetes-provider/v1.2.0

blog/authors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@ harikrishna:
9393
title: PMC Member
9494
url: https://github.com/harikrishna-patnala
9595
image_url: /img/authors/harikrishna.png
96+
97+
vishesh:
98+
name: Vishesh Jindal
99+
title: PMC Member
100+
url: https://github.com/vishesh92
101+
image_url: /img/authors/vishesh.png

src/pages/downloads.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ here](https://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes
176176

177177
### Source Release
178178

179-
The current release is `v1.1.0`.
179+
The current release is `v1.2.0`.
180180

181-
<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;
181+
<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;
182182
<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a>&nbsp;
183-
<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;
184-
<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/>
183+
<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;
184+
<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/>
185185
<br/>
186186

187187
### Docker Release

static/img/authors/vishesh.png

70 KB
Loading

0 commit comments

Comments
 (0)