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

Update module github.com/hashicorp/go-tfe to v1 #14

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.68.0 age adoption passing confidence

Release Notes

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

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

v1.6.0

Compare Source

Enhancements


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 is behind base branch, 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 from 40f9b16 to 44c31c6 Compare March 25, 2022 23:23
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 44c31c6 to 0488d6d Compare May 16, 2022 02:27
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 0488d6d to 066595f Compare June 23, 2022 23:52
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 066595f to 7493634 Compare September 25, 2022 15:18
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7493634 to 8314f6f Compare November 20, 2022 11:34
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 55ae808 to d33d779 Compare March 23, 2023 17:31
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from fa2edd3 to 1c8b099 Compare June 1, 2023 05:38
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 1c8b099 to 12faacb Compare June 10, 2023 08:24
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 12faacb to 7f419bc Compare June 21, 2023 05:48
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7f419bc to 44fc5dc Compare June 30, 2023 02:34
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 44fc5dc to 485b6b3 Compare July 14, 2023 05:34
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 485b6b3 to d7c37d9 Compare July 22, 2023 05:30
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from d7c37d9 to 2d74e4a Compare August 8, 2023 02:28
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 2d74e4a to a6b24fc Compare August 19, 2023 05:59
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 21ddaa7 to 7b82dfc Compare September 12, 2023 23:54
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from aa31ae0 to b3b5ef2 Compare October 13, 2023 02:03
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from eb5fd95 to 1e3dd7f Compare October 31, 2023 08:43
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 3 times, most recently from e834e27 to dc026b6 Compare November 11, 2023 08:56
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from dc026b6 to 0a0fbd3 Compare November 23, 2023 02:41
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 0a0fbd3 to 379b391 Compare December 7, 2023 05:25
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 379b391 to 7343b6b Compare January 4, 2024 08:37
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7343b6b to 9e77ab0 Compare January 24, 2024 02:53
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 9e77ab0 to 3c192ef Compare February 1, 2024 05:54
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 3c192ef to 7565307 Compare February 16, 2024 08:13
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7565307 to e365c2c Compare February 28, 2024 08:40
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 4a6a428 to 2be4382 Compare March 13, 2024 11:51
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 2be4382 to bb472b0 Compare March 27, 2024 05:54
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from bb472b0 to 1ba6dfe Compare April 4, 2024 05:20
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from a0398b3 to 0b18351 Compare April 23, 2024 23:41
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 03c8d25 to d64edf3 Compare May 8, 2024 02:36
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from d64edf3 to c5e1d62 Compare May 29, 2024 05:08
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from c5e1d62 to 0b24471 Compare June 6, 2024 11:25
Copy link
Contributor Author

renovate bot commented Jun 6, 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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.7.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 0b24471 to 616bf22 Compare June 12, 2024 02:45
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 616bf22 to 7d79abd Compare June 25, 2024 20:35
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7d79abd to 6bf6b20 Compare July 2, 2024 23:30
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 6bf6b20 to 2fe7a90 Compare July 11, 2024 02:18
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 2fe7a90 to 1acbb5d Compare July 24, 2024 05:44
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 1acbb5d to 7f97e1a Compare July 31, 2024 08:55
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 89ee8ed to 36e665d Compare August 15, 2024 02:54
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 84e8334 to fc223e6 Compare August 23, 2024 23:49
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from fc223e6 to 89c19d0 Compare August 28, 2024 20:46
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch 2 times, most recently from 85379f8 to 7c0f948 Compare September 18, 2024 05:50
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 7c0f948 to 54ae864 Compare September 25, 2024 20:42
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-tfe-1.x branch from 54ae864 to 164a489 Compare October 3, 2024 04:51
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