Adds changelog in to keep a changelog format
testing/og-dhcp-API/pipeline/pr-main There was a failure building this commit Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details
ogdhcp/pipeline/tag There was a failure building this commit Details

deb-jenkins-pkg 0.0.4
Nicolas Arenas 2025-03-18 07:31:21 +01:00
parent 2d5d90a6dc
commit 0702c5d6cb
1 changed files with 24 additions and 0 deletions

24
CHANGELOG.md 100644
View File

@ -0,0 +1,24 @@
# Changelog
## [0.6.0] - 2025-03-03
### Added
- Nuevos parámetros a la subred: `dns` y `subnetname`, añadiéndolos a la configuración de Kea.
### Fixed
- Error de permisos en el instalador.
- Bugs en la creación del home `/opt/opengnsys` del usuario `opengnsys`.
## [0.5.5] - 2025-02-06
### Fixed
- Bugs en la creación del home `/opt/opengnsys` del usuario `opengnsys`.
## [0.5.4] - 2025-02-06
### Changed
- Se cambia el home del usuario `opengnsys` a `/opt/opengnsys`.
## [0.5.3] - 2025-01-13
### Added
- Logs para todos los endpoints siguiendo un formato JSON preestablecido.
### Changed
- Se actualiza `monolog.yaml` para devolver logs al journal de la máquina.