Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/hashicorp/go-tfe to v1 #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/go-tfe v0.26.0 -> v1.70.0 age adoption passing confidence

Release Notes

hashicorp/go-tfe (github.com/hashicorp/go-tfe)

v1.70.0

Compare Source

  • Actually adds support for adding/updating key/value tags, which was not unintentionally removed from the last release by @​brandonc

v1.69.0

Compare Source

Enhancements

v1.68.0

Compare Source

Enhancements

v1.67.1

Compare Source

Bug Fixes

  • Fixes a bug in NewRequest that did not allow query parameters to be specified in the first parameter, which broke several methods: RegistryModules ReadVersion, VariableSets UpdateWorkspaces, and Workspaces Readme by @​brandonc #​982

v1.67.0

Compare Source

Enhancements

  • Workspaces: The Unlock method now returns a ErrWorkspaceLockedStateVersionStillPending error if the latest state version upload is still pending within the platform. This is a retryable error. by @​brandonc #​978

v1.66.0

Compare Source

Enhancements

Bug Fixes

  • Fixed the incorrect error "workspace already unlocked" being returned when attempting to unlock a workspace that was locked by a Team or different User @​ctrombley / @​lucasmelin #​975

v1.65.0

Compare Source

Enhancements

  • Adds support for deleting Stacks that still have deployments through ForceDelete by @​hashimoon #​969

Bug Fixes

  • Fixed RegistryNoCodeModules method UpgradeWorkspace to return a WorkspaceUpgrade type. This resulted in a BREAKING CHANGE, yet the previous type was not properly decoded nor reflective of the actual API result by @​paladin-devops #​955

v1.64.2

Compare Source

Enhancements

  • Adds support for including no-code permissions to the OrganizationPermissions struct #​967

v1.64.1

Compare Source

Bug Fixes

  • Fixes BETA feature regression in Stacks associated with decoding StackVCSRepo data by @​brandonc #​964

v1.64.0

Compare Source

  • Adds support for creating different organization token types by @​glennsarti #​943
  • Adds more BETA support for Stacks resources, which is is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @​DanielMSchmidt #​963

v1.63.0

Compare Source

Enhancements

v1.62.0

Compare Source

Bug Fixes

  • Fixed RegistryNoCodeModules methods CreateWorkspace and UpdateWorkspace to return a Workspace type. This resulted in a BREAKING CHANGE, yet the previous type was not properly decoded nor reflective of the actual API result by @​paladin-devops #​954

Enhancements

v1.61.0

Compare Source

Enhancements

v1.60.0

Compare Source

Enhancements

  • Adds more BETA support for Stacks resources, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @​brandonc. #​934

v1.59.0

Compare Source

Features

v1.58.0

Compare Source

Enhancements

  • Adds BETA support for Stacks resources, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @​brandonc. #​920

v1.57.0

Compare Source

Enhancements

v1.56.0

Compare Source

Enhancements

v1.55.0

Compare Source

Enhancements

  • Adds the CurrentRunStatus filter to allow filtering workspaces by their current run status by @​arybolovlev #​899

v1.54.0

Compare Source

Enhancements

Deprecations

  • The IsSiteAdmin field on User has been deprecated. Use the IsAdmin field instead #​900

v1.53.0

Compare Source

Enhancements

  • Adds ManageTeams, ManageOrganizationAccess, and AccessSecretTeams permissions to team OrganizationAccess by @​juliannatetreault #​874
  • Mocks are now generated using the go.uber.org/mock package #​897

v1.52.0

Compare Source

Enhancements

  • Add EnforcementLevel to Policy create and update options. This will replace the deprecated []Enforce method for specifying enforcement level. @​JarrettSpiker #​895

Deprecations

  • The Enforce fields on Policy, PolicyCreateOptions, and PolicyUpdateOptions have been deprecated. Use the EnforcementLevel instead. @​JarrettSpiker #​895

v1.51.0

Compare Source

Enhancements

  • Adds Teams field to OrganizationMembershipCreateOptions to allow users to be added to teams at the same time they are invited to an organization. by @​JarrettSpiker #​886
  • IsCloud() returns true when TFP-AppName is "HCP Terraform" by @​sebasslash #​891
  • OrganizationScoped attribute for OAuthClient is now generally available by @​netramali #​873

v1.50.0

Compare Source

