|
| 1 | +--- |
| 2 | +title: Announcing ACE v2025.9.30 |
| 3 | +date: "2025-10-10" |
| 4 | +weight: 16 |
| 5 | +authors: |
| 6 | +- Arnob Kumar Saha |
| 7 | +tags: |
| 8 | +- billing-ui |
| 9 | +- cloud-native |
| 10 | +- cluster-ui |
| 11 | +- database |
| 12 | +- kubedb |
| 13 | +- kubedb-ui |
| 14 | +- kubernetes |
| 15 | +- kubestash |
| 16 | +- platform-ui |
| 17 | +- voyager-gateway |
| 18 | +--- |
| 19 | + |
| 20 | +We are pleased to announce the release of `ACE v2025.9.30`. ACE **v2025.9.30** focuses on improving scalability and automation for production-grade deployments. In this post, we’ll highlight the changes done in this release. |
| 21 | + |
| 22 | +### Key Changes |
| 23 | +- **Improved handling of billing usage values** by ensuring consistent rounding and normalizing the fractional part. |
| 24 | +- Skip name from license and **reuse existing licenses only if valid** |
| 25 | +- **Fix featureExclusionGroup issue** |
| 26 | + |
| 27 | +Here are the components specific changes: |
| 28 | + |
| 29 | +### Billing UI |
| 30 | + |
| 31 | +#### Fixes & Improvements |
| 32 | +Improved handling of billing usage values by ensuring consistent rounding and normalizing the fractional part. Previously, usage values were displayed as 0.0000 even when the fractional part was zero. Now, these values are normalized for a cleaner and more consistent display — for example: |
| 33 | + |
| 34 | +* `0.0001` → remains `0.0001` |
| 35 | +* `0.0100` → shown as `0.01` |
| 36 | +* `0.1000` → shown as `0.1` |
| 37 | +* `0.0000` → shown as `0` |
| 38 | + |
| 39 | +### Platform Backend |
| 40 | + |
| 41 | +#### Fixes & Improvements |
| 42 | +- Skip name from license and **reuse existing licenses only if valid**. This fixes the "license status unknown, reason: x509: SAN rfc822Name is malformed" error. |
| 43 | +> ⚠️ **Note:** If you still face this issue on ACE versions >= v2025.9.15, then you might need to restart the license-proxyserver pod. `kubectl delete pod -n kubeops -l app.kubernetes.io/instance=license-proxyserver` to fetch updated non-malformed license. |
| 44 | +
|
| 45 | +- **Fix featureExclusionGroup issue** on cluster import. |
| 46 | + |
| 47 | +## Support |
| 48 | +- **Contact Us**: Reach out via [our website](https://appscode.com/contact/). |
| 49 | +- **Release Updates**: Join our [google group](https://groups.google.com/a/appscode.com/g/releases) for release updates. |
| 50 | +- **Stay Updated**: Follow us on [Twitter/X](https://x.com/appscode) for product announcements. |
| 51 | +- **Tutorials**: Subscribe to our [YouTube channel](https://youtube.com/@appscode) for tutorials on production-grade Kubernetes tools. |
| 52 | +- **Learn More**: Explore [ACE](https://appscode.com/docs/). |
| 53 | +- **Report Issues**: File bugs or feature requests on [GitHub](https://github.com/appscode-cloud/launchpad/issues). |
0 commit comments