From d76b384707c47c2bcd55a404e00a14119cc29978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:56:35 +1100 Subject: [PATCH] Bump github.com/hashicorp/go-tfe from 1.36.0 to 1.37.0 (#49) Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/hashicorp/go-tfe/releases) - [Changelog](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-tfe/compare/v1.36.0...v1.37.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-tfe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/hashicorp/go-tfe/CHANGELOG.md | 9 +++++++++ vendor/github.com/hashicorp/go-tfe/workspace.go | 1 + vendor/modules.txt | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8566ce4..33778cb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/AGLEnergyPublic/tfectl go 1.18 require ( - github.com/hashicorp/go-tfe v1.36.0 + github.com/hashicorp/go-tfe v1.37.0 github.com/itchyny/gojq v0.12.13 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.7.0 diff --git a/go.sum b/go.sum index 977243a..b0f5b1d 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/hashicorp/go-retryablehttp v0.7.4 h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZn github.com/hashicorp/go-retryablehttp v0.7.4/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= github.com/hashicorp/go-slug v0.12.2 h1:Gb6nxnV5GI1UVa3aLJGUj66J8AOZFnjIoYalNCp2Cbo= github.com/hashicorp/go-slug v0.12.2/go.mod h1:JZVtycnZZbiJ4oxpJ/zfhyfBD8XxT4f0uOSyjNLCqFY= -github.com/hashicorp/go-tfe v1.36.0 h1:Wq73gjjDo/f9gkKQ5MVSb+4NNJ6T7c5MVTivA0s/bZ0= -github.com/hashicorp/go-tfe v1.36.0/go.mod h1:awOuTZ4K9F1EJsKBIoxonJlb7Axn3PIb8YeBLtm/G/0= +github.com/hashicorp/go-tfe v1.37.0 h1:AHCl8+errpmyteWENIez3seeSAqpHJv52ysF53mjQjE= +github.com/hashicorp/go-tfe v1.37.0/go.mod h1:awOuTZ4K9F1EJsKBIoxonJlb7Axn3PIb8YeBLtm/G/0= github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8= github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= diff --git a/vendor/github.com/hashicorp/go-tfe/CHANGELOG.md b/vendor/github.com/hashicorp/go-tfe/CHANGELOG.md index a00f6bb..4d5ebc4 100644 --- a/vendor/github.com/hashicorp/go-tfe/CHANGELOG.md +++ b/vendor/github.com/hashicorp/go-tfe/CHANGELOG.md @@ -1,3 +1,10 @@ +# UNRELEASED + +# v.1.37.0 + +## Features +* Add the tags attribute to VCSRepo to be used with registry modules by @hashimoon [#793](https://github.com/hashicorp/go-tfe/pull/793) + # v.1.36.0 ## Features @@ -8,6 +15,7 @@ * Fix nil dereference panic within `StateVersions` `upload` after not handling certain state version create errors by @brandonc [#792](https://github.com/hashicorp/go-tfe/pull/792) # v.1.35.0 + ## Features * Added BETA support for private module registry tests by @hashimoon [#781](https://github.com/hashicorp/go-tfe/pull/781) @@ -16,6 +24,7 @@ * Removed beta flags for `PolicySetProjects` and `PolicySetWorkspaceExclusions` by @Netra2104 [#770](https://github.com/hashicorp/go-tfe/pull/770) # v1.34.0 + ## Features * Added support for the new Terraform Test Runs API by @liamcervante [#755](https://github.com/hashicorp/go-tfe/pull/755) diff --git a/vendor/github.com/hashicorp/go-tfe/workspace.go b/vendor/github.com/hashicorp/go-tfe/workspace.go index 1861616..bc85d2a 100644 --- a/vendor/github.com/hashicorp/go-tfe/workspace.go +++ b/vendor/github.com/hashicorp/go-tfe/workspace.go @@ -198,6 +198,7 @@ type VCSRepo struct { GHAInstallationID string `jsonapi:"attr,github-app-installation-id"` RepositoryHTTPURL string `jsonapi:"attr,repository-http-url"` ServiceProvider string `jsonapi:"attr,service-provider"` + Tags bool `jsonapi:"attr,tags"` TagsRegex string `jsonapi:"attr,tags-regex"` WebhookURL string `jsonapi:"attr,webhook-url"` } diff --git a/vendor/modules.txt b/vendor/modules.txt index cb62951..bf4119f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -14,7 +14,7 @@ github.com/hashicorp/go-retryablehttp ## explicit; go 1.20 github.com/hashicorp/go-slug github.com/hashicorp/go-slug/internal/ignorefiles -# github.com/hashicorp/go-tfe v1.36.0 +# github.com/hashicorp/go-tfe v1.37.0 ## explicit; go 1.19 github.com/hashicorp/go-tfe # github.com/hashicorp/go-version v1.6.0