Added CHANGELOG

hotfix-timeout
Manuel Aranda Rosales 2025-02-06 14:50:22 +01:00
parent e0dfcd0f63
commit 935240809e
2 changed files with 26 additions and 3 deletions

23
CHANGELOG.md 100644
View File

@ -0,0 +1,23 @@
# Changelog
## [0.7.3] - 2025-01-03
### 🔹 Added
- Adaptados cambios en los endpoints para multiseleccion de clientes.
- Se agregó la funcionalidad de importar/exportar. Integración con ogRepository.
- Se agregó la funcionalidad de borrar imágenes. Integración con ogRepository.
- Se agregó el modo "TORRENT" y "UDPCAST" en el despliegue de imágenes.
### 🛠️ Fixed
### ⚡ Changed
- Refactorización del webhook de ogRepository.
### 🛑 Removed
---
## Formato de cambios:
- **Added**: Secciones con nuevas características.
- **Fixed**: Corrección de errores y bugs.
- **Changed**: Modificaciones o mejoras en funcionalidades existentes.
- **Removed**: Funcionalidades o dependencias eliminadas.

View File

@ -1,9 +1,9 @@
{
"vars": {
"OG_BOOT_API_URL": "192.168.68.60:8082",
"OG_DHCP_API_URL": "192.168.68.60:8081",
"OG_BOOT_API_URL": "192.168.68.57:8082",
"OG_DHCP_API_URL": "192.168.68.57:8081",
"OG_CORE_IP": "192.168.68.62",
"OG_LOG_IP": "192.168.68.61",
"OG_LOG_IP": "192.168.68.66",
"UDS_AUTH_LOGIN": "Usuarios locales",
"UDS_AUTH_USERNAME": "natiqindel",
"UDS_AUTH_PASSWORD": "correct horse battery staple",