Skip to content

Releases: devopshobbies/devops-gpt

v0.37.0

10 Dec 15:12
222d0c5
Compare
Choose a tag to compare

0.37.0 (2024-12-10)

Features

  • cicd-workflow: add deployment section to the ci workflow (bc93d8e)
  • Makefile: add submodule section to Makefile (f61907b)

Bug Fixes

  • unit-test-workflow: remove docker login section (8fde44b)

v0.36.3

10 Dec 12:51
935a2a4
Compare
Choose a tag to compare

0.36.3 (2024-12-10)

v0.36.2

10 Dec 09:39
020aef5
Compare
Choose a tag to compare

0.36.2 (2024-12-10)

v0.36.1

09 Dec 10:32
5383fcb
Compare
Choose a tag to compare

0.36.1 (2024-12-09)

Bug Fixes

  • ci: add submodule option to the checkout section (5b80d53)
  • ci: add submodule recursive to the checkout section (d2f7376)

v0.36.0

09 Dec 10:03
Compare
Choose a tag to compare

0.36.0 (2024-12-09)

Features

  • git-submodule: add admin-panel as a git-submodule (a11d487)

Bug Fixes

  • Makefile: modify docker compose command (e42f9d3)

Continuous Integration

  • docker-compose: modify build section of web service to point to the new dir (6c7b423)

v0.35.0

08 Dec 14:10
f1c9877
Compare
Choose a tag to compare

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

  • web: Conditional validation for Docker Compose image and build fields (cd60faf)
  • web: Improve API error handling on ChatGPT-related pages (89e2035)
  • web: Improve Docker Compose form UI/UX and fix download behavior (912abea)
  • web: Improve UI/UX for Helm template form (a6b0277)

v0.34.1

06 Dec 17:55
c90d32b
Compare
Choose a tag to compare

0.34.1 (2024-12-06)

v0.34.0

06 Dec 07:42
a4b24fa
Compare
Choose a tag to compare

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)

Code Refactoring

  • web: Handle empty fields by sending null in Docker Compose (8aee3e9)
  • web: remove unused watch from form select component (2d8cfe0)

v0.33.1

05 Dec 09:27
ce99394
Compare
Choose a tag to compare

0.33.1 (2024-12-05)

v0.33.0

04 Dec 19:07
2525686
Compare
Choose a tag to compare

0.33.0 (2024-12-04)

Features

  • web: Add Ansible Template route with placeholder Services page (725daea)
  • web: Add download functionality to Ansible Template Docker service (cb19b79)
  • web: Add download functionality to Ansible Template Kubernetes service (946da72)
  • web: Add download functionality to Ansible Template Nginx service (79d52ab)
  • web: Add new Nginx version options in Ansible Template service (3b9d06e)
  • web: Add version combobox for docker service in Ansible Template (b4745fe)

Styles

  • web: Increase height of bug fix and basic page message box (1d04c54)

Code Refactoring

  • web: Fix Helm Template structure and styling issues (76bbb72)
  • web: Remove LB nodes from kuber service in Ansible template (38a4cda)
  • web: Reorder navbar links (1e6ef77)
  • web: Require all fields in Ansible Template Docker service form (2cb9318)
  • web: Update version input to dropdown in Ansible Template Kubernetes service (c30f0ee)
  • web: Update version input to dropdown in Ansible Template Nginx service (b9f0eb4)
  • web: Update environment field border color for error state in Helm Template (97299e4)