-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependencies #19
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
ℹ Artifact update noticeFile name: tests/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
/run pipeline |
3 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
a76eeef
to
ea0ebde
Compare
/run pipeline |
2 similar comments
/run pipeline |
/run pipeline |
ea0ebde
to
163a519
Compare
/run pipeline |
3 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
163a519
to
34482b7
Compare
/run pipeline |
10 similar comments
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
/run pipeline |
7a3ad5d
to
6f366bc
Compare
/run pipeline |
6f366bc
to
5ce7917
Compare
/run pipeline |
5ce7917
to
403364a
Compare
/run pipeline |
403364a
to
dbaf7d5
Compare
/run pipeline |
dbaf7d5
to
7c49a36
Compare
/run pipeline |
7c49a36
to
039dc38
Compare
/run pipeline |
039dc38
to
e631b93
Compare
/run pipeline |
e631b93
to
81634c5
Compare
/run pipeline |
81634c5
to
eed58a7
Compare
/run pipeline |
eed58a7
to
cf63055
Compare
/run pipeline |
cf63055
to
8df99fc
Compare
/run pipeline |
8df99fc
to
26d31ad
Compare
/run pipeline |
26d31ad
to
900d034
Compare
/run pipeline |
This PR contains the following updates:
v2.0.15
->v2.0.16
v1.10.0
->v1.11.1
v1.55.7
->v1.60.12
1.24.5
->1.25.2
1.82.1
->1.83.3
2.37.1
->2.38.0
3.52.3
->3.63.7
v1.22.5
->v1.23.2
10.1.13
->10.4.0
4.1.3
->4.2.20
7.25.11
->8.5.0
1.2.1
->1.3.0
Release Notes
IBM/secrets-manager-go-sdk (github.com/IBM/secrets-manager-go-sdk/v2)
v2.0.16
Compare Source
Bug Fixes
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.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
v1.58.5
Compare Source
Bug Fixes
v1.58.4
Compare Source
Bug Fixes
v1.58.3
Compare Source
Bug Fixes
v1.58.2
Compare Source
Bug Fixes
v1.58.1
Compare Source
Bug Fixes
v1.58.0
Compare Source
Features
v1.57.1
Compare Source
Bug Fixes
v1.57.0
Compare Source
Features
v1.56.1
Compare Source
Bug Fixes
v1.56.0
Compare Source
Features
IBM-Cloud/terraform-provider-ibm (ibm)
v1.83.3
Compare Source
Bug Fixes
VPC Infrastructure
v1.83.2
Compare Source
Bug Fixes
Global Catalog
CIS
General
v1.83.1
Compare Source
Bug Fixes
v1.83.0
Compare Source
Bug Fixes
Configuration Aggregator
IAM
Partner Center Sell
Power Systems
Secrets Manager
Enhancements
IKS
Backup/Recovery
Configuration Aggregator
General
IAM
MQ Service
Power Systems
Secrets Manager
VPC Infrastructure
Documentation
Power Systems
Secrets Manager
Code Refactoring
VPC Infrastructure
hashicorp/terraform-provider-kubernetes (kubernetes)
v2.38.0
Compare Source
ENHANCEMENTS:
sub_path_expr
to volume mount options pod spec [GH-2622]BUG FIXES:
data_source/kubernetes_pod_v1
: fix an issue when the provider cuts out toleration under pod spec(spec.toleration
) if it uses a well-known taint. [GH-2380]data_source/kubernetes_pod
: fix an issue when the provider cuts out toleration under pod spec(spec.toleration
) if it uses a well-known taint. [GH-2380]resource/kubernetes_cron_job: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_cron_job_v1: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_daemon_set_v1: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_daemonset: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_deployment: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_deployment_v1: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_job: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_job_v1: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_replication_controller_v1
: fix an issue when the provider cuts out toleration under pod spec template(*.template.spec.toleration
) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_replication_controller
: fix an issue when the provider cuts out toleration under pod spec template(*.template.spec.toleration
) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_stateful_set: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]resource/kubernetes_stateful_set_v1: fix an issue when the provider cuts out toleration under pod spec template(
*.template.spec.toleration`) if it uses a well-known taint. That could lead to a perpetual diff behavior. [GH-2380]NOTES:
kubernetes_deployment_v1
,kubernetes_stateful_set_v1
, etc, and now the provider will keep all tolerations(spec.toleration
) returned by Kubernetes. The same is applicable for the data sourceskubernetes_pod_v1
andkubernetes_pod
. The behavior of resourceskubernetes_pod_v1
andkubernetes_pod
remains unchanged, i.e. the provider will keep removing tolerations with well-known taints since they might be attached to the object by Kubernetes controller and could lead to a perpetual diff. [GH-2380]terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)
v3.63.7
Compare Source
Bug Fixes
v3.63.6
Compare Source
Bug Fixes
v3.63.5
Compare Source
Bug Fixes
HCL editor widget
and update variable description (#810) (5ce10e3)v3.63.4
Compare Source
Bug Fixes
v3.63.3
Compare Source
Bug Fixes
v3.63.2
Compare Source
Bug Fixes
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.