forked from DevotedHealth/terraform-provider-looker
-
Notifications
You must be signed in to change notification settings - Fork 0
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 Mend: high confidence minor and patch dependency updates #2
Open
mend-for-garden.eu.org
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
69fd60e
to
4840691
Compare
4840691
to
d45e501
Compare
d45e501
to
8ea7760
Compare
8ea7760
to
4ecdbef
Compare
4ecdbef
to
be3bd84
Compare
e800228
to
74e0a38
Compare
74e0a38
to
db137a1
Compare
db137a1
to
8b222e7
Compare
8b222e7
to
c86d554
Compare
c86d554
to
0bce243
Compare
6c202ae
to
172b233
Compare
172b233
to
1efd62b
Compare
ac2d9d4
to
971f62f
Compare
971f62f
to
218d1d9
Compare
218d1d9
to
1722be0
Compare
1722be0
to
3a94639
Compare
3a94639
to
63733d1
Compare
9ad6911
to
3d8b7c3
Compare
df74094
to
6911b71
Compare
6911b71
to
029b7a9
Compare
029b7a9
to
39ac423
Compare
3bba74f
to
9aa0ede
Compare
f1ef32d
to
0b7ad55
Compare
0b7ad55
to
c93d52b
Compare
c93d52b
to
bce836f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13.0
->v2.36.1
v1.7.0
->v1.10.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.36.1
Compare Source
NOTES:
BUG FIXES:
WriteOnly
set totrue
will now trigger an error message. (#1427)v2.36.0
Compare Source
NOTES:
FEATURES:
WriteOnly
schema behavior for managed resource schemas to indicate a write-only attribute. Write-only attribute values are not saved to the Terraform plan or state artifacts. (#1375)PreferWriteOnlyAttribute()
validator that warns practitioners when a write-only version of a configured attribute is available. (#1375)ValidateRawResourceConfigFuncs
field which allows resources to define validation logic during theValidateResourceTypeConfig
RPC. (#1375)v2.35.0
Compare Source
NOTES:
terraform-plugin-framework
orterraform-plugin-mux
in the future. (#1390)v2.34.0
Compare Source
NOTES:
v2.33.0
release updated this Go module to Go 1.21 per the Go support policy. It is recommended to review the Go 1.21 release notes before upgrading. Any consumers building on earlier Go versions may experience errors (#1318)FEATURES:
(Provider).ConfigureProvider
function for configuring providers that support additional features, such as deferred actions. (#1335)(Resource).ResourceBehavior
to allow additional control over deferred action behavior during plan modification. (#1335)v2.33.0
Compare Source
NOTES:
v2.32.0
Compare Source
NOTES:
v2.31.0
Compare Source
NOTES:
v2.30.0
Compare Source
NOTES:
SDKVersion
variable,SDKPrerelease
variable, andSDKVersionString()
function have been deprecated. Use the Go standard libraryruntime/debug
package build information instead. (#1257)BUG FIXES:
SDKVersion
variable andSDKVersionString()
function (#1257)(ResourceData).GetRawConfig()
data is populated forProvider.ConfigureFunc
andProvider.ConfigureContextFunc
(#1270)(ResourceData).GetOkExists()
second result istrue
when configuration contains zero-value data inProvider.ConfigureFunc
andProvider.ConfigureContextFunc
(#1270)v2.29.0
Compare Source
NOTES:
FEATURES:
ENHANCEMENTS:
AllDiag
andAnyDiag
, which areSchemaValidateDiagFunc
variants ofAll
andAny
(#1155)StringInSlice
error diagnostic output to prevent confusion with values that contain spaces (#464)v2.28.0
Compare Source
NOTES:
Resource
typeEnableApplyLegacyTypeSystemErrors
andEnablePlanLegacyTypeSystemErrors
fields can be enabled to more easily discover resource data consistency errors which Terraform would normally demote to warning logs. Before enabling the flag in a production release for a resource, the resource should be exhaustively acceptance tested as there may be unrecoverable error situations for practitioners. It is recommended to first enable and test in environments where it is easy to clean up resources, potentially outside of Terraform. (#1227)ENHANCEMENTS:
Resource
typeEnableLegacyTypeSystemApplyErrors
field, which will prevent Terraform from demoting data consistency errors to warning logs duringApplyResourceChange
(Create
,Update
, andDelete
) operations with the resource (#1227)Resource
typeEnableLegacyTypeSystemPlanErrors
field, which can be used to prevent Terraform from demoting data consistency errors to warning logs duringPlanResourceChange
operations with the resource (#1227)v2.27.0
Compare Source
NOTES:
Resource
typeSchema
field should switch to theSchemaMap
method to ensure newSchemaFunc
field data is properly retrieved (#1217)ENHANCEMENTS:
Resource
typeSchemaFunc
field andSchemaMap
method, which can reduce resident memory usage with large schemas (#1217)v2.26.1
Compare Source
BUG FIXES:
v2.26.0
Compare Source
NOTES:
PrefixedUniqueId()
andUniqueId()
. Use thehelper/id
package instead. These deprecations are to assist in migrating to terraform-plugin-testing (#1167)RetryContext()
,StateChangeConf
, and associated*Error
types. Use thehelper/retry
package instead. These deprecations are to assist in migrating to terraform-plugin-testing (#1167)ENHANCEMENTS:
helper/id
package added.resource.PrefixedUniqueId()
andresource.UniqueId()
are deprecated,helper/id
should be used instead.helper/resource
now contains aliases to the migrated code (#1167)helper/retry
package added.resource.RetryContext()
,resource.StateChangeConf
, and associated*Error
types are deprecated,helper/retry
should be used instead. `helper/resource now contains aliases to the migrated code (#1167)v2.25.0
Compare Source
BUG FIXES:
v2.24.1
Compare Source
BUG FIXES:
TestStep
typeImportStateCheck
field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and data sources into state (#1089)Providers
orProviderFactories
(#1091)TestStep
typeConfig
field already contained provider configuration block (#1092)v2.24.0
Compare Source
ENHANCEMENTS:
TestStep
typeRefreshState
field, which enables a step that refreshes state without an explicit apply or configuration changes (#1070)BUG FIXES:
TestStep
typeImportStateVerify
field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and their dependent data sources (#1077)v2.23.0
Compare Source
ENHANCEMENTS:
TRACE
logging (#1059)terraform plan
output toTRACE
logging (#1058)BUG FIXES:
Inconsistent dependency lock file
errors when usingExternalProviders
outside thehashicorp
namespace (#1057)v2.22.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
v2.21.0
Compare Source
NOTES:
BUG FIXES:
TestStep
typeTaint
field usage to properly recreate resources (#1031)RawConfig
,RawPlan
, andRawState
are correctly copied during planning with recreation (#1024)v2.20.0
Compare Source
NOTES:
NewTransport()
is now deprecated in favour of using the newNewLoggingHTTPTransport()
orNewSubsystemLoggingHTTPTransport()
(#1006)FEATURES:
NewLoggingHTTPTransport()
andNewSubsystemLoggingHTTPTransport()
functions, providinghttp.RoundTripper
Transport implementations that log request/response using terraform-plugin-log (#546) (#1006)v2.19.0
Compare Source
NOTES:
terraform-plugin-log
dependency has been updated to v0.6.0, which includes log filtering support and breaking changes ofWith()
toSetField()
function names. Any provider logging which calls those functions may require updates. (#1003)v2.18.0
Compare Source
ENHANCEMENTS:
TF_ACC_LOG
,TF_LOG_CORE
, andTF_LOG_PROVIDER
environment variable handling for Terraform versions 0.15 and later (#993)BUG FIXES:
v2.17.0
Compare Source
NOTES:
TestCase
orTestStep
level. Using theTestStep
handling, advanced use cases are now enabled such as state upgrade acceptance testing. (#972)ENHANCEMENTS:
TestStep
typeExternalProviders
,ProtoV5ProviderFactories
,ProtoV6ProviderFactories
, andProviderFactories
fields (#972)BUG FIXES:
terraform state show
command when not using theTestStep
typeTaint
field (#972)v2.16.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
Content-Type
header. This was causing failures when the SDK attempted to install Terraform. (#960)v2.15.0
Compare Source
FEATURES:
TestCheckResourceAttrWith
test helper, that simplifies checking of attribute values via custom functions (#950)ENHANCEMENTS:
tf_data_source_type
,tf_req_id
,tf_resource_type
, andtf_rpc
fields in log entries (#955)BUG FIXES:
Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options
warning logs during acceptance testing (#955)v2.14.0
Compare Source
NOTES:
BUG FIXES:
TF_LOG_PATH_MASK
environment variable value when bothTF_ACC_LOG_PATH
andTF_LOG_PATH_MASK
are set (#938)@caller
in SDK logging entries accurately reflected calling code location (#939)TF_VAR_*
, when calling Terraform CLI commands (#937)@caller
in SDK logging entries accurately reflected calling code location (#939)stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
v1.9.0
Compare Source
What's Changed
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New Contributors
Full Changelog: stretchr/testify@v1.8.4...v1.9.0
v1.8.4
Compare Source
What's Changed
New Contributors
Full Changelog: stretchr/testify@v1.8.3...v1.8.4
v1.8.3
Compare Source
What's Changed
New Contributors
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
disabled