Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
v1.35.0
1.35.0
Features
You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]
1.35.0
Features
You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the golang group with 5 updates in the / directory:
0.12.7
0.12.9
2.20.2
2.21.0
1.34.2
1.35.1
1.11.0
1.11.1
0.0.17
0.0.18
Updates
github.com/Microsoft/hcsshim
from 0.12.7 to 0.12.9Release notes
Sourced from github.com/Microsoft/hcsshim's releases.
Commits
7392335
Switch to using containerd/errdefs/pkg/errgrpc for grpc translation79d3f32
Update go to 1.2205636b9
UpdateJOB_OBJECT_ALL_ACCESS
andOpenJobObject
(#2095)1550628
mobve SILOOBJECT_BASIC_INFORMATION to winapibf52d58
fix SILOOBJECT_BASIC_INFORMATION alignment8d48d87
Update containerd to v1.7.23 (#2295)4ad298f
Fixing typo (#2289)Updates
github.com/onsi/ginkgo/v2
from 2.20.2 to 2.21.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
ac8918e
v2.21.0a69eb39
add support for GINKGO_TIME_FORMATe548367
increase threshold in timeline matcherbcab9c8
add GINKGO_NO_COLOR to disable colors via environment variables7e65a00
bump various dependenciesc2c4d3c
Fix the document by replacingSpecsThatWillBeRun
withSpecsThatWillRun
Updates
github.com/onsi/gomega
from 1.34.2 to 1.35.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
9f5a208
v1.35.1ca36da1
Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhen...d6331f9
v1.35.05deaf23
fix tests, but like actually this timeeeca931
Add Successfully() to StopTrying() to signal that Consistently can end early ...3bdbc4e
stop memoizing result of HaveFielde35358d
sheepishly fix broken test. thanks CI1b717d7
grrr. go mod tidya05a416
bump all dependenciese4c4265
Add EnforceDefaultTimeoutsWhenUsingContexts()Updates
github.com/opencontainers/selinux
from 1.11.0 to 1.11.1Release notes
Sourced from github.com/opencontainers/selinux's releases.
Commits
44b3337
Merge pull request #216 from rhatdan/main5bdefc7
Show SELinux label on failurebb1ec25
Merge pull request #213 from opencontainers/dependabot/github_actions/golangc...13c8f76
build(deps): bump golangci/golangci-lint-action from 4 to 69dee859
Merge pull request #211 from opencontainers/dependabot/github_actions/tim-act...5f5e8c2
build(deps): bump tim-actions/get-pr-commits from 1.3.0 to 1.3.1a11dd36
Merge pull request #210 from kolyshkin/add-dep2d0d092
Add dependabot config7535250
Merge pull request #208 from austinvazquez/update-github-actions-packages76d8f98
Merge pull request #209 from austinvazquez/update-go-matrix-in-ciUpdates
sigs.k8s.io/knftables
from 0.0.17 to 0.0.18Changelog
Sourced from sigs.k8s.io/knftables's changelog.
Commits
007fc6b
v0.0.18d048b18
Merge pull request #18 from aojea/flowtable7f3100d
add flowtable object52e5579
Merge pull request #16 from npinaeva/fake-lock6c1e3c3
Allow concurrent calls for Fake methods.19fb4da
Merge pull request #15 from danwinship/parsedump-empty-table951c79d
Fix ParseDump with an "empty" table declarationf111257
Update golangci-lint versionDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show