Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

76 lines (47 loc) · 2.04 KB

v0.3.0 [2023-10-02]

Dependencies

v0.2.1 [2023-05-05]

Enhancements

v0.2.0 [2023-01-10]

What's new?

  • Added plugin_version, deprecation_status & options columns to the vault_auth table.
  • Added plugin_version, deprecation_status & options columns to the vault_engine table.
  • Added last_wal column to the vault_health table.

Enhancements

v0.1.1 [2022-10-08]

Enhancements

  • Upgraded to golang version 1.19
  • Upgraded Steampipe sdk version to v4.1.7

v0.1.0 [2022-05-05]

Enhancements

  • Upgraded to golang version 1.18
  • Upgraded Steampipe sdk version to v3.1.0

v0.0.5 [2021-11-29]

Enhancements

  • Upgraded to golang version 1.17
  • Upgraded Steampipe sdk version to v1.8.2
  • Upgraded vault version to v1.3.0
  • Upgraded aws sdk version to v1.42.11

Bug fixes

  • Fixed an issue where not setting an auth_type would cause an issue #19

v0.0.4 [2021-09-16]

What's new?

  • Adds a makefile for easier installation while developing

Bug fixes

  • Fixes an issue where the AWS auth type would incorrectly ignore address configuration

v0.0.3 [2021-08-17]

What's new?

  • Allow vault plugin to authenticate using the Vault "AWS" Backend

v0.0.2 [2021-08-17]

What's new?

  • Update frontmatter
  • Actual first release to steampipe hub

v0.0.1 [2021-05-25]

What's new?

  • Adds goreleaser