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
Uh oh!
There was an error while loading. Please reload this page.
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.gofile, 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.1orlatestfrom Docker Hub:bash
docker run -p 8080:8080 sam123ben/infra-dashboard-backend:v0.1.1
All reactions