Enhancements

Deprecations

  • The Stage field has been deprecated on WorkspaceRunTask. Instead, use Stages. by @​glennsarti #​865

v1.49.0

Compare Source

Enhancements

v1.48.0

Compare Source

Features

  • For Terraform Enterprise users who have data retention policies defined on Organizations or Workspaces: A new DataRetentionPolicyChoice relation has been added to reflect that data retention policies are polymorphic. Organizations and workspaces may be related to a DataRetentionPolicyDeleteOlder or DataRetentionPolicyDontDelete record through the DataRetentionPolicyChoice struct. Data retention policies can be read using ReadDataRetentionPolicyChoice, and set or updated (including changing their type) using SetDataRetentionPolicyDeleteOlder or SetDataRetentionPolicyDontDelete by @​JarrettSpiker #​652

Deprecations

  • The DataRetentionPolicy type, and the DataRetentionPolicy relationship on Organization and Workspaces have been deprecated. The DataRetentionPolicy type is equivalent to the new DataRetentionPolicyDeleteOlder. The Data retention policy relationships on Organization and Workspaces are now polymorphic, and are represented by the DataRetentionPolicyChoice relationship. The existing DataRetentionPolicy relationship will continue to be populated when reading an Organization or Workspace, but it may be removed in a future release. @​JarrettSpiker #​652
  • The SetDataRetentionPolicy function on Organizations and Workspaces is now deprecated in favour of SetDataRetentionPolicyDeleteOlder or SetDataRetentionPolicyDontDelete. SetDataRetentionPolicy will only update the data retention policy when communicating with TFE versions v202311 and v202312. @​JarrettSpiker #​652
  • The ReadDataRetentionPolicy function on Organizations and Workspaces is now deprecated in favour of ReadDataRetentionPolicyChoice. ReadDataRetentionPolicyChoice may return the different multiple data retention policy types added in TFE 202401-1. SetDataRetentionPolicy will only update the data retention policy when communicating with TFE versions v202311 and v202312. @​JarrettSpiker #​652

Enhancements

v1.47.1

Compare Source

Bug fixes

  • Change the error message for ErrWorkspaceStillProcessing to be the same error message returned by the API by @​uturunku1 #​864

v1.47.0

Compare Source

Enhancements

v1.46.0

Compare Source

Enhancements

  • Adds Query field to Project and Team list options, to allow projects and teams to be searched by name by @​JarrettSpiker #​849
  • Adds AgenPool relation to OAuthClient create options to support for Private VCS by enabling creation of OAuth Client when AgentPoolID is set (as an optional param) @​roleesinhaHC #​841
  • Add Sort field to workspace list options @​Maed223 #​859

v1.45.0

Compare Source

Enhancements

v1.44.0

Compare Source

Enhancements

v1.43.0

Compare Source

Features

Enhancements

v1.42.0

Compare Source

Deprecations

  • The Sourceable field has been deprecated on RunTrigger. Instead, use SourceableChoice to locate the non-empty field representing the actual sourceable value by @​brandonc #​816

Features

  • Added AdminOPAVersion and AdminSentinelVersion Terraform Enterprise admin endpoints by @​mrinalirao #​758

Enhancements

v1.41.0

Compare Source

Enhancements

  • Allow managing workspace and organization data retention policies by @​mwudka #​801

v1.40.0

Compare Source

Bug Fixes

  • Removed unused field AgentPoolID from the Workspace model. (Callers should be using the AgentPool relation instead) by @​brandonc #​815

Enhancements

  • Add organization scope field for oauth clients by @​Netra2104 #​812
  • Added BETA support for including projects relationship to oauth_client on create by @​Netra2104 #​806
  • Added BETA method AddProjects and RemoveProjects for attaching/detaching oauth_client to projects by Netra2104 #​806
  • Adds a missing interface WorkspaceResources and the List method by @​stefan-kiss Issue#754

v1.39.2

Compare Source

Bug Fixes

v1.39.1

Compare Source

Bug Fixes

  • Fixes an issue where the request body is not preserved during certain retry scenarios by @​sebasslash #​813

v1.39.0

Compare Source

