Skip to content

Releases: 2aronS/on-prem

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 14:08
  • added support for multi-region deployment configurations
  • fixed race condition in container orchestration layer during rolling updates
  • refactored internal API client to use connection pooling
  • improved backup retention policy with configurable schedules
  • updated base images to address CVE-2024-1234 and CVE-2024-5678
  • reduced memory footprint of monitoring agents by ~30%

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 14:08
  • added support for kubernetes 1.28+ clusters
  • fixed race condition in deployment rollback causing stale state
  • refactored internal scheduler to reduce memory usage by ~30%
  • new api endpoint for bulk resource status queries
  • fixed incorrect timeout handling in ssh connection pool

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@2aronS 2aronS released this 19 May 14:08
  • initial release of self-hosted deployment platform with support for docker and kubernetes environments
  • added web ui for managing infrastructure configs and viewing deployment status
  • implemented role-based access control for team permissions
  • fixed connection pooling issues causing timeouts on large deployments
  • refactored internal task queue to use redis instead of in-memory storage
  • added cli tool for triggering deployments from ci/cd pipelines