diff --git a/CHANGELOG.md b/CHANGELOG.md
index e441e389e6..584b3216e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- docs: update tested helm version to 3.8.2 [#2317][#2317]
- docs: update tested kubectl version to 1.23.6 [#2317][#2317]
- chore: change minimum required version of helm to 3.5+ [#2317][#2317]
+- chore: add support for AKS with Kuberentes 1.23 [#2324][#2324]
### Fixed
@@ -40,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2315]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2315
[#2321]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2321
[#2317]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2317
+[#2324]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2324
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.8.0...main
## [v2.8.0]
diff --git a/deploy/README.md b/deploy/README.md
index f94ea38525..56288b8d42 100644
--- a/deploy/README.md
+++ b/deploy/README.md
@@ -79,7 +79,7 @@ The following table displays the tested Kubernetes and Helm versions.
| K8s with EKS | 1.19
1.20
1.21
1.22 |
| K8s with Kops | 1.19
1.20
1.21
1.22 |
| K8s with GKE | 1.20
1.21
1.22 |
-| K8s with AKS | 1.21
1.22 |
+| K8s with AKS | 1.21
1.22
1.23 |
| OpenShift | 4.6
4.7
4.8 |
| Helm | 3.8.2 (Linux) |
| kubectl | 1.23.6 |