This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Releases: mrgb7/playground
Releases · mrgb7/playground
Release list
Release v0.3.3
Changes
🐛 Bug Fixes
- fix(dependency): Fix ensuring dependencies up and running before install next plugin and fix cluster LB IPs conflict (#47)
Release v0.3.2
Release v0.3.1
Release v0.3.0
Release v0.2.2
Release v0.2.1
Release v0.2.0
Release v0.1.1
Changes
📦 Other Changes
- Fix plugin installer tracking to prevent wrong installer usage during uninstall (#29)
Release v0.1.0
Changes
🚀 Features
- feat: Production-ready improvements with comprehensive testing framework (#26)
- feat: add cluster resource configuration for CPU, memory, and disk (#25)
- feat: Add TLS plugin with automatic ArgoCD HTTPS integration (#24)
- feat: add ingress plugin for cluster domain management (#23)
- feat: add cluster list command to display existing clusters (#22)
- feat: implement comprehensive GitHub CI/CD pipeline with semantic versioning (#16)
- feat: implement ArgoCD installer with port forwarding (#13)
- feat: implement cert-manager helm plugin - Add complete cert-manager plugin implementation following ArgoCD pattern - Use official jetstack helm repository (https://charts.jetstack.io) - Configure cert-manager v1.17.2 with proper default values - Enable CRDs, prometheus monitoring, and webhook timeout configuration - Add cert-manager to plugin add/remove commands for CLI integration - Implement proper status checking via namespace verification - All tests pass and plugin is properly registered (#12)
🐛 Bug Fixes
- fix: correct broken installation commands in README (#21)
- fix: Resolve kubeconfig parsing issue for K3s clusters - Fixed yaml parsing error by using clientcmd.Load instead of yaml.Unmarshal - K3s generates kubeconfig with arrays but Go client expects maps - Added proper IP address replacement and cluster-specific naming - Cluster creation now completes successfully with working kubeconfig (#14)
- fix: resolve broken test cases - update constant names, fix function calls, and replace invalid tests (#11)
📦 Other Changes
- Fix nginx-ingress admission webhook TLS validation error (#28)
- Fix nginx-ingress dependency validation (#27)
- feature nginx plugin (#20)
- (fix): Trigger CI with fix (#19)
- Clean up docs (#18)
- Clean up docs (#17)
- Fix ArgoCD installer to actually create applications (#15)
- Fix logging and typo mistakes
- Merge WIP