Skip to content

Latest commit

 

History

History
80 lines (67 loc) · 2.7 KB

File metadata and controls

80 lines (67 loc) · 2.7 KB

Unreleased

FEATURES:

  • Added optional description for user token roles to provide a description in HCPTF UI: hashicorp#84

  • Added support for HCP TF multiple team tokens. Introduced new optional parameter credential_type that can be used with value team to issue multiple team tokens. Tokens can optionally have a ttl and max_ttl that is respected via normal lease operations as well as Expired by HCP TF API at their expected time: hashicorp#89

0.11.0

FEb 7, 2025

IMPROVEMENTS:

0.10.0

Sep 6, 2024

IMPROVEMENTS:

  • Updated dependencies:
    • github.com/hashicorp/go-tfe v1.61.0 -> v1.64.2
    • github.com/hashicorp/vault/api v1.13.0 -> v1.14.0
    • github.com/hashicorp/vault/sdk v0.12.0 -> v0.13.0

0.9.0

IMPROVEMENTS:

  • Updated dependencies:
    • github.com/hashicorp/go-tfe v1.52.0 -> v1.61.0 to allow HCP IDs
    • github.com/docker/docker v24.0.9 -> v25.0.6
    • github.com/hashicorp/go-retryablehttp v0.7.5 -> v0.7.7

0.8.0

May 20, 2024

IMPROVEMENTS:

  • Updated dependencies:
    • github.com/hashicorp/go-plugin v1.5.2 -> v1.6.0 to enable running the plugin in containers
    • github.com/hashicorp/go-hclog v1.6.2 -> v1.6.3
    • github.com/hashicorp/go-tfe v1.44.0 -> v1.52.0
    • github.com/hashicorp/vault/api v1.11.0 -> v1.13.0
    • github.com/hashicorp/vault/sdk v0.10.2 -> v0.12.0
    • github.com/stretchr/testify v1.8.4 -> v1.9.0
    • google.golang.org/protobuf v1.31.0 -> v1.33.0
    • golang.org/x/net v0.17.0 -> v0.23.0
    • github.com/docker/docker v24.0.7+incompatible -> v24.0.9+incompatible
  • Upgrade github.com/go-jose/go-jose/v3 to github.com/go-jose/go-jose/v4

0.7.5

February 8, 2024

IMPROVEMENTS:

  • Updated dependencies:
    • github.com/hashicorp/go-tfe v1.42.0 -> v1.44.0
    • github.com/hashicorp/vault/api v1.10.0 -> v1.11.0

0.7.4

January 4, 2024

IMPROVEMENTS:

  • update dependencies
    • github.com/hashicorp/go-hclog v1.6.2
    • github.com/hashicorp/go-tfe v1.42.0
    • github.com/hashicorp/vault/sdk v0.10.2

0.7.3

September 8, 2023

IMPROVEMENTS:

  • chore: remove dependency github.com/hashicorp/vault-testing-stepwise

0.7.2

September 8, 2023

IMPROVEMENTS:

  • Update dependencies
    • github.com/hashicorp/go-hclog v1.5.0
    • github.com/hashicorp/go-tfe v1.33.0
    • github.com/hashicorp/vault-testing-stepwise v0.1.4
    • github.com/hashicorp/vault/api v1.10.0
    • github.com/hashicorp/vault/sdk v0.10.0
    • github.com/stretchr/testify v1.8.4

0.7.1

May 24, 2023

IMPROVEMENTS:

  • updated Go version to 1.20.2
  • updated dependencies