Skip to main content

Version 2.10.0

SleakOps Team

minor release · May 13, 2026


🚀 New Features

  • Advanced AWS Bedrock Cost Monitoring and Budget Limit Definition
    SleakOps now monitors the total costs of AWS Bedrock requests made through SleakOps and allows defining a maximum spending limit.

  • Buildpacks Option at Project Level (alpha) Starting with this version, projects can choose Buildpacks as an alternative to Docker to build their applications, replicating the flexibility of platforms like Northflank or Heroku.

  • Redis Cluster Support as a Dependency
    SleakOps now supports Redis in cluster mode as a dependency, enabling greater scalability and high availability for workloads that require it.

  • AI-Generated Reports (beta) New feature that allows generating reports of different types: cost details, security analysis, infrastructure diagrams. Results can be refined through a chat interface to meet specific needs. Outputs are visual and actionable, providing advanced visibility from the SleakOps console.

  • New Upgrades Section (beta) The update system has been redesigned for greater reliability and transparency. Infrastructure updates can now be scheduled and monitored from a dedicated screen. Some updates, such as cluster updates, include a detailed status report.

  • BuildKit
    Kaniko was deprecated as the build system and BuildKit was adopted, a widely adopted solution in the industry with active support and a consolidated community, available across all projects.

  • Private AI Integration
    AI analyses used in autodiagnostics, reports, and support run within the client's own AWS account. This ensures that infrastructure information does not leave the controlled environment, improving data encapsulation, regulatory compliance, and response latency.


✨ Improvements

  • Improved Table Usability
    The Actions column is now fixed during horizontal scrolling in all tables, providing quick access to resource actions.

  • New Members Table View
    The Members table now displays the user name above the email, visual access card icons, and role badges for clearer identification and easier management.

  • Custom Routing in Workload Ingress
    It is now possible to direct ingress URLs and aliases to specific Kubernetes services from the UI, maintaining these assignments after redeploys, enabling advanced routing scenarios.

  • Redesigned Webservices Form (alpha) The webservices and workloads form is now divided into logical sections and is no longer generic, combining simplicity for new users and advanced options for experts.

  • Improved Variable Groups Filtering
    Filtering by project in variable groups now includes both those directly associated and those that share variables with the project.

  • Dedicated Activity Log Screen
    Improved navigation in activity records, with more filters and cross-navigation between resources, users, and activity.

  • Addons Screen in Clusters
    New dedicated screen to browse and manage the addons of a cluster, making management easier with large numbers of addons. Accessible directly from the cluster detail, it allows opening the detail of each addon.

  • Improvements to Resource Details and New Details (Members, Environments, and Clusters)
    It is now possible to view all configurations from a detail view and navigate between details when a resource is related to another, facilitating administration and maintaining a coherent experience. Additionally, the Members, Environments, and Clusters listings now have detail views.

  • Infrastructure-Only Mode in Dockertron (beta) Dockertron now supports an "infrastructure-only" mode, allowing projects that already have Dockerfiles to leverage the SleakOps infrastructure modeler without regenerating Docker or docker-compose files unnecessarily.


🐛 Bug Fixes

  • Broken Links in Deployment Details
    Resolved the issue that prevented links from working in the Deployments Detail screen for users.

  • Variable Groups Cache Update in Dependencies
    Fixed an error where variable groups in the dependency detail did not update correctly when switching between different dependencies.

  • Volume Status Update
    Volumes now correctly update their status after modifications, ensuring reliable tracking.

  • Command Autocomplete Fix
    Investigated and adjusted the case where commands autocomplete unexpectedly when deleted.

  • Multi-line Display Fix in Activity Log
    Fixed the rendering of activity records with multiple lines of text to display the correct format.