-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependencies #325
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
base: main
Are you sure you want to change the base?
Conversation
/run pipeline |
8214bb6
to
546704e
Compare
ℹ Artifact update noticeFile name: tests/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
/run pipeline |
546704e
to
e9743fb
Compare
/run pipeline |
e9743fb
to
e243001
Compare
/run pipeline |
1 similar comment
/run pipeline |
e243001
to
93df988
Compare
/run pipeline |
93df988
to
467322c
Compare
/run pipeline |
467322c
to
7b390da
Compare
/run pipeline |
7b390da
to
74e58d6
Compare
/run pipeline |
74e58d6
to
9dfc790
Compare
/run pipeline |
9dfc790
to
15bfea5
Compare
/run pipeline |
15bfea5
to
0922ed0
Compare
/run pipeline |
0922ed0
to
029bc6a
Compare
/run pipeline |
029bc6a
to
f39c951
Compare
/run pipeline |
f39c951
to
cbd3a51
Compare
/run pipeline |
1279d60
to
4da5ab3
Compare
/run pipeline |
4da5ab3
to
097b033
Compare
/run pipeline |
097b033
to
813a243
Compare
/run pipeline |
813a243
to
e7b24ff
Compare
/run pipeline |
e7b24ff
to
e7bdd77
Compare
/run pipeline |
e7bdd77
to
e207d68
Compare
/run pipeline |
e207d68
to
0312317
Compare
/run pipeline |
0312317
to
65c0b3f
Compare
/run pipeline |
65c0b3f
to
9da0047
Compare
/run pipeline |
9da0047
to
e609b03
Compare
/run pipeline |
e609b03
to
540f30c
Compare
/run pipeline |
540f30c
to
16405ef
Compare
/run pipeline |
16405ef
to
f27eb73
Compare
/run pipeline |
f27eb73
to
a6abff6
Compare
/run pipeline |
This PR contains the following updates:
0.11.15
->0.12.0
v0.50.0
->v0.51.0
v1.10.0
->v1.11.1
v1.58.5
->v1.60.15
v1.9.1
->v1.12.0
1.24.5
->1.25.3
1.78.2
->1.84.1
2.36.0
->2.38.0
1.20.0
->2.0.1
3.35.10
->3.64.3
v1.22.5
->v1.23.2
8.16.5
->10.5.0
1.1.6
->1.4.0
1.4.0
->1.9.1
Release Notes
elastic/terraform-provider-elasticstack (elasticstack)
v0.12.0
Compare Source
elasticstack_kibana_action_connector
whenconfig
orsecrets
was unset in 0.11.17 (#1355)labels
field toelasticstack_kibana_synthetics_monitor
resource for associating key-value pairs with monitors (#1360)elasticstack_kibana_slo
when usingkql_custom_indicator
with nofilter
set. (#1354)threat
propertyquery
property not being setindex
andfilters
frequency
anomaly_threshold
field in anomaly detection rulestimeline_id
/timeline_title
fieldsthreat_query
not being provided forthreat_match
ulev0.11.18
Compare Source
Breaking changes
The
ssl
field on theelasticstack_fleet_output
resource has been changes from a block to an attribute. This change ensures ongoing consistency within the resource schema for this resource, and aligns with Terraform best practices.Existing
elasticstack_fleet_output
resources definingssl
will have to update the declaration to an attribute style. For example:becomes
Changes
elasticstack_kibana_security_detection_rule
resource. (#1290)elasticstack_kibana_export_saved_objects
data source (#1293)elasticstack_kibana_maintenance_window
resource. (#1224)solution
field inelasticstack_kibana_space
resource and data source (#1102)slo_id
validation toelasticstack_kibana_slo
(#1221)ignore_missing_component_templates
toelasticstack_elasticsearch_index_template
(#1206)elasticstack_elasticsearch_enrich_policy
resource and data source to Terraform Plugin Framework (#1220)elasticstack_elasticsearch_security_api_key
(#1252)elasticstack_fleet_integration
(#1255). This fixes an issue where it was impossible to upgrade integrations which are used by an integration policy.namespace
attribute toelasticstack_kibana_synthetics_monitor
resource to support setting data stream namespace independently fromspace_id
(#1247)connector_id
inelasticstack_kibana_action_connector
. This attribute already existed, but was being ignored by the provider. Setting the attribute will return an error in Elastic Stack v8.8 and lower since creating a connector with an explicit ID is not supported. (1260)elasticstack_kibana_action_connector
to the Terraform plugin framework (#1269)elasticstack_elasticsearch_security_role_mapping
resource and data source to Terraform Plugin Framework (#1279)inactivity_timeout
inelasticstack_fleet_agent_policy
(#641)elasticstack_elasticsearch_script
resource to Terraform Plugin Framework (#1297)kafka
output types inelasticstack_fleet_output
(#1302)prevent_initial_backfill
toelasticstack_kibana_slo
(#1071)data_view_id
in theelasticstack_kibana_slo
resource (#1305)unenrollment_timeout
inelasticstack_fleet_agent_policy
(#1169)allow_restricted_indices
inelasticstack_elasticsearch_security_api_key
(#1315)nil
reference in kibana synthetics API client in case of response errors (#1320)agent_policy_ids
inelasticstack_fleet_integration_policy
(#1131)v0.11.17
Compare Source
elasticstack_apm_agent_configuration
resource (#1196)timeslice_metric_indicator
inelasticstack_kibana_slo
(#1195)elasticstack_elasticsearch_ingest_processor_reroute
data source (#678)supports_agentless
toelasticstack_fleet_agent_policy
(#1197)master_timeout
when targeting Serverless projects (#1207)v0.11.16
Compare Source
headers
for the provider connection (#1057)elasticstack_elasticsearch_system_user
resource to Terraform plugin framework (#1154)endpoint
configuration support for snapshot repository setup (#1158)description
toelasticstack_kibana_security_role
(#1172)elasticstack_kibana_synthetics_parameter
resource (#1155)gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.51.0
Compare Source
What's Changed
terragrunt stack generate
by @james00012 in #1562Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.0
stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string
) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()
) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0
Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)
v1.60.15
Compare Source
Bug Fixes
v1.60.14
Compare Source
Bug Fixes
v1.60.13
Compare Source
Bug Fixes
v1.60.12
Compare Source
Bug Fixes
v1.60.11
Compare Source
Bug Fixes
v1.60.10
Compare Source
Bug Fixes
v1.60.9
Compare Source
Bug Fixes
v1.60.8
Compare Source
Bug Fixes
v1.60.7
Compare Source
Bug Fixes
v1.60.6
Compare Source
Bug Fixes
v1.60.5
Compare Source
Bug Fixes
v1.60.4
Compare Source
Bug Fixes
v1.60.3
Compare Source
Bug Fixes
v1.60.2
Compare Source
Bug Fixes
v1.60.1
Compare Source
Bug Fixes
v1.60.0
Compare Source
Features
v1.59.7
Compare Source
Bug Fixes
v1.59.6
Compare Source
Bug Fixes
v1.59.5
Compare Source
Bug Fixes
v1.59.4
Compare Source
Bug Fixes
v1.59.3
Compare Source
Bug Fixes
v1.59.2
Compare Source
Bug Fixes
v1.59.1
Compare Source
Bug Fixes
v1.59.0
Compare Source
Features
- Fixes the dependecy tree resolution
- added the ability to skip ceritan permutaion test combinations
- simplified some code paths (3520879)
v1.58.12
Compare Source
Bug Fixes
v1.58.11
Compare Source
Bug Fixes
v1.58.10
Compare Source
Bug Fixes
v1.58.9
Compare Source
Bug Fixes
v1.58.8
Compare Source
Bug Fixes
v1.58.7
Compare Source
Bug Fixes
v1.58.6
Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-watsonx-saas-da (github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da)
v1.12.0
Compare Source
Features
v1.11.0
Compare Source
Features
ca-tor
andau-syd
regions (#324) (211ead9)v1.10.1
Compare Source
Bug Fixes
v1.10.0
Compare Source
Features
v1.9.38
Compare Source
Bug Fixes
v1.9.37
Compare Source
Bug Fixes
v1.9.36
Compare Source
Bug Fixes
v1.9.35
Compare Source
Bug Fixes
v1.9.34
Compare Source
Bug Fixes
v1.9.33
Compare Source
Bug Fixes
v1.9.32
Compare Source
Bug Fixes
v1.9.31
Compare Source
Bug Fixes
v1.9.30
[
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.