|
| 1 | +# v0.13.8 |
| 2 | + |
| 3 | +## Announcing Akri v0.13.8! |
| 4 | +Akri v0.13.8 is a pre-release of Akri. |
| 5 | + |
| 6 | +To find out more about Akri, check out our [documentation](https://docs.akri.sh/) and start |
| 7 | +[contributing](https://docs.akri.sh/community/contributing) today! |
| 8 | + |
| 9 | +## New Features |
| 10 | +The v0.13.8 release contains the following changes: |
| 11 | + |
| 12 | + |
| 13 | +**Fixes, features, and optimizations** |
| 14 | +- feat: Refactor the agent (https://github.com/project-akri/akri/pull/684) |
| 15 | +- fix: Add proto build flag to allow option proto fields (https://github.com/project-akri/akri/pull/698) |
| 16 | +- opt: Refactor agent followup (https://github.com/project-akri/akri/pull/700) |
| 17 | +- opt: Update to use rust 1.79 and apply clippy cleanups (https://github.com/project-akri/akri/pull/703) |
| 18 | +- fix: Upgrade serde_yaml (https://github.com/project-akri/akri/pull/701) |
| 19 | +- fix: Only add device ID to broker env vars suffix (https://github.com/project-akri/akri/pull/709) |
| 20 | +- feat: Add duplicate envs without instance suffix (https://github.com/project-akri/akri/pull/710) |
| 21 | +- fix: brokerJob specs to use imagePullPolicy and image tag from values.yaml (https://github.com/project-akri/akri/pull/715) |
| 22 | +- fix: Add Helm pre-delete hook to remove configurations before Akri chart cleanup (https://github.com/project-akri/akri/pull/717) |
| 23 | + |
| 24 | +View the [full change log](https://github.com/project-akri/akri/compare/v0.12.20...v.0.13.8) |
| 25 | + |
| 26 | +## Breaking Changes |
| 27 | +- Agent refactoring: this release comes with many new improvements to the Akri agent! |
| 28 | + - In order to prevent deletion of existing Instances on Configuration update, the agent now only looks for updates to the capacity and broker capacities. |
| 29 | + - Agent no longer needs access to the CRI socket for slot reconciliation. |
| 30 | + - Added a finalizer to ensure clean-up of resources. |
| 31 | +- Update to the Instance CRD to better handle upgrades. |
| 32 | + |
| 33 | +## Known Issues |
| 34 | + |
| 35 | + |
| 36 | +## Validated With |
| 37 | + |
| 38 | +| Distribution | Version | |
| 39 | +|---|---| |
| 40 | +| Kubernetes | v1.31.2 | |
| 41 | +| Kubernetes | v1.30.6 | |
| 42 | +| Kubernetes | v1.29.10 | |
| 43 | +| K3s | v1.31.2+k3s1 | |
| 44 | +| K3s | v1.30.6+k3s1 | |
| 45 | +| K3s | v1.29.10+k3s1 | |
| 46 | +| MicroK8s | 1.31/stable | |
| 47 | +| MicroK8s | 1.30/stable | |
| 48 | +| MicroK8s | 1.29/stable | |
| 49 | + |
| 50 | +## What's next? |
| 51 | +Check out our [roadmap](https://docs.akri.sh/community/roadmap) to see the features we are looking forward to! |
| 52 | + |
| 53 | +## Thanks 👏 |
| 54 | +Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri |
| 55 | +prosper. |
| 56 | + |
| 57 | +**⭐ Contributors to v0.13.8 ⭐** |
| 58 | +- @CeerDecy |
| 59 | +- @melinda-mytra |
| 60 | +- @diconico07 |
| 61 | +- @kate-goldenring |
| 62 | +- @yujinkim-msft |
| 63 | + |
| 64 | + |
| 65 | +(Please send us (`@Yu Jin Kim`) a direct message on |
| 66 | + [Slack](https://kubernetes.slack.com/messages/akri) if we left you out!) |
| 67 | + |
| 68 | +## Installation |
| 69 | +Akri is packaged as a Helm chart. Check out our [installation doc](https://docs.akri.sh/user-guide/getting-started) on |
| 70 | +how to install Akri. |
| 71 | + |
| 72 | +``` |
| 73 | +helm repo add akri-helm-charts https://project-akri.github.io/akri/ |
| 74 | +helm install akri akri-helm-charts/akri --version 0.13.8 \ |
| 75 | + # additional configuration |
| 76 | +``` |
| 77 | + |
| 78 | +## Release history |
| 79 | +See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.13.8/CHANGELOG.md) for more information on what changed |
| 80 | +in this and previous releases. |
| 81 | + |
| 82 | +# Previous Releases: |
| 83 | + |
| 84 | +# v0.12.20 |
| 85 | + |
| 86 | +## Announcing Akri v0.12.20! |
| 87 | +Akri v0.12.20 is a pre-release of Akri. |
| 88 | + |
| 89 | +To find out more about Akri, check out our [documentation](https://docs.akri.sh/) and start |
| 90 | +[contributing](https://docs.akri.sh/community/contributing) today! |
| 91 | + |
| 92 | +## New Features |
| 93 | +The v0.12.20 release contains the following changes: |
| 94 | + |
| 95 | +**Fixes, features, and optimizations** |
| 96 | +- opt: Upgrade tonic and prost (https://github.com/project-akri/akri/pull/593) |
| 97 | +- opt: Bump to rust toolchain 1.73 (https://github.com/project-akri/akri/pull/679) |
| 98 | +- fix: Fix build tags (https://github.com/project-akri/akri/pull/680) |
| 99 | +- fix: Fix build issues (https://github.com/project-akri/akri/pull/676) |
| 100 | +- fix: Remove duplicate nodeSelector from the udev discovery manifest (https://github.com/project-akri/akri/pull/675) |
| 101 | +- fix: Revamp build system to overcome Cross issues (https://github.com/project-akri/akri/pull/670) |
| 102 | +- fix: Fix typo in Agent build status badge (https://github.com/project-akri/akri/pull/673) |
| 103 | +- fix: Use valid format for dummy uris connect through UDS channel (https://github.com/project-akri/akri/pull/668) |
| 104 | +- opt: Update anomaly detection app dependencies (https://github.com/project-akri/akri/pull/672) |
| 105 | +- feat: Add discovery response metrics to Agent (https://github.com/project-akri/akri/pull/665) |
| 106 | +- fix: Update warp dependency to fix security alerts (https://github.com/project-akri/akri/pull/666) |
| 107 | +- opt: Add securityContext to controller helm chart (https://github.com/project-akri/akri/pull/664) |
| 108 | + |
| 109 | + |
| 110 | +View the [full change log](https://github.com/project-akri/akri/compare/v0.12.9...v0.12.20) |
| 111 | + |
| 112 | +## Breaking Changes |
| 113 | +None |
| 114 | + |
| 115 | +## Known Issues |
| 116 | +- If you are using an older version of Ubuntu (version < 23.04), you will need to install the new protobuf compiler manually. |
| 117 | + |
| 118 | +## Validated With |
| 119 | + |
| 120 | +| Distribution | Version | |
| 121 | +|---|---| |
| 122 | +| Kubernetes | v1.28.1 | |
| 123 | +| Kubernetes | v1.27.5 | |
| 124 | +| Kubernetes | v1.26.8 | |
| 125 | +| Kubernetes | v1.25.13 | |
| 126 | +| K3s | v1.28.1+k3s1 | |
| 127 | +| K3s | v1.27.5+k3s1 | |
| 128 | +| K3s | v1.26.8+k3s1 | |
| 129 | +| K3s | v1.25.13+k3s1 | |
| 130 | +| MicroK8s | 1.28/stable | |
| 131 | +| MicroK8s | 1.27/stable | |
| 132 | +| MicroK8s | 1.26/stable | |
| 133 | +| MicroK8s | 1.25/stable | |
| 134 | + |
| 135 | +## What's next? |
| 136 | +Check out our [roadmap](https://docs.akri.sh/community/roadmap) to see the features we are looking forward to! |
| 137 | + |
| 138 | +## Thanks 👏 |
| 139 | +Thank you everyone in the community who helped Akri get to this release! Your interest and contributions help Akri |
| 140 | +prosper. |
| 141 | + |
| 142 | +**⭐ Contributors to v0.12.20 ⭐** |
| 143 | +- @johnsonshih |
| 144 | +- @diconico07 |
| 145 | +- @ammmze |
| 146 | +- @kate-goldenring |
| 147 | +- @jbpaux |
| 148 | +- @bfjelds |
| 149 | + |
| 150 | +(Please send us (`@Kate Goldenring` or `@Yu Jin Kim`) a direct message on |
| 151 | + [Slack](https://kubernetes.slack.com/messages/akri) if we left you out!) |
| 152 | + |
| 153 | +## Installation |
| 154 | +Akri is packaged as a Helm chart. Check out our [installation doc](https://docs.akri.sh/user-guide/getting-started) on |
| 155 | +how to install Akri. |
| 156 | + |
| 157 | +``` |
| 158 | +helm repo add akri-helm-charts https://project-akri.github.io/akri/ |
| 159 | +helm install akri akri-helm-charts/akri --version 0.12.20 \ |
| 160 | + # additional configuration |
| 161 | +``` |
| 162 | + |
| 163 | +## Release history |
| 164 | +See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.12.20/CHANGELOG.md) for more information on what changed |
| 165 | +in this and previous releases. |
| 166 | + |
| 167 | + |
1 | 168 | # v0.12.9
|
2 | 169 |
|
3 | 170 | ## Announcing Akri v0.12.9!
|
@@ -96,7 +263,6 @@ See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.12.9/CHANGELOG.m
|
96 | 263 | in this and previous releases.
|
97 | 264 |
|
98 | 265 |
|
99 |
| -## Previous Releases: |
100 | 266 |
|
101 | 267 | # v0.10.4
|
102 | 268 |
|
|
0 commit comments