Features

  • New WorkspaceSettingOverwritesOptions field for allowing workspaces to defer some settings to a default from their organization or project by @​SwiftEngineer #​762
  • Added support for setting a default execution mode and agent pool at the organization level by @​SwiftEngineer #​762
  • Added validation when configuring registry module publishing by @​hashimoon #​804
  • Removed BETA labels for StateVersion Upload method, ConfigurationVersion provisional field, and save-plan runs by @​brandonc #​800
  • Allow soft deleting, restoring, and permanently deleting StateVersion and ConfigurationVersion backing data by @​mwudka #​801
  • Added the AutoApplyRunTrigger attribute to Workspaces by @​nfagerlund #​798
  • Removed BETA labels for priority attribute in variable sets by @​Netra2104 #​796

v1.38.0

Compare Source

Features

  • Added BETA support for including priority attribute to variable_set on create and update by @​Netra2104 #​778

v1.37.0

Compare Source

Features

v1.36.0

Compare Source

Features

Bug Fixes

  • Fix incorrect attribute type for RegistryModule.VCSRepo.Tags by @​hashimoon #​789
  • Fix nil dereference panic within StateVersions upload after not handling certain state version create errors by @​brandonc #​792

v1.35.0

Compare Source

Features

Enhancements

  • Removed beta flags for PolicySetProjects and PolicySetWorkspaceExclusions by @​Netra2104 #​770

v1.34.0

Compare Source

Features

Bug Fixes

  • "project" was being rejected as an invalid Include option when listing workspaces by @​brandonc #​765

v1.33.0

Compare Source

Enhancements

  • Removed beta tags for TeamProjectAccess by @​rberecka #​756
  • Added BETA support for including workspaceExclusions relationship to policy_set on create by @​Netra2104 #​757
  • Added BETA method AddWorkspaceExclusions and RemoveWorkspaceExclusions for attaching/detaching workspace-exclusions to a policy-set by @​hs26gill #​761

v1.32.1

Compare Source

Dependency Update

  • Updated go-slug dependency to v0.12.1

v1.32.0

Compare Source

Enhancements

  • Added BETA support for adding and updating custom permissions to TeamProjectAccesses. A TeamProjectAccessType of "custom" can set various permissions applied at
    the project level to the project itself (TeamProjectAccessProjectPermissionsOptions) and all of the workspaces in a project (TeamProjectAccessWorkspacePermissionsOptions) by @​rberecka #​745
  • Added BETA field Provisional to ConfigurationVersions by @​brandonc #​746

v1.31.0

Compare Source

Enhancements

  • Added BETA support for including projects relationship and projects-count attribute to policy_set on create by @​hs26gill #​737
  • Added BETA method AddProjects and RemoveProjects for attaching/detaching policy set to projects by @​Netra2104 #​735

v1.30.0

Compare Source

Enhancements

  • Adds SignatureSigningMethod and SignatureDigestMethod fields in AdminSAMLSetting struct by @​karvounis-form3 #​731
  • Adds Certificate, PrivateKey, TeamManagementEnabled, AuthnRequestsSigned, WantAssertionsSigned, SignatureSigningMethod, SignatureDigestMethod fields in AdminSAMLSettingsUpdateOptions struct by @​karvounis-form3 #​731

v1.29.0

Compare Source

Enhancements

  • Adds RunPreApplyCompleted run status by @​uk1288 #​727
  • Added BETA support for saved plan runs, by @​nfagerlund #​724
    • New SavePlan fields in Run and RunCreateOptions
    • New RunPlannedAndSaved RunStatus value
    • New PlannedAndSavedAt field in RunStatusTimestamps
    • New RunOperationSavePlan constant for run list filters

v1.28.0

Compare Source

Enhancements

Bug Fixes

  • ConfigurationVersions, PolicySetVersions, and RegistryModules Upload methods were sending API credentials to the specified upload URL, which was unnecessary by @​brandonc #​717

v1.27.0

Compare Source

Enhancements

Bug Fixes

  • AgentPool Update is not able to remove all allowed workspaces from an agent pool. That operation is now handled by a separate UpdateAllowedWorkspaces method using AgentPoolAllowedWorkspacesUpdateOptions by @​hs26gill #​701

v1.26.0

Compare Source

Enhancements

  • Adds BETA fields ResourceImports count to both Plan and Apply types as well as AllowConfigGeneration to the Run struct type. These fields are not generally available and are subject to change in a future release.

v1.25.1

Compare Source

