Copilot commented on code in PR #392: URL: https://github.com/apache/cloudstack-www/pull/392#discussion_r2650619197
########## 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 +--- + +[](/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. Review Comment: The capitalization of "Cloudstack" is inconsistent with "CloudStack" used elsewhere in the document. Line 14 uses "Cloudstack" (lowercase 's') while the correct product name is "CloudStack" with capital 'S', as used in the title and other parts of the document. ```suggestion that facilitates Kubernetes deployments on CloudStack. ``` ########## 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> +<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.2.0-src.tar.bz2">Get the v1.2.0 Source</a> <a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/KEYS">KEYS</a> -<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> -<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.1.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2.asc">PGP</a> +<a className="button button--secondary button--sm" href="https://dlcdn.apache.org/cloudstack/releases/kubernetes-provider-1.1.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2.sha512">SHA512</a><br/> Review Comment: The download URLs contain inconsistent paths. The URLs are using 'kubernetes-provider-1.1.0' in the path but referencing v1.2.0 files. The path should be updated to 'kubernetes-provider-1.2.0' to match the new version. For example, line 181 should use: `https://www.apache.org/dyn/closer.lua/cloudstack/releases/kubernetes-provider-1.2.0/apache-cloudstack-kubernetes-provider-1.2.0-src.tar.bz2` Similarly, lines 183 and 184 should also use 'kubernetes-provider-1.2.0' in their paths instead of 'kubernetes-provider-1.1.0'. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
