1.0.669719463
Changes
- Kerberos Agent is now running on port
:80
instead of:8080
. Therefore a change was made in Kerberos Factory to align this. For existing Kerberos Agents (created before this new version, please check the migration section). - Sub stream functionality has been added to the latest Kerberos Agent, and therefore an additional fields was added to the edit camera modal.
Migration
Kerberos Agents created before this Kerberos Factory release are exposed using the old port :8080
. Therefore the equivalent Kubernetes Service
is also configured to expose :8080
.
When upgrading Kerberos Factory to this release, you'll experience that Kerberos Agents can no longer be opened and the Kerberos Factory UI will crash due to it's not able to connect to the Kerberos Agent on port :8080
any longer. Please follow these steps to do an successful upgrade.
- Upgrade Kerberos Factory to
1.0.669719463
and change base image for Kerberos Agents to3ce9adc
. - Newly created Kerberos Agents will work out-of-the-box, however old Kerberos Agents still run on the old service port
:8080
. - Locate the old Kerberos Agents, created with the previous release of Kerberos Factory, and modify the relevant service file:
kubectl get svc -n kerberos-factory
. - Run the edit command
kubectl edit svc kerberosagent-<agent_name> -n kerberos-factory
and change the ports from8080
to80
. Update the new service fileCTRL+O
. - Open the Kerberos Factory UI, and press the
Edit camera
button. The edit modal should appear now.
Release
- Docker Hub
- kerberos/factory:1.0.669719463