build(deps): bump the github-actions-dependencies group across 1 directory with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies go
Bumps the github-actions-dependencies group with 2 updates in the /infrastructure/bootstrap/tests/unit directory: github.com/gruntwork-io/terratest and github.com/stretchr/testify.
Updates github.com/gruntwork-io/terratest from 0.48.2 to 0.50.0
Release notes
Sourced from github.com/gruntwork-io/terratest's releases.
v0.50.0
What's Changed
- add cronjob by
@james03160927in gruntwork-io/terratest#1553- fix ResourceGroupExists by
@james03160927in gruntwork-io/terratest#1552- allow GOOGLE_OAUTH_ACCESS_TOKEN by
@james03160927in gruntwork-io/terratest#1555- Adjust warning patterns by
@james03160927in gruntwork-io/terratest#1550- chore: Offboarding Levko by
@yhakbarin gruntwork-io/terratest#1558- fix: Respect port selection by name by services in ForwardPortE by
@s-diezin gruntwork-io/terratest#1557- fix: Helm example deployment test by
@james03160927in gruntwork-io/terratest#1559- Updated the subnet struct and corresponding function to fetch the subnet CIDR range by
@Atchuthmullapudiin gruntwork-io/terratest#1561- Implement support for
terragrunt stack initby@james03160927in gruntwork-io/terratest#1560New Contributors
@Atchuthmullapudimade their first contribution in gruntwork-io/terratest#1561Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.49.0...v0.50.0
v0.49.0
Modules affected
terraformhelmazureawsk8sloggerpackerWhat's Changed
- feat: Creating a test for TF_LOG by
@james03160927in gruntwork-io/terratest#1512- feat: handle multiple yaml doc by
@james03160927in gruntwork-io/terratest#1514- feat: use the new sdk for azure resource group by
@james03160927in gruntwork-io/terratest#1511- feat: Stop DynamoDB methods with E Failing Immediately by
@robmorganin gruntwork-io/terratest#1507- feat: Get and Put for ECR repo policies by
@felixfriedrichin gruntwork-io/terratest#1519- feat: include --version in helm upgrade by
@jijiechenin gruntwork-io/terratest#1532- feat: add mixed vars support by
@james03160927in gruntwork-io/terratest#1517- feat: Add helper function for parsing packer-manifest.json by
@james03160927in gruntwork-io/terratest#1546- feat: Support a s3:putobject by
@james03160927in gruntwork-io/terratest#1525- feat: capture terraform stdout stderr and exitcode separately by
@james03160927in gruntwork-io/terratest#1530- feat: add UnmarshalK8SYamlsE by
@james03160927in gruntwork-io/terratest#1533- feat: add support for extra arguments by
@james03160927in gruntwork-io/terratest#1523- feat: allow --backend-config to use file path by setting the value to nil by
@james03160927in gruntwork-io/terratest#1539- feat: Support for ListNamespaces function by
@james03160927in gruntwork-io/terratest#1543- feat: K8S fix forward to service port by
@james03160927in gruntwork-io/terratest#1547- fix: add test for duplicate key by
@james03160927in gruntwork-io/terratest#1518- fix: support custom TG logger settings by
@bt-macolein gruntwork-io/terratest#1509- docs: Improve README for terraform database example module by
@james03160927in gruntwork-io/terratest#1515- chore: adjust fixture to fix broken tests by
@james03160927in gruntwork-io/terratest#1548- chore: add RenderTemplateAndGetStdOutErrE & RunHelmCommandAndGetStdOutErrE by
@james03160927in gruntwork-io/terratest#1526
... (truncated)
Commits
1ce1b74Merge pull request #1560 from gruntwork-io/terragrunt-stack-generate1323137Merge branch 'main' into terragrunt-stack-generatecce3acdadd terragrunt stack init3982e2dMerge pull request #1561 from Atchuthmullapudi/patch-53fed5bdadding CIDR block of subnet to subnet struct to fetch the cidr block info5c7c088Merge pull request #1559 from gruntwork-io/bug/helm-basic-example-deployment-...6e1d6a0Merge branch 'main' into bug/helm-basic-example-deployment-no-such-host-1174c3ca221Merge pull request #1557 from s-diez/service-tunnel-port-name5edfb5dMerge branch 'main' into service-tunnel-port-name0acae85fix: Helm example deployment test- Additional commits viewable in compare view
Updates github.com/stretchr/testify from 1.10.0 to 1.11.0
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.11.0
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
- Call stack perf change for CallerInfo by
@mikeauclairin stretchr/testify#1614- Lazily render mock diff output on successful match by
@mikeauclairin stretchr/testify#1615- assert: check early in Eventually, EventuallyWithT, and Never by
@cszczepaniakin stretchr/testify#1427- assert: add IsNotType by
@bartventerin stretchr/testify#1730- assert.JSONEq: shortcut if same strings by
@dolmenin stretchr/testify#1754- assert.YAMLEq: shortcut if same strings by
@dolmenin stretchr/testify#1755- assert: faster and simpler isEmpty using reflect.Value.IsZero by
@dolmenin stretchr/testify#1761- suite: faster methods filtering (internal refactor) by
@dolmenin stretchr/testify#1758Fixes
- assert.ErrorAs: log target type by
@craig65535in stretchr/testify#1345- Fix failure message formatting for Positive and Negative asserts in stretchr/testify#1062
- Improve ErrorIs message when error is nil but an error was expected by
@tsioftasin stretchr/testify#1681- fix Subset/NotSubset when calling with mixed input types by
@siliconbrainin stretchr/testify#1729- Improve ErrorAs failure message when error is nil by
@ccoVeillein stretchr/testify#1734- mock.AssertNumberOfCalls: improve error msg by
@3scalationin stretchr/testify#1743Documentation, Build & CI
- docs: Fix typo in README by
@alexandearin stretchr/testify#1688- Replace deprecated io/ioutil with io and os by
@alexandearin stretchr/testify#1684- Document consequences of calling t.FailNow() by
@greg0irein stretchr/testify#1710- chore: update docs for Unset #1621 by
@techfgin stretchr/testify#1709- README: apply gofmt to examples by
@alexandearin stretchr/testify#1687- refactor: use %q and %T to simplify fmt.Sprintf by
@alexandearin stretchr/testify#1674- Propose Christophe Colombier (ccoVeille) as approver by
@brackendawsonin stretchr/testify#1716- Update documentation for the Error function in assert or require package by
@architagrin stretchr/testify#1675- assert: remove deprecated build constraints by
@alexandearin stretchr/testify#1671- assert: apply gofumpt to internal test suite by
@ccoVeillein stretchr/testify#1739- CI: fix shebang in .ci.*.sh scripts by
@dolmenin stretchr/testify#1746- assert,require: enable parallel testing on (almost) all top tests by
@dolmenin stretchr/testify#1747- suite.Passed: add one more status test report by
@Ararsa-Deresein stretchr/testify#1706- Add Helper() method in internal mocks and assert.CollectT by
@dolmenin stretchr/testify#1423- assert.Same/NotSame: improve usage of Sprintf by
@ccoVeillein stretchr/testify#1742- mock: enable parallel testing on internal testsuite by
@dolmenin stretchr/testify#1756- suite: cleanup use of 'testing' internals at runtime by
@dolmenin stretchr/testify#1751- assert: check test failure message for Empty and NotEmpty by
@ccoVeillein stretchr/testify#1745- deps: fix dependency cycle with objx (again) by
@dolmenin stretchr/testify#1567- assert.Empty: comprehensive doc of "Empty"-ness rules by
@dolmenin stretchr/testify#1753- doc: improve godoc of top level 'testify' package by
@dolmenin stretchr/testify#1760- assert.ErrorAs: simplify retrieving the type name by
@ccoVeillein stretchr/testify#1740- assert.EqualValues: improve test coverage to 100% by
@dolmenin stretchr/testify#1763- suite.Run: simplify running of Setup/TeardownSuite by
@renzoarreazain stretchr/testify#1769- assert.CallerInfo: micro optimization by using LastIndexByte by
@dolmenin stretchr/testify#1767- assert.CallerInfo: micro cleanup by
@dolmenin stretchr/testify#1768- assert: refactor TestFileExists and TestDirExists tests to enable parallel testing by
@dolmenin stretchr/testify#1766
... (truncated)
Commits
b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilterc58bc90Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...87101a6suite.Run: refactor handling of stats- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+8
-7
Package Dependencies
github.com/stretchr/testify
go
1.10.0 → 1.11.0
Minor
github.com/gruntwork-io/terratest
go
0.48.2 → 0.50.0
Minor
Technical Details
| ID: | 5824199 |
| UUID: | 2775014808 |
| Node ID: | PR_kwDOKZ2R-c6lZ12Y |
| Host: | GitHub |
| Repository: | abhisheksr01/python-postgres-azure-container-apps |
| Merge State: | Unknown |