From 9c9255dae39630e92e900ddb51cf98e50d5eb4c8 Mon Sep 17 00:00:00 2001 From: misraved Date: Mon, 2 Oct 2023 13:19:57 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v0.25.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df48647..7ae97b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.25.0 [2023-10-02] + +_Dependencies_ + +- Upgraded to [steampipe-plugin-sdk v5.6.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v561-2023-09-29) with support for rate limiters. +- Recompiled plugin with Go version `1.21`. + ## v0.24.0 [2023-09-29] _Deprecated_ From 8dd59244a64b36ad88057aa64ea25280dc581ce2 Mon Sep 17 00:00:00 2001 From: Madhushree Ray Date: Mon, 2 Oct 2023 16:59:34 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae97b6..467bb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ _Dependencies_ -- Upgraded to [steampipe-plugin-sdk v5.6.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v561-2023-09-29) with support for rate limiters. -- Recompiled plugin with Go version `1.21`. +- Upgraded to [steampipe-plugin-sdk v5.6.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v561-2023-09-29) with support for rate limiters. ([#173](https://github.com/turbot/steampipe-plugin-kubernetes/pull/173)) +- Recompiled plugin with Go version `1.21`. ([#173](https://github.com/turbot/steampipe-plugin-kubernetes/pull/173)) ## v0.24.0 [2023-09-29]