1.0.851776620
Changes
- Merged API and Frontend projects (similar to Kerberos Agent), we no longer require two ingresses and two ports (see migration section).
- Update UI components, add mobile menu and sidebar fixes.
- Add health checks
- Ability to delete deployments, will now cleanup all resources previously (which was not the case, an error occurred when reusing the name).
- Ability to update resources for an individual resources (memory limit).
- Add verify camera RTSP connections.
- Add friendly name option
Migration
A single "simple" migration steps is required moving to this release. We have merged the API and Frontend into a single binary (similar to Kerberos Agent). Previously we had two applications served in the Kerberos Factory container 8082
and 80
. Now both the API and Frontend are served through a single binary running on port 80
.
Make sure to modify the K8S_PROXY
environment variable from port http://localhost:8082
to http://localhost:80
, as we now have all hosted on port 80
, and port 8082
is no longer required.
- name: K8S_PROXY
value: http://localhost:80
Release
- Docker Hub
- kerberos/factory:1.0.851776620