You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## v1.1.0 [2025-04-04]
2
+
3
+
_Enhancements_
4
+
5
+
- Updated the GraphQL schema of the `github_organization` table by removing the `projects_total_count` column to avoid query errors. ([#488](https://github.com/turbot/steampipe-plugin-github/pull/488))
6
+
- Added `run_attempt` column as an optional qual to the `GetConfig` of `github_actions_repository_workflow_run` table. ([#464](https://github.com/turbot/steampipe-plugin-github/pull/464)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
7
+
- Added `run_attempt` and `previous_attempt_url` columns to `github_actions_repository_workflow_run` table. ([#463](https://github.com/turbot/steampipe-plugin-github/pull/463)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
8
+
- Added `workflow_id` column as an optional qual to the `ListConfig` of `github_actions_repository_workflow_run` table. ([#465](https://github.com/turbot/steampipe-plugin-github/pull/465)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
9
+
10
+
_Dependencies_
11
+
12
+
- Recompiled plugin with Go version `1.23.1`. ([#486](https://github.com/turbot/steampipe-plugin-github/pull/486))
13
+
- Recompiled plugin with [steampipe-plugin-sdk v5.11.5](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5115-2025-03-31) ([#486](https://github.com/turbot/steampipe-plugin-github/pull/486))
14
+
1
15
## v1.0.0 [2024-10-22]
2
16
3
17
There are no significant changes in this plugin version; it has been released to align with [Steampipe's v1.0.0](https://steampipe.io/changelog/steampipe-cli-v1-0-0) release. This plugin adheres to [semantic versioning](https://semver.org/#semantic-versioning-specification-semver), ensuring backward compatibility within each major version.
0 commit comments