Changelog
All notable changes to the Homelab Autoscaler project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Current Version
[v0.1.10] - 2024-10-17
Current stable release
Installation
# Add the Helm repository
helm repo add homelab-autoscaler https://autoscaler.homecluster.dev
helm repo update
# Install the chart
helm install homelab-autoscaler homelab-autoscaler/homelab-autoscaler --version 0.1.10
What's New
- Latest stable release with improved functionality
- Enhanced documentation and examples
- Bug fixes and performance improvements
Release History
Installation Instructions
Prerequisites
- Kubernetes cluster (v1.20+)
- Helm 3.x
- kubectl configured to access your cluster
Quick Installation
-
Add the Helm repository:
helm repo add homelab-autoscaler https://autoscaler.homecluster.dev
helm repo update -
Install the latest version:
helm install homelab-autoscaler homelab-autoscaler/homelab-autoscaler -
Install a specific version:
helm install homelab-autoscaler homelab-autoscaler/homelab-autoscaler --version 0.1.10
Configuration
For detailed configuration options, see the Installation Guide.
Upgrade Instructions
To upgrade to the latest version:
helm repo update
helm upgrade homelab-autoscaler homelab-autoscaler/homelab-autoscaler
To upgrade to a specific version:
helm upgrade homelab-autoscaler homelab-autoscaler/homelab-autoscaler --version 0.1.10
Breaking Changes
v0.1.x Series
- No breaking changes in the current series
- All releases are backward compatible
Links
Support
If you encounter any issues:
- Check the Troubleshooting Guide
- Review Known Issues
- Search existing GitHub Issues
- Create a new issue if needed
This changelog is automatically updated when new versions are released.