Skip to content

Latest commit

 

History

History
101 lines (79 loc) · 8.09 KB

CHANGELOG.md

File metadata and controls

101 lines (79 loc) · 8.09 KB

Changelog

v1.5.0 - 2025-02-07

  • Supports S3 endpoint by @fujiwara in #223
  • use tagpr by @fujiwara in #224
  • Support for TF_WORKSPACE by @shmokmt in #212
  • update readme for -s3-endpoint-url and TF_WORKSPACE by @fujiwara in #226

v1.4.3 - 2025-01-29

  • delete blank code block by @shmokmt in #211
  • Bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in #215
  • Bump github.com/hashicorp/go-slug from 0.15.0 to 0.16.3 by @dependabot in #216
  • Bump golang.org/x/net from 0.26.0 to 0.33.0 by @dependabot in #218
  • Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #217
  • Embed the original error into a new error. by @fujiwara in #214

v1.4.2 - 2024-09-17

  • Improve quoteJQQuery reliability by @qgrp-m-kondratenko in #205
  • Fix/performance by @fujiwara in #206

v1.4.1 - 2024-09-03

  • Add -dump flag to cli. by @fujiwara in #204

v1.4.0 - 2024-09-03

  • Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #189
  • add -dump flag and Dump() method. by @fujiwara in #203

v1.3.2 - 2024-06-14

  • Add *TFState.FuncMap and *TFState.JsonnetNativeFuncs by @fujiwara in #188

v1.3.1 - 2024-06-13

v1.3.0 - 2024-06-13

  • fix readme by @fujiwara in #180
  • add JsonnetNatevieFuncs by @fujiwara in #185
  • Bump actions/setup-go from 4 to 5 by @dependabot in #181
  • Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #182
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #163
  • remove pkg/errors by @fujiwara in #186
  • Bump the aws-sdk-go-v2 group with 6 updates by @dependabot in #183
  • Bump github.com/hashicorp/go-tfe from 1.2.0 to 1.56.0 by @dependabot in #184
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.1 to 1.6.0 by @dependabot in #178
  • Update modules by @fujiwara in #187

v1.2.0 - 2024-03-19

  • Integrate simeji/jid by @fujiwara in #152

v1.1.7 - 2024-03-14

  • Bump google.golang.org/protobuf from 1.26.0 to 1.33.0 by @dependabot in #148
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #149
  • Bump golang.org/x/crypto from 0.12.0 to 0.17.0 by @dependabot in #150
  • update google.golang.org/grpc by @fujiwara in #151

v1.1.6 - 2023-12-25

  • Fix bucket region configuration issue by @fujiwara in #147

v1.1.5 - 2023-11-16

  • azurerm: Add AzureAD Auth by @jkroepke in #144
  • Fix function names for azure by @fujiwara in #145

v1.1.4 - 2023-10-06

  • Fix read tfe state. by @fujiwara in #141

v1.1.3 - 2023-08-22

  • Upgrade azidentity by @jkroepke in #133

v1.1.2 - 2023-05-19

  • Support for Subscription ID in AzureRM URL by @ashpr in #115

v1.1.1 - 2023-04-04

  • Use azidentity for authentication by @jkroepke in #86

v1.1.0 - 2023-03-24

  • Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #58
  • Bump github.com/aws/aws-sdk-go-v2 from 1.16.16 to 1.17.5 by @dependabot in #56
  • Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.11.33 to 1.11.54 by @dependabot in #55
  • Bump github.com/Azure/azure-storage-blob-go from 0.14.0 to 0.15.0 by @dependabot in #54
  • Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.17 by @dependabot in #52
  • Bump github.com/itchyny/gojq from 0.9.0 to 0.12.11 by @dependabot in #53
  • Bump github.com/Azure/go-autorest/autorest/azure/cli from 0.4.2 to 0.4.6 by @dependabot in #49
  • Bump github.com/Azure/azure-sdk-for-go from 56.2.0+incompatible to 68.0.0+incompatible by @dependabot in #57
  • Add interactive mode to tfstate-lookup command and refactor object display. by @fujiwara in #79

v1.0.0 - 2022-09-21

  • switch to aws-sdk-go-v2 by @fujiwara in #47
  • introduce context. by @fujiwara in #48

v0.4.4 - 2022-06-10

  • fix lookup to azurerm subdir. by @fujiwara in #43
  • fixes #39 by @fujiwara in #45
  • fixes #40 by @fujiwara in #44
  • Support encryption_key in GCS backend by @dex4er in #38

v0.4.3 - 2022-05-06

  • use StateVersions.ReadCurrent instead of Current by @Songmu in #41

v0.4.2 - 2021-12-14

  • multiple resources may have same name (for_each or not). by @fujiwara in #36

v0.4.1 - 2021-12-13

  • Fix lookup list resources (some resources have not index_key). by @fujiwara in #35