terraform-google-sap
terraform-google-sap copied to clipboard
chore(deps): Update go modules and/or dev-tools
This PR contains the following updates:
| Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|---|
| cft/developer-tools | minor | 1.22 -> 1.23 |
||||||
| github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test | require | minor | v0.16.3 -> v0.17.3 |
v0.17.4 |
||||
| github.com/gruntwork-io/terratest | require | minor | v0.47.2 -> v0.48.1 |
|||||
| github.com/stretchr/testify | require | minor | v1.9.0 -> v1.10.0 |
|||||
| go (source) | toolchain | minor | 1.22.9 -> 1.23.4 |
Release Notes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.48.1
Modules affected
helmazureawsk8s
What's Changed
- feat: Adding release instructions in PR by @yhakbar in https://github.com/gruntwork-io/terratest/pull/1488
- fix: Fixing the TestRemoteChartRender Unit Test failure by pecifing remote chart version by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1486
- fix: Fix terraform-azure-aks-example unit test failure. by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1489
- chore: add function to retrieve latest version of a policy document by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1490
- fix: honor options.RestConfig in tunnel.ForwardPortE by @jduepmeier in https://github.com/gruntwork-io/terratest/pull/1464
New Contributors
- @jduepmeier made their first contribution in https://github.com/gruntwork-io/terratest/pull/1464
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.48.0...v0.48.1
v0.48.0
Modules affected
terraformawshelmloggerhttp-helperopadocker
What's Changed
- fix: replace the deprecated logger.Logf and logger.Log for the new Logger by @seblaz in https://github.com/gruntwork-io/terratest/pull/1449
- fix: issue --namespace showing twice by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1452
- chore: Bump rexml from 3.3.3 to 3.3.9 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1458
- fix: add GetWhetherSchemaExistsInRdsPostgresInstance by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1465
- fix: Make
LogandLogfthreadsafe by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1467 - fix: Update resource by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1472
- chore: update go.mod pkg for GCP, DNS and few other shared pkg. fix #1414 by @wakeful in https://github.com/gruntwork-io/terratest/pull/1469
- fix: #1363 build lambda bin from src instead using a blob + bump ext pkg. by @wakeful in https://github.com/gruntwork-io/terratest/pull/1470
- feat: Add put method into AWS Secrets Manager helper interface. by @forjor in https://github.com/gruntwork-io/terratest/pull/1466
- feat: Opa EvalWithOutput by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1468
- chore: migrate to AWS SDKv2, updating only singnatures and making sure tests are passing by @wakeful in https://github.com/gruntwork-io/terratest/pull/1451
- feat: Renaming
mastertomainwherever it's referenced by @yhakbar in https://github.com/gruntwork-io/terratest/pull/1476 - feat: add platform parameter to docker run command. fix #1310 by @wakeful in https://github.com/gruntwork-io/terratest/pull/1471
- chore: Upgrade github.com/hashicorp/go-getter to v2 for remove indirect github.com/aws/aws-sdk-go reference by @bozaro in https://github.com/gruntwork-io/terratest/pull/1477
- fix: do not log ec2 keypair by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1480
- feat: httpdo* with global proxy by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1481
- fix: #1478 we should copy the TF module into a temporary directory before running tests in parallel by @wakeful in https://github.com/gruntwork-io/terratest/pull/1479
- fix: JSON output fetching fixes by @denis256 in https://github.com/gruntwork-io/terratest/pull/1462
New Contributors
- @seblaz made their first contribution in https://github.com/gruntwork-io/terratest/pull/1449
- @wakeful made their first contribution in https://github.com/gruntwork-io/terratest/pull/1469
- @forjor made their first contribution in https://github.com/gruntwork-io/terratest/pull/1466
- @yhakbar made their first contribution in https://github.com/gruntwork-io/terratest/pull/1476
- @bozaro made their first contribution in https://github.com/gruntwork-io/terratest/pull/1477
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.47.2...v0.47.3
stretchr/testify (github.com/stretchr/testify)
v1.10.0
What's Changed
Functional Changes
- Add PanicAssertionFunc by @fahimbagar in https://github.com/stretchr/testify/pull/1337
- assert: deprecate CompareType by @dolmen in https://github.com/stretchr/testify/pull/1566
- assert: make YAML dependency pluggable via build tags by @dolmen in https://github.com/stretchr/testify/pull/1579
- assert: new assertion NotElementsMatch by @hendrywiranto in https://github.com/stretchr/testify/pull/1600
- mock: in order mock calls by @ReyOrtiz in https://github.com/stretchr/testify/pull/1637
- Add assertion for NotErrorAs by @palsivertsen in https://github.com/stretchr/testify/pull/1129
- Record Return Arguments of a Call by @jayd3e in https://github.com/stretchr/testify/pull/1636
- assert.EqualExportedValues: accepts everything by @redachl in https://github.com/stretchr/testify/pull/1586
Fixes
- assert: make tHelper a type alias by @dolmen in https://github.com/stretchr/testify/pull/1562
- Do not get argument again unnecessarily in Arguments.Error() by @TomWright in https://github.com/stretchr/testify/pull/820
- Fix time.Time compare by @myxo in https://github.com/stretchr/testify/pull/1582
- assert.Regexp: handle []byte array properly by @kevinburkesegment in https://github.com/stretchr/testify/pull/1587
- assert: collect.FailNow() should not panic by @marshall-lee in https://github.com/stretchr/testify/pull/1481
- mock: simplify implementation of FunctionalOptions by @dolmen in https://github.com/stretchr/testify/pull/1571
- mock: caller information for unexpected method call by @spirin in https://github.com/stretchr/testify/pull/1644
- suite: fix test failures by @stevenh in https://github.com/stretchr/testify/pull/1421
- Fix issue #1662 (comparing infs should fail) by @ybrustin in https://github.com/stretchr/testify/pull/1663
- NotSame should fail if args are not pointers #1661 by @sikehish in https://github.com/stretchr/testify/pull/1664
- Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI by @sikehish in https://github.com/stretchr/testify/pull/1667
- fix: compare functional option names for indirect calls by @arjun-1 in https://github.com/stretchr/testify/pull/1626
Documantation, Build & CI
- .gitignore: ignore "go test -c" binaries by @dolmen in https://github.com/stretchr/testify/pull/1565
- mock: improve doc by @dolmen in https://github.com/stretchr/testify/pull/1570
- mock: fix FunctionalOptions docs by @snirye in https://github.com/stretchr/testify/pull/1433
- README: link out to the excellent testifylint by @brackendawson in https://github.com/stretchr/testify/pull/1568
- assert: fix typo in comment by @JohnEndson in https://github.com/stretchr/testify/pull/1580
- Correct the EventuallyWithT and EventuallyWithTf example by @JonCrowther in https://github.com/stretchr/testify/pull/1588
- CI: bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/stretchr/testify/pull/1575
- mock: document more alternatives to deprecated AnythingOfTypeArgument by @dolmen in https://github.com/stretchr/testify/pull/1569
- assert: Correctly document EqualValues behavior by @brackendawson in https://github.com/stretchr/testify/pull/1593
- fix: grammar in godoc by @miparnisari in https://github.com/stretchr/testify/pull/1607
- .github/workflows: Run tests for Go 1.22 by @HaraldNordgren in https://github.com/stretchr/testify/pull/1629
- Document suite's lack of support for t.Parallel by @brackendawson in https://github.com/stretchr/testify/pull/1645
- assert: fix typos in comments by @alexandear in https://github.com/stretchr/testify/pull/1650
- mock: fix doc comment for NotBefore by @alexandear in https://github.com/stretchr/testify/pull/1651
- Generate better comments for require package by @Neokil in https://github.com/stretchr/testify/pull/1610
- README: replace Testify V2 notice with @dolmen's V2 manifesto by @hendrywiranto in https://github.com/stretchr/testify/pull/1518
New Contributors
- @fahimbagar made their first contribution in https://github.com/stretchr/testify/pull/1337
- @TomWright made their first contribution in https://github.com/stretchr/testify/pull/820
- @snirye made their first contribution in https://github.com/stretchr/testify/pull/1433
- @myxo made their first contribution in https://github.com/stretchr/testify/pull/1582
- @JohnEndson made their first contribution in https://github.com/stretchr/testify/pull/1580
- @JonCrowther made their first contribution in https://github.com/stretchr/testify/pull/1588
- @miparnisari made their first contribution in https://github.com/stretchr/testify/pull/1607
- @marshall-lee made their first contribution in https://github.com/stretchr/testify/pull/1481
- @spirin made their first contribution in https://github.com/stretchr/testify/pull/1644
- @ReyOrtiz made their first contribution in https://github.com/stretchr/testify/pull/1637
- @stevenh made their first contribution in https://github.com/stretchr/testify/pull/1421
- @jayd3e made their first contribution in https://github.com/stretchr/testify/pull/1636
- @Neokil made their first contribution in https://github.com/stretchr/testify/pull/1610
- @redachl made their first contribution in https://github.com/stretchr/testify/pull/1586
- @ybrustin made their first contribution in https://github.com/stretchr/testify/pull/1663
- @sikehish made their first contribution in https://github.com/stretchr/testify/pull/1664
- @arjun-1 made their first contribution in https://github.com/stretchr/testify/pull/1626
Full Changelog: https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
/gcbrun
ℹ Artifact update notice
File name: test/integration/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):
- 26 additional dependencies were updated
Details:
| Package | Change |
|---|---|
cloud.google.com/go |
v0.110.7 -> v0.116.0 |
cloud.google.com/go/compute |
v1.23.0 -> v1.28.3 |
cloud.google.com/go/compute/metadata |
v0.2.3 -> v0.5.2 |
cloud.google.com/go/iam |
v1.1.2 -> v1.2.2 |
cloud.google.com/go/storage |
v1.33.0 -> v1.47.0 |
github.com/golang/protobuf |
v1.5.3 -> v1.5.4 |
github.com/google/s2a-go |
v0.1.7 -> v0.1.8 |
github.com/googleapis/enterprise-certificate-proxy |
v0.2.5 -> v0.3.4 |
github.com/googleapis/gax-go/v2 |
v2.12.0 -> v2.14.0 |
github.com/hashicorp/hcl/v2 |
v2.20.1 -> v2.22.0 |
github.com/hashicorp/terraform-config-inspect |
v0.0.0-20240801114854-6714b46f5fe4 -> v0.0.0-20241129133400-c404f8227ea6 |
github.com/tmccombs/hcl2json |
v0.6.0 -> v0.6.4 |
golang.org/x/crypto |
v0.21.0 -> v0.29.0 |
golang.org/x/mod |
v0.21.0 -> v0.22.0 |
golang.org/x/net |
v0.23.0 -> v0.31.0 |
golang.org/x/oauth2 |
v0.12.0 -> v0.24.0 |
golang.org/x/sync |
v0.4.0 -> v0.10.0 |
golang.org/x/sys |
v0.21.0 -> v0.27.0 |
golang.org/x/text |
v0.14.0 -> v0.20.0 |
golang.org/x/tools |
v0.13.0 -> v0.22.0 |
google.golang.org/api |
v0.138.0 -> v0.206.0 |
google.golang.org/genproto |
v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241113202542-65e8d215514f |
google.golang.org/genproto/googleapis/api |
v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28 |
google.golang.org/genproto/googleapis/rpc |
v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28 |
google.golang.org/grpc |
v1.58.3 -> v1.67.1 |
google.golang.org/protobuf |
v1.33.0 -> v1.35.1 |
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.