Skip to content

Releases: openkcm/krypton-operator

v0.7.0

04 Feb 12:29
1a6bdfb

Choose a tag to compare

feat: Operator supports configurable namespace watch scope via -watch-namespaces flag or WATCH_NAMESPACES env.
Default is * (watch all namespaces); set a comma-separated list to restrict.```

v0.6.5

04 Feb 07:05
ae2b38a

Choose a tag to compare

More cleanup.

v0.6.4

03 Feb 13:53
b5ff47e

Choose a tag to compare

Cleanup

v0.6.3

03 Feb 11:38
3c1f08b

Choose a tag to compare

Align naming in events and startup logs to “Krypton Operator”.

v0.6.2

03 Feb 10:50
48f66ce

Choose a tag to compare

Align KryptonDeployment CRD status schema in Helm chart by adding
status.conditions, status.lastAppliedChart, and status.lastMessage.
This stops API warnings and enables full status updates by the operator.

v0.6.1

02 Feb 13:46
41d8aa3

Choose a tag to compare

  • Default object namespace during edge health-check when omitted in Helm manifests; removes empty-namespace lookup errors and improves self-healing accuracy.

v0.6.0

02 Feb 09:55
2864c52

Choose a tag to compare

  • RBAC: Chart now reads apps/v1 Deployments; ensure ClusterRole changes are applied.
  • Resource checks are limited to core/apps types to avoid RBAC failures while still validating key components.
  • Default interval is 60s; can be overridden via .Values.operator.checkInterval or env KRYPTON_CHECK_INTERVAL.
  • Events used in tests: "RepairTriggered", "ReleaseMissing", plus Pending/Ready transitions.

v0.5.2

30 Jan 12:30
cbceb6f

Choose a tag to compare

Fix Helm Chart.

v0.5.1

28 Jan 06:42
8d86a67

Choose a tag to compare

Fix some renaming Issues

v0.5.0

27 Jan 13:34
f2bacc9

Choose a tag to compare

  • Rename repository to krypton-operator.
  • Introduce new CRD Kind KryptonDeployment with plural kryptondeployments (replacing CryptoEdgeDeployment).
  • Update operator/controller, CRD manifests, RBAC, Helm chart, examples, and e2e to the new names.
  • Breaking: users must migrate from CryptoEdgeDeployment to KryptonDeployment.