From 1f7932974357b1805ee4ae942a88caf9223de4c0 Mon Sep 17 00:00:00 2001 From: misraved Date: Wed, 18 Mar 2026 16:10:47 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v1.8.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09d087..25d8cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.8.0 [2026-03-18] + +_Bug fixes_ + +- Removed unsupported `discussions_url` and `discussions_total_count` columns from the `github_team` table. ([#531](https://github.com/turbot/steampipe-plugin-github/pull/531)) (Thanks [@JayRovacsek](https://github.com/JayRovacsek) for the contribution!!) + +_Dependencies_ + +- Recompiled plugin with Go version `1.26.0`. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539)) +- Recompiled plugin with [steampipe-plugin-sdk v5.14.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5140-2026-02-25) that fixes several caching issues. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539)) + ## v1.7.0 [2025-10-17] _What's new?_ From e20201e6826ec2c6cc20507e36d99d7e44635611 Mon Sep 17 00:00:00 2001 From: Ved misra <47312748+misraved@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:31:24 +0530 Subject: [PATCH 2/2] Fix CHANGELOG entry for v1.8.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d8cd1..d3a8d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ _Bug fixes_ -- Removed unsupported `discussions_url` and `discussions_total_count` columns from the `github_team` table. ([#531](https://github.com/turbot/steampipe-plugin-github/pull/531)) (Thanks [@JayRovacsek](https://github.com/JayRovacsek) for the contribution!!) +- Fixed the `github_team` table by removing unsupported `discussions_url` and `discussions_total_count` columns. ([#531](https://github.com/turbot/steampipe-plugin-github/pull/531)) (Thanks [@JayRovacsek](https://github.com/JayRovacsek) for the contribution!!) _Dependencies_