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]
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]
We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.
Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| k8s.io/client-go | [>= 0.27.a, < 0.28] |
| sigs.k8s.io/controller-runtime | [>= 0.15.a, < 0.16] |
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 gomod-backward-compatible group with 7 updates in the / directory:
0.116.0
0.118.0
1.34.2
1.35.0
1.20.4
1.20.5
0.200.0
0.203.0
0.31.1
0.31.2
0.31.1
0.31.2
0.19.0
0.19.1
Updates
github.com/hashicorp/hcp-sdk-go
from 0.116.0 to 0.118.0Release notes
Sourced from github.com/hashicorp/hcp-sdk-go's releases.
Changelog
Sourced from github.com/hashicorp/hcp-sdk-go's changelog.
Commits
677aeed
updated CHANGELOG.md5857a98
Update cloud-resource-manager SDK577d22c
updated CHANGELOG.md1da5158
Update cloud-vault-secrets SDKUpdates
github.com/onsi/gomega
from 1.34.2 to 1.35.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
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/prometheus/client_golang
from 1.20.4 to 1.20.5Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
48e12a1
Merge pull request #1645 from prometheus/cut-1204-pr1424504ad9b
Cut 1.20.5; update comments.584a7ce
Revert "testutil compareMetricFamilies: make less error-prone (#1424)"Updates
google.golang.org/api
from 0.200.0 to 0.203.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
5ca1495
chore(main): release 0.203.0 (#2835)71d3f5c
chore(all): upgrade cloud.google.com/go/auth to v0.9.9 (#2836)c77b5f4
feat(all): auto-regenerate discovery clients (#2834)200eb0c
chore(main): release 0.202.0 (#2828)87e652f
feat(all): auto-regenerate discovery clients (#2833)3c8c94e
chore(all): update all to 796eee8 (#2832)d094279
feat(all): auto-regenerate discovery clients (#2831)64042ed
feat(all): auto-regenerate discovery clients (#2830)5384fb9
feat(all): auto-regenerate discovery clients (#2829)cb3f24b
feat(all): auto-regenerate discovery clients (#2827)Updates
k8s.io/api
from 0.31.1 to 0.31.2Commits
bc73ef7
Update dependencies to v0.31.2 tagUpdates
k8s.io/apiextensions-apiserver
from 0.31.1 to 0.31.2Commits
d96991f
Update dependencies to v0.31.2 tagUpdates
k8s.io/apimachinery
from 0.31.1 to 0.31.2Commits
Updates
k8s.io/client-go
from 0.31.1 to 0.31.2Commits
270e5ab
Update dependencies to v0.31.2 tagUpdates
sigs.k8s.io/controller-runtime
from 0.19.0 to 0.19.1Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
Commits
013f46f
Merge pull request #2992 from k8s-infra-cherrypick-robot/cherry-pick-2980-to-...4421425
bug: Fakeclient: Fix TOCTOU racesaa14005
Merge pull request #2974 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-...f883b25
Fix PR verify action409ae31
Merge pull request #2965 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-...465b62a
pr-verify: use env var for passing the PR titled32b491
Merge pull request #2962 from k8s-infra-cherrypick-robot/cherry-pick-2961-to-...b400366
pr-verify: use env var for passing the PR title22d9eab
Merge pull request #2951 from k8s-infra-cherrypick-robot/cherry-pick-2949-to-...f0e55af
Preserve TypeMeta for PartialObjectMeta resourcesMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | k8s.io/client-go | [>= 0.27.a, < 0.28] | | sigs.k8s.io/controller-runtime | [>= 0.15.a, < 0.16] |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