Skip to main content

53 posts tagged with "release"

View All Tags

Version 1.6.2

SleakOps Team

patch release Β· 09/19/2024


πŸš€ New Features​

  • Upgrades
    Updated Prometheus, Loki, and EBS CSI Driver to the latest versions as of August 2024.
  • EBS CSI Driver Migration
    SleakOps now uses the AWS-managed EKS Addon for the EBS CSI Driver, replacing the self-managed version.
  • Prometheus and Loki with EBS
    Prometheus now utilizes EBS volumes for data persistence, preventing data loss even if the pods crash.
  • Loki with SimpleScalable: It adopts a SimpleScalable
    structure with TSDB storage for logs, enhancing performance.
  • SQS Dead-letter Queues
    Now supports the creation of SQS queues with associated dead-letter queues for improved error handling.

πŸ› Bug Fixes​

  • Various minor bug fixes and improvements to the platform's workload flows.

Version 1.6.1

SleakOps Team

patch release Β· 08/22/2024


πŸš€ New Features​

  • Dependency Version Updates
    Updated versions of MQ, Elasticsearch, Memcache, and Redis dependencies.
  • Authentication Improvements
    Added support for storing authentication tokens via cookies instead of local storage.
  • Added ACM validation record printing on the ACM detail screen, and ACM status is now included in the system.

πŸ› Bug Fixes​

  • Issues with the provider flow have been resolved.

Version 1.6.0

SleakOps Team

minor release Β· 08/12/2024


πŸš€ New Features​

  • Support for ARM Instances and Additional RDS Versions
    Added ARM instances and extra versions in RDS.
  • EKS Updated to Version 1.29
    EKS has been updated to version 1.29. Changelogs for EKS updates are now displayed.
  • Improvements in Provider Creation and Editing
    Screens and fields for provider forms were updated, including changes in states and visual display.
  • Improved Repository Search
    Added support for asynchronous search in the repository selector and enhanced the search function for GitHub, GitLab, and Bitbucket.
  • Healthcheck Parameterization
    Healthcheck properties can now be parameterized with JSONSchema.
  • New Dashboard
    A new dashboard has been added to view consumption by namespace.
  • Fixed an error when regenerating certificates, as well as issues with builds not running properly.
  • Frontend errors related to listing and API problems that caused filtering errors have been corrected.

πŸ› Bug Fixes​

  • Fixed an error when regenerating certificates, as well as issues with builds not running properly.
  • Frontend errors related to listing and API problems that caused filtering errors have been corrected.

Version 1.5.1

SleakOps Team

patch release Β· 06/24/2024


πŸš€ New Features​

  • Advanced Resource Configuration
    Advanced options for resource configuration in project environments have been implemented.
  • Optimization of Data Collection Scripts
    Improved the efficiency of data collection scripts for faster workload.

πŸ› Bug Fixes​

  • Several interface errors affecting system usability have been resolved.

Version 1.5.0

SleakOps Team

minor release Β· 05/23/2024


πŸš€ New Features​

  • Multiple Project Environments Creation
    You can now create multiple project environments using the same repository and branch.
  • Domain Validation for Aliases
    Improved domain creation validation for aliases by using an existing usable ACM for ingress.
  • Resource Configuration in Project Env
    Added the ability to configure build and deploy resources per project environment.
  • Deploy and Build Request Configuration
    Added the option to configure deploy and build requests in a ProjectEnv.
  • Grafana Dashboard
    A Grafana dashboard was incorporated to visualize consumption by namespace.
  • Loki Configuration
    Logs can now be searched by namespace with the new Loki configuration.
  • Data Collection
    Improved the billing collection script to be idempotent and executable for specific dates.

πŸ› Bug Fixes​

  • Fixed an error when creating S3 dependencies and solved a critical problem with vargroups during cluster shutdown updates.
  • Fixed a critical error when inviting collaborators.