From 0a5aca0c3ab62944afb8d16bd518531a55427f45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 07:26:25 +0000 Subject: [PATCH] chore(release): 1.2.2 ## [1.2.2](https://github.com/goto-opensource/k8s-aws-operator/compare/v1.2.1...v1.2.2) (2024-08-19) ### Bug Fixes * use non-caching client to get pod in `getPodPrivateIP` also in EIP controller ([#22](https://github.com/goto-opensource/k8s-aws-operator/issues/22)) ([9db1162](https://github.com/goto-opensource/k8s-aws-operator/commit/9db1162d5aa34dcbbdc96fdad8572ea2cdf30170)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1634f88..da67357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/goto-opensource/k8s-aws-operator/compare/v1.2.1...v1.2.2) (2024-08-19) + + +### Bug Fixes + +* use non-caching client to get pod in `getPodPrivateIP` also in EIP controller ([#22](https://github.com/goto-opensource/k8s-aws-operator/issues/22)) ([9db1162](https://github.com/goto-opensource/k8s-aws-operator/commit/9db1162d5aa34dcbbdc96fdad8572ea2cdf30170)) + ## [1.2.1](https://github.com/goto-opensource/k8s-aws-operator/compare/v1.2.0...v1.2.1) (2024-07-01)