From 4a6757e332874a23feea9f44551750178e663ad1 Mon Sep 17 00:00:00 2001 From: Yu Jin Kim Date: Tue, 5 Aug 2025 15:32:36 -0400 Subject: [PATCH 1/2] update kubernetes versions for test cases Signed-off-by: Yu Jin Kim --- .github/workflows/run-test-cases.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run-test-cases.yml b/.github/workflows/run-test-cases.yml index 06a3f4dbe..babc1dbdb 100644 --- a/.github/workflows/run-test-cases.yml +++ b/.github/workflows/run-test-cases.yml @@ -115,23 +115,23 @@ jobs: matrix: kube: - runtime: microk8s - version: 1.29/stable + version: 1.31/stable - runtime: microk8s - version: 1.30/stable + version: 1.32/stable - runtime: microk8s - version: 1.31/stable + version: 1.33/stable - runtime: k3s - version: v1.29.10+k3s1 + version: v1.31.11+k3s1 - runtime: k3s - version: v1.30.6+k3s1 + version: v1.32.7+k3s1 - runtime: k3s - version: v1.31.2+k3s1 + version: v1.33.3+k3s1 - runtime: k8s - version: 1.29.10 + version: 1.31.11 - runtime: k8s - version: 1.30.6 + version: 1.32.7 - runtime: k8s - version: 1.31.2 + version: 1.33.3 steps: - name: Checkout the head commit of the branch From 74f2d62edbe9bdcd0b6ddff06a0cfd7f9cf98bee Mon Sep 17 00:00:00 2001 From: Yu Jin Kim Date: Tue, 5 Aug 2025 15:37:00 -0400 Subject: [PATCH 2/2] update changelog Signed-off-by: Yu Jin Kim --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 73 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb1b7116..30a3bf883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,76 @@ +# v0.13.15 + +## Announcing Akri v0.13.15! +Akri v0.13.15 is a pre-release of Akri. + +To find out more about Akri, check out our [documentation](https://docs.akri.sh/) and start +[contributing](https://docs.akri.sh/community/contributing) today! + +## New Features +The v0.13.15 release contains the following changes: + +**Fixes, features, and optimizations** +- fix: imagePullPolicy reference for brokerPods (https://github.com/project-akri/akri/pull/752) +- opt: Optimize Dockerfile for Python demo app to reduce image size (https://github.com/project-akri/akri/pull/748) +- fix: corrected webhook nodeSelector indentation in Helm chart (https://github.com/project-akri/akri/pull/749) +- fix: Improve device plugin registration error messages (https://github.com/project-akri/akri/pull/754) +- fix: Keep name & namespace fields (https://github.com/project-akri/akri/pull/754) +- feat: Update Rust to v1.82 (https://github.com/project-akri/akri/pull/763) + +View the [full change log](https://github.com/project-akri/akri/compare/v0.13.8...v.0.13.15). + +## Validated With + +| Distribution | Version | +|---|---| +| Kubernetes | 1.33.3 | +| Kubernetes | 1.32.7 | +| Kubernetes | 1.31.11 | +| K3s | v1.33.3+k3s1 | +| K3s | v1.32.7+k3s1 | +| K3s | v1.31.11+k3s1 | +| MicroK8s | 1.33/stable | +| MicroK8s | 1.32/stable | +| MicroK8s | 1.31/stable | + +## What's next? +Check out our [roadmap](https://docs.akri.sh/community/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.13.15 ⭐** +- @gauravgahlot +- @bindsi +- @dineshbodala +- @ananos +- @revanthkoganti +- @diconico07 +- @kate-goldenring +- @twz123 +- @yujinkim-msft + + +(Please send us (`@Yu Jin Kim`) a direct message on + [Slack](https://kubernetes.slack.com/messages/akri) if we left you out!) + +## Installation +Akri is packaged as a Helm chart. Check out our [installation doc](https://docs.akri.sh/user-guide/getting-started) 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.13.15 \ + # additional configuration +``` + +## Release history +See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.13.15/CHANGELOG.md) for more information on what changed +in this and previous releases. + +# Previous Releases: + # v0.13.8 ## Announcing Akri v0.13.8! @@ -79,8 +152,6 @@ helm install akri akri-helm-charts/akri --version 0.13.8 \ See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.13.8/CHANGELOG.md) for more information on what changed in this and previous releases. -# Previous Releases: - # v0.12.20 ## Announcing Akri v0.12.20!