Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Releases: mrgb7/playground

Release v0.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 08:49
240abf4

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

Choose a tag to compare

@github-actions github-actions released this 05 Jun 05:21
b685930

Changes

📦 Other Changes

  • Fix TLS plugin Chrome certificate validation issues (#44)

Release v0.3.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 19:18
7088f2d

Changes

🐛 Bug Fixes

  • fix: restrict plugin installed check to running status only (#41)

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 18:26
49a94da

Changes

🚀 Features

  • feat: Plugin Dependency Graph Management (#40)

Release v0.2.2

Choose a tag to compare

@github-actions github-actions released this 31 May 16:44
6dbd278

Changes

🐛 Bug Fixes

  • fix: delete plugin namespace after removing it (#39)

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 May 06:31
02f336c

Changes

📦 Other Changes

  • Revert "feat: Plugin Dependency Graph System with E2E Testing (#37)" (#38)

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 May 05:27
d79a516

Changes

🚀 Features

  • feat: Plugin Dependency Graph System with E2E Testing (#37)

📦 Other Changes

  • docs: Add cluster architecture documentation (#36)

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 May 20:09
11b5ee8

Changes

📦 Other Changes

  • Fix plugin installer tracking to prevent wrong installer usage during uninstall (#29)

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 19:29
f082cf2

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