Bug Fixes

  • Workspace safe delete conflict error when workspace is locked has been restored
    to the original message using the error ErrWorkspaceLockedCannotDelete instead of
    ErrWorkspaceLocked

v1.25.0

Compare Source

Enhancements

  • Workspace safe delete 409 conflict errors associated with resources still being managed or being processed (indicating that you should try again later) are now the named errors ErrWorkspaceStillProcessing and ErrWorkspaceNotSafeToDelete by @​brandonc #​703

v1.24.0

Compare Source

Enhancements

  • Adds support for a new variable field version-id by @​arybolovlev #​697
  • Adds ExpiredAt field to OrganizationToken, TeamToken, and UserToken. This enhancement will be available in TFE release, v202305-1. @​JuliannaTetreault #​672
  • Adds ContextWithResponseHeaderHook context for use with the ClientRequest Do method that allows callers to define a callback which receives raw http Response headers. @​apparentlymart #​689

v1.23.0

Compare Source

Features

  • ApplyToProjects and RemoveFromProjects to VariableSets endpoints now generally available.
  • ListForProject to VariableSets endpoints now generally available.

Enhancements

  • Adds OrganizationScoped and AllowedWorkspaces fields for creating workspace scoped agent pools and adds AllowedWorkspacesName for filtering agents pools associated with a given workspace by @​hs26gill #​682

Bug Fixes

v1.22.0

Compare Source

Beta API Changes

  • The beta no_code field in RegistryModuleCreateOptions has been changed from bool to *bool and will be removed in a future version because a new, preferred method for managing no-code registry modules has been added in this release.

Features

  • Add beta endpoints Create, Read, Update, and Delete to manage no-code provisioning for a RegistryModule. This allows users to enable no-code provisioning for a registry module, and to configure the provisioning settings for that module version. This also allows users to disable no-code provisioning for a module version. @​dsa0x #​669

v1.21.0

Compare Source

Features

  • Add beta endpoints ApplyToProjects and RemoveFromProjects to VariableSets. Applying a variable set to a project will apply that variable set to all current and future workspaces in that project.
  • Add beta endpoint ListForProject to VariableSets to list all variable sets applied to a project.
  • Add endpoint RunEvents which lists events for a specific run by @​glennsarti #​680

Bug Fixes

  • VariableSets.Read did not honor the Include values due to a syntax error in the struct tag of VariableSetReadOptions by @​sgap #​678

Enhancements

v1.20.0

Compare Source

Enhancements

v1.19.0

Compare Source

Enhancements

v1.18.0

Compare Source

Enhancements

v1.17.0

Compare Source

Enhancements

v1.16.0

Compare Source

Bug Fixes

Enhancements

v1.15.0

Compare Source

Enhancements

  • Add Beta Projects endpoint. The API is in not yet available to all users @​hs26gill #​564

v1.14.0

Compare Source

Enhancements

  • Adds Beta parameter Overridable for OPA policy set update API (PolicySetUpdateOptions) @​mrinalirao #​594
  • Adds new task stage status values representing canceled, errored, unreachable @​mrinalirao #​594

v1.13.0

Compare Source

Bug Fixes

  • Fixes AuditTrail pagination parameters (CurrentPage, PreviousPage, NextPage, TotalPages, TotalCount), which were not deserialized after reading from the List endpoint by @​brandonc #​586

Enhancements

v1.12.0

Compare Source

Enhancements

v1.11.0

Compare Source

Enhancements

  • Add Query and Status fields to OrganizationMembershipListOptions to allow filtering memberships by status or username by @​sebasslash #​550
  • Add ListForWorkspace method to VariableSets interface to enable fetching variable sets associated with a workspace by @​tstapler #​552
  • Add NotificationTriggerAssessmentDrifted and NotificationTriggerAssessmentFailed notification trigger types by @​lawliet89 #​542

Bug Fixes

  • Fix marshalling of run variables in RunCreateOptions. The Variables field type in Run struct has changed from []*RunVariable to []*RunVariableAttr by @​Uk1288 #​531

v1.10.0

Compare Source

Enhancements

  • Add Query param field to OrganizationListOptions to allow searching based on name or email by @​laurenolivia #​529
  • Add optional AssessmentsEnforced to organizations and AssessmentsEnabled to workspaces for managing the workspace and organization health assessment (drift detection) setting by @​rexredinger #​462

