Compare commits

..

No commits in common. "d33c6ea48e3d14cf668d3a4991df6a75ed8c703a" and "ee76f7aa1197ad0a29732702bd3015075b44980a" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,9 +1,4 @@
# Changelog
## [0.13.1] - 2025-05-23
### Fixed
- Variable de entorno "SSl_ENABLED" desactivada por defecto.
---
## [0.13.0] - 2025-05-20
### Added
- Se ha creado la base para la comunicacion TLS con el agente.

View File

@ -87,7 +87,7 @@ class StatusAction extends AbstractOgAgentController
$client->setStatus(ClientStatus::OFF);
$this->entityManager->persist($client);
$this->entityManager->flush();
throw new ValidatorException('Error checking client status: ' . $data['error']);
throw new ValidatorException('Error deploying image');
}
if (isset($data['cfg'])) {
@ -95,7 +95,6 @@ class StatusAction extends AbstractOgAgentController
$this->createPartitionService->__invoke($data, $client);
}
$client->setStatus(ClientStatus::OG_LIVE);
$this->entityManager->persist($client);
$this->entityManager->flush();