From 935240809e74664379c08cdcaaaef18a9a51ff8f Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Thu, 6 Feb 2025 14:50:22 +0100 Subject: [PATCH] Added CHANGELOG --- CHANGELOG.md | 23 +++++++++++++++++++++++ env.json | 6 +++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0db93f5 --- /dev/null +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/env.json b/env.json index 57901a2..3b09454 100644 --- a/env.json +++ b/env.json @@ -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",