Releases: devopshobbies/devops-gpt
Releases · devopshobbies/devops-gpt
v0.37.1
v0.37.0
v0.36.3
v0.36.2
v0.36.1
v0.36.0
v0.35.0
0.35.0 (2024-12-08)
Features
- helmchart: add web as a new helm template (0ade2c9)
- Makefile: Add Makefile for running devopsgpt app (9eea88f)
- web: Make 'Version' and 'Networks' fields required in Docker Compose (baf4635)
- web: Simplify network configuration in Docker Compose (e3481c8)
Bug Fixes
- compose: add /api route for the fastapi service (b762313)
- web: Correct handling of empty fields in Docker Compose API request (52820d9)
- web: Correct shadow issue for select box in light mode (8c000cc)
Code Refactoring
v0.34.1
v0.34.0
0.34.0 (2024-12-06)
Features
- compose: Merge pull request #129 from MiladSadeghi/pr-127 (a4b24fa)
- docker-compose: add Docker Compose page with service management and validation schema (cfaf1e2)
- docker-compose: update ServiceSchema to include name and change services to an array in DockerComposeSchema (4c740f6)
- web: Add command field in docker compose (58980b4)
- web: add Docker Compose API endpoint and update form handling (42452a8)
- web: add network management fields and validation schema to Docker Compose (92335a2)
- web: add service management fields for dependencies, ports, volumes, and networks (7148609)
- web: add utility functions for converting key-value pairs and services to objects (ae4c282)
- web: enhance network fields handling and improve validation messages (ef1d6b1)
- web: enhance service configuration handling and improve network type definitions (ec46140)
- web: enhance service management with environment fields and validation (d157717)
- web: expand DockerComposeBody interface with detailed service structure and validation schemas (79f01e5)
- web: integrate download functionality for Docker Compose files (45d56b5)
- web: make build configuration optional in service config (0525afb)
- web: merge with master (bcb7cc8)
- web: refactor Docker Compose handling and enhance network schema validation (e1eab64)
- web: refactor Docker Compose types and enhance network configuration handling (90702f5)
- web: remove console log from Docker Compose request handling (cd86001)
- web: rename PodEnvironmentFields to ServiceEnvironmentFields and update related references (592105f)
Bug Fixes
- web: Resolve network field issue in service of docker compose (b97f26c)