Bug Fixes

  • Fixes null value returned in variable set relationship in VariableSetVariable by @​sebasslash #​521

v1.9.0

Compare Source

Enhancements

  • RunListOptions is generally available, and rename field (Name -> User) by @​mjyocca #​472
  • [Beta] Adds optional JsonState field to StateVersionCreateOptions by @​megan07 #​514

Bug Fixes

v1.8.0

Compare Source

Enhancements

  • Adds support for reading and listing Agents by @​laurenolivia #​456
  • It was previously logged that we added an Include param field to PolicySetListOptions to allow policy list to include related resource data such as workspaces, policies, newest_version, or current_version by @​Uk1288 #​497 in 1.7.0, but this was a mistake and the field is added in v1.8.0

v1.7.0

Compare Source

Enhancements

  • Adds new run creation attributes: allow-empty-apply, terraform-version, plan-only by @​sebasslash #​482
  • Adds additional Task Stage and Run Statuses for Pre-plan run tasks by @​glennsarti #​469
  • Adds stage field to the create and update methods for Workspace Run Tasks by @​glennsarti #​469
  • Adds ResourcesProcessed, StateVersion, TerraformVersion, Modules, Providers, and Resources fields to the State Version struct by [@​laurenolivia](https://

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 4 times, most recently from dcb3cd0 to 4cf20bd Compare March 21, 2022 19:03
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 4cf20bd to d64df67 Compare March 25, 2022 23:31
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 6 times, most recently from baa84e4 to 4419e38 Compare April 19, 2022 22:12
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 4419e38 to 19dfddd Compare May 5, 2022 20:32
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 19dfddd to c06c202 Compare June 10, 2022 21:28
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from c06c202 to 1d419cf Compare July 7, 2022 00:14
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 5 times, most recently from 6e052de to b10d907 Compare August 10, 2022 22:40
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from e7c12b3 to f2b9df1 Compare August 16, 2022 22:53
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from f2b9df1 to 48a172d Compare August 30, 2022 23:19
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 48a172d to 534ff1f Compare September 15, 2022 01:26
@renovate renovate bot changed the title Update module github.com/hashicorp/go-tfe to v1 fix(deps): update module github.com/hashicorp/go-tfe to v1 Sep 27, 2022
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 534ff1f to cbecbd3 Compare November 20, 2022 10:59
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from cbecbd3 to ae2e172 Compare March 16, 2023 09:47
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from ae2e172 to 92c9bfe Compare March 23, 2023 17:30
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from b909e96 to a2a50f7 Compare April 17, 2023 18:52
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from a2a50f7 to 2e41195 Compare May 28, 2023 09:47
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from cc2c820 to 54ef7c8 Compare March 12, 2024 18:17
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from de1b593 to e76f0f1 Compare April 2, 2024 21:36
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 4e27223 to 2416358 Compare April 23, 2024 21:21
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 249b7e9 to 30f8b0d Compare May 8, 2024 00:04
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 30f8b0d to 2e8711a Compare May 28, 2024 22:51
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 2e8711a to f46bbee Compare June 5, 2024 17:12
Copy link
Contributor Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/stretchr/testify v1.8.0 -> v1.9.0
github.com/hashicorp/go-retryablehttp v0.7.0 -> v0.7.7
github.com/hashicorp/go-slug v0.7.0 -> v0.16.0
github.com/hashicorp/jsonapi v0.0.0-20210826224640-ee7dae0fb22d -> v1.3.1

@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from f46bbee to f25f152 Compare June 12, 2024 03:13
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from f25f152 to 4bb7fa8 Compare June 25, 2024 20:09
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from c648dac to 3f8b69f Compare July 9, 2024 22:13
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 3d71271 to 22f7bbd Compare July 30, 2024 22:31
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 22f7bbd to 44e1e9c Compare August 7, 2024 20:31
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from bae6eb4 to cbf285e Compare August 20, 2024 23:37
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from d153591 to 9814c6c Compare August 28, 2024 01:51
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from ac06728 to 2405210 Compare September 17, 2024 23:19
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 96f6e99 to fe48402 Compare September 25, 2024 22:26
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from fe48402 to 99f2e37 Compare October 2, 2024 16:24
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 99f2e37 to 83ebd41 Compare October 25, 2024 22:10
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 83ebd41 to 5e38ae3 Compare October 26, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants