• v1.0.9 c09dce8441

    Stable

    scottk released this 2025-05-20 10:26:41 +00:00 | 7 commits to master since this release

    📅 Originally published on GitHub: Mon, 25 Aug 2025 06:35:07 GMT
    🏷️ Git tag created: Tue, 20 May 2025 10:26:41 GMT

    What's Changed

    Downloads
  • v1.0.8 c09dce8441

    Stable

    scottk released this 2025-05-20 10:26:41 +00:00 | 7 commits to master since this release

    📅 Originally published on GitHub: Tue, 20 May 2025 10:27:37 GMT
    🏷️ Git tag created: Tue, 20 May 2025 10:26:41 GMT

    What's Changed

    Downloads
  • v1.0.4 da26325068

    Stable

    scottk released this 2024-01-03 09:34:09 +00:00 | 9 commits to master since this release

    📅 Originally published on GitHub: Sat, 19 Oct 2024 06:24:38 GMT
    🏷️ Git tag created: Wed, 03 Jan 2024 09:34:09 GMT

    • Verify connection doesn't work: when verifying Kerberos Vault it was throwing an verification error, even though settings were correct
    • Docker Hub image repository was changed we moved to uugai/factory.
    Downloads
  • Stable

    scottk released this 2023-10-25 15:12:29 +00:00 | 11 commits to master since this release

    📅 Originally published on GitHub: Wed, 25 Oct 2023 15:23:46 GMT
    🏷️ Git tag created: Wed, 25 Oct 2023 15:12:29 GMT

    Changes

    • Add encryption feature, now you can enable E2E encryption for all of your Kerberos Agents (RSA + AES).
    • White labeling factory using your own stylesheet.

    Release

    Downloads
  • Stable

    scottk released this 2023-04-28 08:17:52 +00:00 | 36 commits to master since this release

    📅 Originally published on GitHub: Fri, 28 Apr 2023 08:23:42 GMT
    🏷️ Git tag created: Fri, 28 Apr 2023 08:17:52 GMT

    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

    Downloads
  • Stable

    scottk released this 2022-10-21 03:58:24 +00:00 | 55 commits to master since this release

    📅 Originally published on GitHub: Fri, 21 Oct 2022 10:35:40 GMT
    🏷️ Git tag created: Fri, 21 Oct 2022 03:58:24 GMT

    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.

    1. Upgrade Kerberos Factory to 1.0.669719463 and change base image for Kerberos Agents to 3ce9adc.
    2. Newly created Kerberos Agents will work out-of-the-box, however old Kerberos Agents still run on the old service port :8080.
    3. 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.
    4. Run the edit command kubectl edit svc kerberosagent-<agent_name> -n kerberos-factory and change the ports from 8080 to 80. Update the new service file CTRL+O.
    5. Open the Kerberos Factory UI, and press the Edit camera button. The edit modal should appear now.

    Release

    Downloads
  • Stable

    scottk released this 2022-02-05 09:23:45 +00:00 | 62 commits to master since this release

    📅 Originally published on GitHub: Sat, 05 Feb 2022 18:21:51 GMT
    🏷️ Git tag created: Sat, 05 Feb 2022 09:23:45 GMT

    Changes

    Release

    Downloads