Skip to content

Commit df5402f

Browse files
Add release notes for v0.12.22 (#3603)
Co-authored-by: michaeljguarino <3838088+michaeljguarino@users.noreply.github.com>
1 parent 182eb59 commit df5402f

2 files changed

Lines changed: 109 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
- [v0.12.22](releases/v0.12.22.md)
34
- [v0.12.21](releases/v0.12.21.md)
45
- [v0.12.20](releases/v0.12.20.md)
56
- [v0.12.17](releases/v0.12.17.md)

releases/v0.12.22.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# v0.12.22
2+
3+
## New Features 🎉
4+
5+
* **fix: AI Proxy fixes** ([#3571](https://github.com/pluralsh/console/pull/3571)) by @michaeljguarino
6+
7+
> AI Proxy functionality has been enhanced with critical fixes that improve the reliability and performance of the deployment operator workflows. These adjustments streamline the integration of various programming languages and tools, ensuring smoother operations and more robust support for AI-driven automation within the Plural Console. Users can expect a more efficient experience when deploying AI agents, ultimately leading to better resource management and operational efficiency.
8+
9+
* **Compatibility Matrix Update 2026-05-17** ([#3572](https://github.com/pluralsh/console/pull/3572)) by @app/github-actions
10+
11+
> The compatibility matrix for the Kubecost addon has been updated to include version v3.1.7-eksbuild.1, which now supports Kubernetes versions 1.27 through 1.35. This enhancement ensures users can leverage the latest features and improvements of Kubecost while maintaining compatibility with a broader range of Kubernetes versions, thereby improving operational flexibility and performance monitoring capabilities.
12+
13+
* **Compatibility Matrix Update 2026-05-17** ([#3573](https://github.com/pluralsh/console/pull/3573)) by @app/github-actions
14+
15+
> The compatibility matrix has been updated to include version 85.1.2 of the kube-prometheus-stack, which now supports Kubernetes versions 1.25 through 1.35. This update improves alerting accuracy for the `KubeletServerCertificateExpiration` rule and upgrades the bundled Grafana Helm release to version 12.3.3, enhancing overall monitoring capabilities and reducing alert noise for users.
16+
17+
* **feat: Add full GitLab, Bitbucket, Azure DevOps SCM support** ([#3575](https://github.com/pluralsh/console/pull/3575)) by @zreigz
18+
19+
> Full support for GitLab, Bitbucket, and Azure DevOps source control management (SCM) has been added, enhancing the deployment operator's capabilities. This integration allows users to seamlessly manage pull requests and CI checks across these platforms, streamlining workflows and improving collaboration within teams. With this update, users can now leverage a wider range of SCM options, making it easier to incorporate their preferred tools into the Plural ecosystem.
20+
21+
* **Compatibility Matrix Update 2026-05-19** ([#3577](https://github.com/pluralsh/console/pull/3577)) by @app/github-actions
22+
23+
> The compatibility matrix for EKS has been updated to include new versions of Fluent Bit (v5.0.5-eksbuild.1) and Prometheus Node Exporter (v1.11.1-eksbuild.4), which are now compatible with Kubernetes versions 1.30 through 1.35. This enhancement ensures users can leverage the latest features and improvements in these addons while maintaining compatibility with their existing Kubernetes clusters.
24+
25+
* **Compatibility Matrix Update 2026-05-19** ([#3578](https://github.com/pluralsh/console/pull/3578)) by @app/github-actions
26+
27+
> The compatibility matrix has been updated to include Istio version 1.30.0, compatible with Kubernetes versions 1.32 to 1.36, enhancing support for newer Kubernetes environments. Additionally, the kube-prometheus-stack has been upgraded to version 85.1.3, which improves rule rendering by skipping disabled single-rule groups, thus reducing noise and potential invalid outputs. These updates ensure users have access to the latest features and optimizations for better performance and reliability in their Kubernetes deployments.
28+
29+
* **feat: Work on git based skill updates** ([#3580](https://github.com/pluralsh/console/pull/3580)) by @michaeljguarino
30+
31+
> Significant updates have been made to the Git-based skill management features within Plural, enhancing the integration with tools like Sentry and improving the overall functionality of the AI components. These changes streamline the process of managing AI agent runs and workbench tools, ensuring a more efficient user experience when utilizing these capabilities. Additionally, the removal of outdated checks in the pull request template simplifies the contribution process for developers.
32+
33+
* **Compatibility Matrix Update 2026-05-20** ([#3581](https://github.com/pluralsh/console/pull/3581)) by @app/github-actions
34+
35+
> The compatibility matrix for EKS has been updated to include new versions for several addons, specifically the AWS EBS CSI Driver, kube-state-metrics, and snapshot-controller. These updates specify compatibility with Kubernetes versions 1.30 through 1.35, ensuring users can leverage the latest features and improvements of these addons while maintaining compatibility with their existing Kubernetes clusters. This enhancement is crucial for users seeking to optimize their EKS environments with the most current and compatible tooling.
36+
37+
* **Compatibility Matrix Update 2026-05-21** ([#3583](https://github.com/pluralsh/console/pull/3583)) by @app/github-actions
38+
39+
> The compatibility matrix for EKS has been updated to include new versions for several addons, specifically the eks-node-monitoring-agent, external-dns, and vpc-cni. These updates ensure compatibility with Kubernetes versions 1.29 through 1.35, enhancing the flexibility and reliability of deployments on EKS. Users can now leverage these addons with the latest Kubernetes versions, improving their operational efficiency and support for new features.
40+
41+
* **Compatibility Matrix Update 2026-05-21** ([#3584](https://github.com/pluralsh/console/pull/3584)) by @app/github-actions
42+
43+
> The compatibility matrix has been updated to reflect new versions and end-of-life dates for several Kubernetes add-ons, including Calico and the Kube Prometheus Stack. Notably, the Kube Prometheus Stack has been upgraded to version 85.2.0, which includes refreshed Kubernetes mixin content that may adjust metrics and alerts to align with upstream changes. These updates ensure users have access to the latest features and compatibility information, enhancing the overall stability and performance of their Kubernetes environments.
44+
45+
* **feat: cloud-query lua tool** ([#3585](https://github.com/pluralsh/console/pull/3585)) by @zreigz
46+
47+
> The new cloud-query Lua tool allows users to execute Lua scripts directly within the Plural environment, enhancing automation capabilities. This feature enables users to leverage Lua for custom scripting, with results returned in JSON format, streamlining workflows and reducing the need for external scripting solutions. This addition is significant for users looking to implement more complex logic and automation in their Kubernetes management processes.
48+
49+
* **feat(agent-harness,mcpserver): agent run mcp server should be a sidecar** ([#3586](https://github.com/pluralsh/console/pull/3586)) by @floreks
50+
51+
> The agent run MCP server has been refactored to operate as a sidecar, enhancing its integration within the deployment architecture. This change allows for improved resource management and scalability, ensuring that the MCP server can efficiently handle requests alongside the agent harness. Users will benefit from a more streamlined deployment process and better performance in managing Kubernetes workloads.
52+
53+
* **feat: Sentinel postrun scripts** ([#3591](https://github.com/pluralsh/console/pull/3591)) by @michaeljguarino
54+
55+
> New functionality has been added to support Sentinel postrun scripts, enhancing the integration with PagerDuty. Users can now set up PagerDuty webhooks and utilize a new `SecretInputWithGenerate` component for easier management of sensitive data, improving the overall user experience in configuring observability webhooks. This update streamlines incident management workflows and automates the generation of secrets, making it simpler for teams to respond to alerts effectively.
56+
57+
* **Compatibility Matrix Update 2026-05-22** ([#3594](https://github.com/pluralsh/console/pull/3594)) by @app/github-actions
58+
59+
> The compatibility matrix for EKS has been updated to include new versions and their respective Kubernetes compatibility ranges. Notably, versions such as `v0.9.3-eksbuild.1` and `v1.9.0-eksbuild.1` are now supported across multiple Kubernetes versions, enhancing the flexibility and reliability for users managing their EKS deployments. This update ensures that users can leverage the latest features and improvements while maintaining compatibility with their existing Kubernetes clusters.
60+
61+
* **Compatibility Matrix Update 2026-05-22** ([#3595](https://github.com/pluralsh/console/pull/3595)) by @app/github-actions
62+
63+
> The compatibility matrix has been updated to include new versions for several Kubernetes add-ons, including Amazon VPC CNI, Argo CD, Argo Workflows, Istio, KServe, and Kube Prometheus Stack. Notably, the Kube Prometheus Stack now features version 85.2.1, which includes non-major updates to bundled dependencies, enhancing stability and performance. Additionally, the Istio add-on has a new end-of-life date set for November 30, 2026, ensuring users are aware of its support timeline.
64+
65+
* **fix: pin deployment-operator grpc dependency** ([#3597](https://github.com/pluralsh/console/pull/3597)) by @app/plural-copilot
66+
67+
> The deployment operator's gRPC dependency has been pinned to ensure stability and compatibility within the system. This change addresses potential issues that may arise from automatic updates, providing a more reliable environment for users managing Kubernetes deployments.
68+
69+
* **Compatibility Matrix Update 2026-05-23** ([#3599](https://github.com/pluralsh/console/pull/3599)) by @app/github-actions
70+
71+
> The compatibility matrix has been updated to include the new version 1.60.1 of the AWS EBS CSI Driver, which supports Kubernetes versions 1.20 through 1.35, ensuring users can leverage the latest features and fixes. Additionally, kube-prometheus-stack has been upgraded to version 85.2.2, introducing support for configuring extra environment variables on ThanosRuler, enhancing flexibility for users managing their monitoring setups. These updates are crucial for maintaining compatibility and optimizing the performance of Kubernetes deployments.
72+
73+
* **Prepare v0.12.22** ([#3602](https://github.com/pluralsh/console/pull/3602)) by @michaeljguarino
74+
75+
> The release of version v0.12.22 includes an update to the agent version, now at v0.6.42, enhancing performance and stability. Additionally, the dependency on the `req_llm` library has been upgraded to version 1.12, which may introduce new features and improvements for AI-related functionalities. These updates are crucial for maintaining optimal operation and leveraging the latest enhancements in the Plural Console.
76+
77+
78+
## Bug Fixes 🐛
79+
80+
* **Security: Update certifi to 2024.12.14** ([#3576](https://github.com/pluralsh/console/pull/3576)) by @app/plural-copilot
81+
82+
> The certifi package has been updated to version 2024.12.14, enhancing the security of SSL/TLS connections within the application. This update ensures that users benefit from the latest security certificates, helping to protect against potential vulnerabilities and maintain secure communications.
83+
84+
* **fix: refresh deployment-operator builder image for stdlib vulnerability** ([#3596](https://github.com/pluralsh/console/pull/3596)) by @app/plural-copilot
85+
86+
> The deployment-operator builder image has been updated to use `golang:1.26.3-alpine3.23`, addressing a vulnerability in the standard library. This enhancement ensures improved security and stability for users relying on the deployment-operator, reinforcing the overall integrity of their Kubernetes deployments.
87+
88+
* **fix: Begin Prepping v0.12.22** ([#3601](https://github.com/pluralsh/console/pull/3601)) by @michaeljguarino
89+
90+
> Version v0.12.22 introduces several important updates, including an increment in the AGENT_VERSION to v0.6.41, which enhances the deployment operator's capabilities. Additionally, the deployment workflow has been refined by modifying the version extraction process in the GitHub Actions configuration, ensuring more accurate version handling. These changes are crucial for maintaining a reliable and efficient deployment process within the Plural ecosystem.
91+
92+
93+
## Other Changes
94+
95+
* **Add release notes for v0.12.21** ([#3568](https://github.com/pluralsh/console/pull/3568)) by @app/github-actions
96+
97+
> The release of v0.12.21 introduces significant enhancements to the Plural Console, including a migration from Bamboo to Swoosh for improved email handling, which streamlines configuration and boosts reliability. Users can now invoke serverless functions directly from the console with the new `InvokeLambda` API integration, enhancing operational efficiency. Additionally, a new NetworkPolicy for the cloud-query component enhances security by restricting ingress traffic, ensuring that only authorized connections are permitted.
98+
99+
* **Release rapid v0.12.21** ([#3569](https://github.com/pluralsh/console/pull/3569)) by @app/github-actions
100+
101+
> The rapid release v0.12.21 introduces an updated version of the console and controller components, enhancing the overall functionality and performance of the Plural Console. Notably, the controller has been upgraded from version 0.0.188 to 0.0.189, which may include important bug fixes and improvements. This update ensures users benefit from the latest features and stability enhancements in their Kubernetes management workflows.
102+
103+
* **Release v0.12.21** ([#3570](https://github.com/pluralsh/console/pull/3570)) by @app/github-actions
104+
105+
> The release of version 0.12.21 introduces updates to the Plural Console and its dependencies, including the controller and datastore components, which have been upgraded to versions 0.0.189 and 0.0.65, respectively. Additionally, the liveness and readiness probe configurations have been adjusted to enhance the application's responsiveness, with increased initial delay and period settings. These changes improve the overall stability and performance of the Plural Console, ensuring a more reliable user experience.
106+
107+
108+
**Full Changelog**: [v0.12.21...v0.12.22](https://github.com/pluralsh/console/compare/v0.12.21...v0.12.22)

0 commit comments

Comments
 (0)