Release v0.1.1 – Optimized Backend and CI Pipeline #11
Sam123ben
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v0.1.1 – Optimized Backend and CI Pipeline
Overview
This release, v0.1.1, introduces a major architectural improvement by consolidating multiple backend services into a single, streamlined application. Additionally, enhancements to the Docker setup and CI/CD pipeline significantly reduce complexity, improve build efficiency, and streamline deployment workflows.
Notable Changes
🛠 Backend Service Consolidation
fetch_company_details
,fetch_infra_types
, andfetch_internal_env_details
) are now combined into a singlemain.go
file, running on port8080
. This change simplifies application management and reduces resource consumption.🚀 Enhanced CI/CD Pipeline
🔄 Improved User Interface (UI) Functionality
Enhancements
Upgrade Notes
v0.1.1
orlatest
from Docker Hub:bash
docker run -p 8080:8080 sam123ben/infra-dashboard-backend:v0.1.1
Beta Was this translation helpful? Give feedback.
All reactions