Akri Versions Save

A Kubernetes Resource Interface for the Edge

v0.12.20

4 weeks ago

Announcing Akri v0.12.20!

Akri v0.12.20 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.12.20 release contains the following changes:

Fixes, features, and optimizations

View the full change log

Breaking Changes

None

Known Issues

  • If you are using an older version of Ubuntu (version < 23.04), you will need to install the new protobuf compiler manually.

Validated With

Distribution Version
Kubernetes v1.28.1
Kubernetes v1.27.5
Kubernetes v1.26.8
Kubernetes v1.25.13
K3s v1.28.1+k3s1
K3s v1.27.5+k3s1
K3s v1.26.8+k3s1
K3s v1.25.13+k3s1
MicroK8s 1.28/stable
MicroK8s 1.27/stable
MicroK8s 1.26/stable
MicroK8s 1.25/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks 👏

Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri prosper.

⭐ Contributors to v0.12.20 ⭐

  • @johnsonshih
  • @diconico07
  • @ammmze
  • @kate-goldenring
  • @jbpaux
  • @bfjelds

(Please send us (@Kate Goldenring or @Yu Jin Kim) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.12.20 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.12.9

6 months ago

Announcing Akri v0.12.9!

Akri v0.12.9 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.12.9 release contains the following changes:

  1. Configuration-level resource support (https://github.com/project-akri/akri/pull/627). This implements the proposal of exposing resources at the Configuration level. This allows users to select resources to use at the configuration-level without having know the instance ID beforehand.
  2. Support discoveryProperties in the Configuration (https://github.com/project-akri/akri/pull/619). This implements the proposal for allowing users to specify credential data through the discoveryProperties section in the configuration. The Agent can read these properties and pass them to the discovery handlers for discovering authenticated devices. This provides a native K8s experience by supporting K8s Secrets and K8s configMaps.
  3. Enable ONVIF discovery handler and broker to discover and access authenticated devices (https://github.com/project-akri/akri/pull/638, https://github.com/project-akri/akri/pull/646). This allows the ONVIF discovery handler to discover IP cameras and other ONVIF devices that require authentication. Once authenticated devices are discovered using the credential data passed through, the broker can also access the data from these devices using the device UUID to look up credentials from the credential directories and authenticate the device.

Fixes, features, and optimizations

View the full change log

Breaking Changes

  1. With the ONVIF discovery handler using UUID_serviceUrl as the device ID this changes the hash ID in the Akri instance of the discovered camera. Now, the ONVIF discovery handler always exposes the device UUID in device properties.
  2. With the IP/MAC address filtering in device properties becoming optional, the ONVIF discovery handler only expose the IP/MAC addresses when it is able to get them from the device. Retrieving the IP/MAC address requires credentials, so if none are provided, the discovery handler reports the devices without exposing the IP/MAC addresses in properties.

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.28.1
Kubernetes v1.27.5
Kubernetes v1.26.8
Kubernetes v1.25.13
K3s v1.28.1+k3s1
K3s v1.27.5+k3s1
K3s v1.26.8+k3s1
K3s v1.25.13+k3s1
MicroK8s 1.28/stable
MicroK8s 1.27/stable
MicroK8s 1.26/stable
MicroK8s 1.25/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks 👏

Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri prosper.

⭐ Contributors to v0.12.9 ⭐

  • @johnsonshih
  • @diconico07
  • @jbpaux
  • @kate-goldenring
  • @bfjelds
  • @yujinkim-msft
  • @gauravgahlot
  • @ag17sep

(Please send us (@Kate Goldenring or @Yu Jin Kim) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.12.9 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.10.4

11 months ago

Announcing Akri v0.10.4!

Akri v0.10.4 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.10.4 release contains the following changes:

  1. Enable mounting connectivity information for multiple devices/instances in a Pod (https://github.com/project-akri/akri/pull/560 , https://github.com/project-akri/akri/pull/561). Previously, Akri could only mount one device property per discovery handler to a Pod as all devices of the same discovery handler had the same environment variable name. This release fixes this issue by appending the instance hash to the environment variable name and slot ID to the annotation key name. This is a breaking change as it changes the way brokers look up properties.
  2. Enable udev discovery handler to discover multiple node devices (https://github.com/project-akri/akri/pull/564). Akri now allows udev discovery handler to group devices that share a parent/child relation.
  3. Mount udev devpath in Akri brokers (https://github.com/project-akri/akri/pull/534). This enables discovering udev devices without a devnode by using devpath instead. This is a breaking change in the udev discovery handler as it changes the way Akri creates instance ids for udev devices.
  4. Mount udev devices through DeviceSpec instead of Mounts (https://github.com/project-akri/akri/pull/576). This switches from using Mounts to using DeviceSpec for device nodes, and exposes the desired permissions to non priviledged containers.

Fixes, features, and optimizations

View the full change log

Breaking Changes

  1. With enable mounting connectivity information for multiple devices/instances in a Pod, Akri now changes the name of the device properties from DEVICE_DESCRIPTION to DEVICE_DESCRIPTION_INSTANCE_HASH to allow multiple device properties of the same discovery handler to be injected to the same broker. For example, a broker can look up the Akri instance akri-debug-echo-foo-8120fe by the environment variable DEBUG_ECHO_DESCRIPTION_8120FE instead of DEBUG_ECHO_DESCRIPTION.
  2. With mount udev devpath in Akri broker, Akri changes the way it creates udev Akri instance id from using the hash of devnode to using the hash of devpath

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.26.3
Kubernetes v1.25.8
Kubernetes v1.24.12
Kubernetes v1.23.15
K3s v1.26.3+k3s1
K3s v1.25.8+k3s1
K3s v1.24.12+k3s1
K3s v1.23.15+k3s1
MicroK8s 1.26/stable
MicroK8s 1.25/stable
MicroK8s 1.24/stable
MicroK8s 1.23/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks 👏

Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri prosper.

⭐ Contributors to v0.10.4 ⭐

  • @harrison-tin
  • @adithyaj
  • @kate-goldenring
  • @johnsonshih
  • @diconico07
  • @jbpaux
  • @yujinkim-msft
  • @koutselakismanos

(Please send us (@Kate Goldenring or @Adithya J) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.10.4 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.8.23

1 year ago

Announcing Akri v0.8.23!

Akri v0.8.23 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.8.23 release contains the following changes:

  1. Akri uses containerd as the default container runtime.
  2. Enables secrets, configMaps, and volumes to be mounted with helm templates.
  3. Support for latest kubernetes versions.

Fixes, features, and optimizations

View the full change log

Breaking Changes

N/A

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.25.1
Kubernetes v1.24.5
Kubernetes v1.23.11
Kubernetes v1.22.14
Kubernetes v1.21.14
K3s v1.25.2+k3s1
K3s v1.24.6+k3s1
K3s v1.23.12+k3s1
K3s v1.22.6+k3s1
K3s v1.21.5+k3s1
MicroK8s 1.24/stable
MicroK8s 1.23/stable
MicroK8s 1.22/stable
MicroK8s 1.21/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks 👏

Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri prosper.

⭐ Contributors to v0.8.23 ⭐

  • @adithyaj
  • @bfjelds
  • @bitmeal
  • @karok2m
  • @kate-goldenring
  • @Ragnyll
  • @Rishit-dagli
  • @romoh

(Please send us (@Kate Goldenring or @Adithya J) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.8.23 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.8.4

2 years ago

Announcing Akri v0.8.4!

Akri v0.8.4 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.8.4 release contains the following major changes:

  1. Support for Kubernetes Job brokers (https://github.com/project-akri/akri/pull/437). Now Akri has support for deploying Jobs to devices discovered by the Akri Agent. Previously, Akri only supported deploying Pods that were not intended to terminate (and would be restarted if they did). Adding Jobs enables more device use scenarios. More background can be found in the Jobs proposal. This is a breaking change as it required changes to Akri's Configuration CRD.
  2. Fix to re-enable applying multiple Configurations that use the same Discovery Handler (https://github.com/project-akri/akri/pull/432). This adds back functionality that was removed in v0.6.5 when enabling Akri's new extensibility model.
  3. Akri depends on crictl to track whether Pods deployed by the Akri Controller are still running. This release adds new functionality (https://github.com/project-akri/akri/pull/418) such that crictl is pre-installed in the Agent container so that it does not need to be installed on each node.

Fixes, features, and optimizations

View the full change log

Breaking Changes

Akri's Configuration CRD has been updated to support Job brokers. If Akri has previously been installed on a cluster, delete the previous Configuration CRD before installing the latest version of Akri:

kubectl delete crd configurations.akri.sh

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.21.0
Kubernetes v1.20.1
Kubernetes v1.19.4
Kubernetes v1.18.12
Kubernetes v1.17.14
Kubernetes v1.16.15
K3s v1.22.6+k3s1
K3s v1.21.5+k3s1
K3s v1.20.6+k3s1
K3s v1.19.10+k3s1
K3s v1.18.9+k3s1
K3s v1.17.17+k3s1
K3s v1.16.14+k3s1
MicroK8s 1.23/stable
MicroK8s 1.22/stable
MicroK8s 1.21/stable
MicroK8s 1.20/stable
MicroK8s 1.19/stable
MicroK8s 1.18/stable
MicroK8s 1.17/stable
MicroK8s 1.16/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks 👏

Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri prosper.

⭐ Contributors to v0.8.4 ⭐

  • @bfjelds
  • @kate-goldenring
  • @romoh
  • @vincepnguyen
  • @Ragnyll
  • (Please send us (@Kate Goldenring or @Edrick Wong) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.8.4 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.7.0

2 years ago

Announcing Akri v0.7.0!

Akri v0.7.0 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.7.0 release marks the first release of Akri in a new project-akri GitHub organization. While no breaking changes were introduced, Akri's minor version was bumped to clearly mark this transition of Akri to a Cloud Native Computing Foundation (CNCF) Sandbox project.

This release also introduces:

View the full change log

Breaking Changes

N/A

Known Issues

A Rust security issue was raised on the time crate, which is used ultimately by Akri's k8s-openapi, kube-rs and opcua-client dependencies via chrono. It appears that the version of time that chrono is using is not vulnerable. This issue tracks the progress on chrono and Akri's dependencies.

Validated With

Distribution Version
Kubernetes v1.21.0
Kubernetes v1.20.1
Kubernetes v1.19.4
Kubernetes v1.18.12
Kubernetes v1.17.14
Kubernetes v1.16.15
K3s v1.21.5+k3s1
K3s v1.20.6+k3s1
K3s v1.19.10+k3s1
K3s v1.18.9+k3s1
K3s v1.17.17+k3s1
K3s v1.16.14+k3s1
MicroK8s 1.21/stable
MicroK8s 1.20/stable
MicroK8s 1.19/stable
MicroK8s 1.18/stable
MicroK8s 1.17/stable
MicroK8s 1.16/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks

Thank you everyone in the community who helped Akri get to this release! You're interest and contributions help Akri prosper.

Contributors to v0.7.0

  • @bfjelds
  • @kate-goldenring
  • @romoh
  • @edrickwong
  • (Please send us (@Kate Goldenring or @Edrick Wong) a direct message on Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://project-akri.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.7.0 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.6.19

2 years ago

Announcing Akri v0.6.19!

Akri v0.6.19 is a pre-release of Akri.

To find out more about Akri, check out our documentation and start contributing today!

New Features

The v0.6.19 release features ONVIF Discovery Handler and broker optimizations, long-awaited runtime and Kubernetes dependency updates, and moves Akri's documentation to a docs repository.

Fixes, features, and optimizations

View the full change log

Breaking Changes

N/A

Known Issues

ONVIF discovery does not work in development versions v0.6.17 and v0.6.18 due to (https://github.com/deislabs/akri/pull/382). Issue was resolved for v0.6.19 and beyond in (https://github.com/deislabs/akri/pull/393).

Validated With

Distribution Version
Kubernetes v1.21.0
Kubernetes v1.20.1
Kubernetes v1.19.4
Kubernetes v1.18.12
Kubernetes v1.17.14
Kubernetes v1.16.15
K3s v1.21.5+k3s1
K3s v1.20.6+k3s1
K3s v1.19.10+k3s1
K3s v1.18.9+k3s1
K3s v1.17.17+k3s1
K3s v1.16.14+k3s1
MicroK8s 1.21/stable
MicroK8s 1.20/stable
MicroK8s 1.19/stable
MicroK8s 1.18/stable
MicroK8s 1.17/stable
MicroK8s 1.16/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Thanks

Thank you everyone in the community who helped Akri get to this release! You're interest and contributions help Akri prosper.

Contributors to v0.6.19

  • @ammmze
  • @bfjelds
  • @kate-goldenring
  • @romoh
  • @shantanoo-desai
  • (Please let us know via Slack if we left you out!)

Installation

Akri is packaged as a Helm chart. Check out our installation doc on how to install Akri.

helm repo add akri-helm-charts https://deislabs.github.io/akri/
helm install akri akri-helm-charts/akri --version 0.6.19 \
    # additional configuration

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.6.5

2 years ago

v0.6.5

Announcing Akri v0.6.5!

Akri v0.6.5 is a pre-release of Akri.

To find out more about Akri, check out our README and start contributing today!

New Features

The v0.6.5 release introduces Akri's Logo, new features such as a new extensibility model for Discovery Handlers and a Configuration validating webhook, DevOps improvements, and more.

New Discovery Handler extensibility model

  • feat: Discovery Handlers now live behind a gRPC interface (https://github.com/deislabs/akri/pull/252), so Discovery Handlers can be written in any language without forking Akri and working within its code. See the [Discovery Handler development document] to get started creating a Discovery Handler.
  • feat: Support of both default "slim" and old "full" Agent images (https://github.com/deislabs/akri/pull/279). Prior to this release, the Agent contained udev, ONVIF, and OPC UA Discovery Handlers. As of this release, Akri is moving towards a default of having no embedded Discovery Handlers in the Agent; rather, the desired Discovery Handlers can be deployed separately using Akri's Helm chart. This decreases the attack surface of the Agent and will keep it from exponential growth as new Discovery Handlers are continually supported. Discovery Handlers written in Rust can be conditionally compiled into the Agent -- reference the development documentation for more details. For the time being, Akri will continue to support a an Agent image with udev, ONVIF, and OPC UA Discovery Handlers. It will be used if agent.full=true is set when installing Akri's Helm chart.
  • feat: Updates to Akri's Helm charts with templates for Akri's Discovery Handlers and renaming of values to better fit the new model.

DevOps improvements

Other enhancements

Misc

View the full change log

Breaking Changes

Akri's Configuration and Instance CRDs were modified. The old version of the CRDs should be deleted with kubectl delete instances.akri.sh configurations.akri.sh, and the new ones will be applied with a new Akri Helm installation.

  • Akri's Configuration CRD's protocol field was replaced with discoveryHandler in order to fit Akri's new Discovery Handler extensibility model and make the Configuration no longer strongly tied to Discovery Handlers. It's unused units field was removed and properties was renamed brokerProperties to be more descriptive.
  • Akri's Instance CRD's unused rbac field was removed and metadate was renamed brokerProperties to be more descriptive and aligned with the Configuration CRD.

Significant changes were made to Akri's Helm chart. Consult the latest user guide and Configurations documentation.

By default, the Agent contains no Discovery Handlers. To deploy Discovery Handlers, they must be explicitly enabled in Akri's Helm chart.

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.21.0
Kubernetes v1.20.1
Kubernetes v1.19.4
Kubernetes v1.18.12
Kubernetes v1.17.14
Kubernetes v1.16.15
K3s v1.20.6+k3s1
K3s v1.19.10+k3s1
K3s v1.18.9+k3s1
K3s v1.17.17+k3s1
K3s v1.16.14+k3s1
MicroK8s 1.21/stable
MicroK8s 1.20/stable
MicroK8s 1.19/stable
MicroK8s 1.18/stable
MicroK8s 1.17/stable
MicroK8s 1.16/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.1.5

3 years ago

v0.1.5

Announcing Akri v0.1.5!

Akri v0.1.5 is a pre-release of Akri.

To find out more about Akri, check out our README and start contributing today!

New Features

The v0.1.5 release introduces support for OPC UA discovery along with:

  • End to end demo for discovering and utilizing OPC UA servers
  • Sample anomaly detection application for OPC UA demo
  • Sample OPC UA broker
  • OPC UA certificate generator

View the full change log

Breaking Changes

N/A

Known Issues

N/A

Validated With

Distribution Version
Kubernetes v1.20.1
Kubernetes v1.19.4
Kubernetes v1.18.12
Kubernetes v1.17.14
Kubernetes v1.16.15
K3s v1.20.0+k3s2
K3s v1.19.4+k3s1
K3s v1.18.9+k3s1
MicroK8s 1.20/stable
MicroK8s 1.19/stable
MicroK8s 1.18/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.

v0.0.44

3 years ago

v0.0.44

Announcing Akri v0.0.44!

Akri v0.0.44 is a pre-release of Akri.

To find out more about Akri, check out our README and start contributing today!

New Features

The v0.0.44 release introduces a number of significant improvements!

  • Enable Akri for armv7
  • Create separate Helm charts for releases (akri) and merges (akri-dev)
  • Parameterize Helm for udev beyond simple video scenario
  • Expand udev discovery by supporting filtering by udev rules that look up the device hierarchy such as SUBSYSTEMS, ATTRIBUTES, DRIVERS, KERNELS, and TAGS
  • Parameterize Helm for udev to allow security context
  • Remove requirement for agent to execute in privileged container

View the full change log

Breaking Changes

N/A

Known Issues

  • Documented Helm settings are not currently compatible with K3s v1.19.4+k3s1

Validated With

Distribution Version
Kubernetes v1.19.4
K3s v1.18.9+k3s1
MicroK8s 1.18/stable

What's next?

Check out our roadmap to see the features we are looking forward to!

Release history

See CHANGELOG.md for more information on what changed in this and previous releases.