Skip to content

1.0.851776620

Compare
Choose a tag to compare
@cedricve cedricve released this 28 Apr 08:23
· 28 commits to master since this release

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