Skip to content

Commit

Permalink
Update owners and changelog. (project-akri#741)
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Jin Kim <[email protected]>
  • Loading branch information
yujinkim-msft authored Feb 25, 2025
1 parent 5e20ee4 commit c11762f
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

# Global Owners: These members are Core Maintainers of Akri
* @yujinkim-msft
* @bindsi

168 changes: 167 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,170 @@
# v0.13.8

## Announcing Akri v0.13.8!
Akri v0.13.8 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.8 release contains the following changes:


**Fixes, features, and optimizations**
- feat: Refactor the agent (https://github.com/project-akri/akri/pull/684)
- fix: Add proto build flag to allow option proto fields (https://github.com/project-akri/akri/pull/698)
- opt: Refactor agent followup (https://github.com/project-akri/akri/pull/700)
- opt: Update to use rust 1.79 and apply clippy cleanups (https://github.com/project-akri/akri/pull/703)
- fix: Upgrade serde_yaml (https://github.com/project-akri/akri/pull/701)
- fix: Only add device ID to broker env vars suffix (https://github.com/project-akri/akri/pull/709)
- feat: Add duplicate envs without instance suffix (https://github.com/project-akri/akri/pull/710)
- fix: brokerJob specs to use imagePullPolicy and image tag from values.yaml (https://github.com/project-akri/akri/pull/715)
- fix: Add Helm pre-delete hook to remove configurations before Akri chart cleanup (https://github.com/project-akri/akri/pull/717)

View the [full change log](https://github.com/project-akri/akri/compare/v0.12.20...v.0.13.8)

## Breaking Changes
- Agent refactoring: this release comes with many new improvements to the Akri agent!
- In order to prevent deletion of existing Instances on Configuration update, the agent now only looks for updates to the capacity and broker capacities.
- Agent no longer needs access to the CRI socket for slot reconciliation.
- Added a finalizer to ensure clean-up of resources.
- Update to the Instance CRD to better handle upgrades.

## Known Issues


## Validated With

| Distribution | Version |
|---|---|
| Kubernetes | v1.31.2 |
| Kubernetes | v1.30.6 |
| Kubernetes | v1.29.10 |
| K3s | v1.31.2+k3s1 |
| K3s | v1.30.6+k3s1 |
| K3s | v1.29.10+k3s1 |
| MicroK8s | 1.31/stable |
| MicroK8s | 1.30/stable |
| MicroK8s | 1.29/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.8 ⭐**
- @CeerDecy
- @melinda-mytra
- @diconico07
- @kate-goldenring
- @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.8 \
# additional configuration
```

## Release history
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!
Akri v0.12.20 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.12.20 release contains the following changes:

**Fixes, features, and optimizations**
- opt: Upgrade tonic and prost (https://github.com/project-akri/akri/pull/593)
- opt: Bump to rust toolchain 1.73 (https://github.com/project-akri/akri/pull/679)
- fix: Fix build tags (https://github.com/project-akri/akri/pull/680)
- fix: Fix build issues (https://github.com/project-akri/akri/pull/676)
- fix: Remove duplicate nodeSelector from the udev discovery manifest (https://github.com/project-akri/akri/pull/675)
- fix: Revamp build system to overcome Cross issues (https://github.com/project-akri/akri/pull/670)
- fix: Fix typo in Agent build status badge (https://github.com/project-akri/akri/pull/673)
- fix: Use valid format for dummy uris connect through UDS channel (https://github.com/project-akri/akri/pull/668)
- opt: Update anomaly detection app dependencies (https://github.com/project-akri/akri/pull/672)
- feat: Add discovery response metrics to Agent (https://github.com/project-akri/akri/pull/665)
- fix: Update warp dependency to fix security alerts (https://github.com/project-akri/akri/pull/666)
- opt: Add securityContext to controller helm chart (https://github.com/project-akri/akri/pull/664)


View the [full change log](https://github.com/project-akri/akri/compare/v0.12.9...v0.12.20)

## 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](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.12.20 ⭐**
- @johnsonshih
- @diconico07
- @ammmze
- @kate-goldenring
- @jbpaux
- @bfjelds

(Please send us (`@Kate Goldenring` or `@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.12.20 \
# additional configuration
```

## Release history
See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.12.20/CHANGELOG.md) for more information on what changed
in this and previous releases.


# v0.12.9

## Announcing Akri v0.12.9!
Expand Down Expand Up @@ -96,7 +263,6 @@ See [CHANGELOG.md](https://github.com/project-akri/akri/blob/v0.12.9/CHANGELOG.m
in this and previous releases.


## Previous Releases:

# v0.10.4

Expand Down
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
maintainers:
- yujinkim-msft
- bindsi

emeritus:
- bfjelds
Expand Down

0 comments on commit c11762f

Please sign in to comment.