Skip to content

Latest commit

 

History

History
170 lines (96 loc) · 9.93 KB

File metadata and controls

170 lines (96 loc) · 9.93 KB

v1.3.0 [2025-10-13]

Dependencies

v1.2.0 [2025-07-17]

Enhancements

  • Added destination, source and destination_branch_name columns to the bitbucket_pull_request table. (#119)

Bug fixes

  • Renamed the incorrectly named branch_name column to source_branch_name in the bitbucket_pull_request table to reflect the correct source branch of the pull request. (#119)

Dependencies

v1.1.1 [2025-04-18]

Bug fixes

  • Fixed Linux AMD64 plugin build failures for Postgres 14 FDW, Postgres 15 FDW, and SQLite Extension by upgrading GitHub Actions runners from ubuntu-20.04 to ubuntu-22.04.

v1.1.0 [2025-04-17]

Dependencies

  • Recompiled plugin with Go version 1.23.1. (#112)
  • Recompiled plugin with steampipe-plugin-sdk v5.11.5 that addresses critical and high vulnerabilities in dependent packages. (#112)

v1.0.0 [2024-10-22]

There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.

Dependencies

v0.8.0 [2023-12-12]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to _ctx column, and fixing connection and potential divide-by-zero bugs. (#99)

v0.7.1 [2023-10-05]

Dependencies

v0.7.0 [2023-10-02]

Dependencies

v0.6.1 [2023-09-08]

Bug fixes

  • Updated the bitbucket.spc and index.md files to include details of BITBUCKET_USERNAME, BITBUCKET_PASSWORD, and BITBUCKET_API_BASE_URL environment variables. (#77)

v0.6.0 [2023-08-04]

Enhancements

  • Added the default_reviewers column to bitbucket_repository and bitbucket_my_repository tables. (#64)

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#72)

v0.5.0 [2023-05-09]

Enhancements

  • Added columns account_status, created_on, is_staff and nickname to bitbucket_workspace_member table. (#71) (Thanks @pdecat for the contribution!)

v0.4.0 [2023-04-10]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#69)

v0.3.1 [2022-11-08]

Bug fixes

  • Fixed the docs/index.md and the config/bitbucket.spc files to include the correct permission scope to query the tables. (#66)

v0.3.0 [2022-09-27]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#60)
  • Recompiled plugin with Go version 1.19. (#60)

v0.2.2 [2022-07-18]

Bug fixes

  • Added pagination support to bitbucket_branch table to allow more than 10 results to be returned. (#58)

v0.2.1 [2022-05-23]

Bug fixes

  • Fixed the Slack community links in README and docs/index.md files. (#53)

v0.2.0 [2022-04-27]

Enhancements

v0.1.0 [2021-11-23]

Enhancements

v0.0.3 [2021-09-22]

Enhancements

v0.0.2 [2021-07-22]

What's new?

Enhancements

v0.0.1 [2021-07-01]

What's new?