Skip to content
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

Bump golang.org/x/text from 0.3.7 to 0.4.0 #15155

Merged
merged 2 commits into from
Oct 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps golang.org/x/text from 0.3.7 to 0.4.0.

Commits
  • 1bdb400 language: remove compatibility with go < 1.2
  • 252bee0 go.mod: ignore cyclic dependency for tagging
  • ecab6e5 go.mod: ignore cyclic dependency for tagging
  • 369c86b all: fix a few function names on comments
  • 434eadc language: reject excessively large Accept-Language strings
  • 23407e7 go.mod: ignore cyclic dependency for tagging
  • b18d3dd secure/precis: replace bytes.Compare with bytes.Equal
  • 795e854 all: replace io/ioutil with io and os package
  • b0ca10f internal/language: bump script types to uint16 and update registry
  • ba9b0e1 go.mod: update x/tools to HEAD
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.4.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.4.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Oct 17, 2022
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 17, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 17, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign prezha for approval by writing /assign @prezha in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@medyagh
Copy link
Member

medyagh commented Oct 17, 2022

ok-to-build-iso

@minikube-bot
Copy link
Collaborator

Hi @dependabot[bot], we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further.

@medyagh
Copy link
Member

medyagh commented Oct 18, 2022

/ok-to-test

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 56.2s    | 56.8s               |
| enable ingress | 27.3s    | 28.7s               |
+----------------+----------+---------------------+

Times for minikube ingress: 28.7s 25.2s 28.2s 26.2s 28.2s
Times for minikube (PR 15155) ingress: 31.1s 29.7s 28.7s 28.7s 25.1s

Times for minikube start: 56.5s 57.4s 56.1s 56.9s 54.4s
Times for minikube (PR 15155) start: 57.0s 57.3s 56.8s 56.7s 56.0s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 27.8s    | 28.3s               |
| enable ingress | 33.6s    | 23.4s               |
+----------------+----------+---------------------+

Times for minikube start: 28.8s 27.3s 27.6s 27.6s 27.7s
Times for minikube (PR 15155) start: 27.9s 26.9s 27.8s 30.2s 28.6s

Times for minikube ingress: 22.0s 21.5s 22.5s 20.5s 81.5s
Times for minikube (PR 15155) ingress: 24.0s 24.0s 23.0s 22.5s 23.5s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 24.5s    | 23.3s               |
| enable ingress | 29.1s    | 29.0s               |
+----------------+----------+---------------------+

Times for minikube start: 26.7s 26.8s 22.6s 24.1s 22.4s
Times for minikube (PR 15155) start: 22.5s 23.4s 23.7s 23.9s 22.9s

Times for minikube ingress: 37.0s 27.5s 27.0s 27.0s 27.0s
Times for minikube (PR 15155) ingress: 37.0s 27.0s 27.0s 27.0s 27.0s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Windows TestBinaryMirror (gopogh) 0.74 (chart)
Docker_Windows TestDownloadOnlyKic (gopogh) 0.74 (chart)
Docker_Windows TestDownloadOnly/v1.16.0/preload-exists (gopogh) 0.74 (chart)
Docker_Windows TestDownloadOnly/v1.25.2/preload-exists (gopogh) 0.74 (chart)
Docker_Windows TestFunctional/parallel/DryRun (gopogh) 0.74 (chart)
Docker_Windows TestFunctional/parallel/InternationalLanguage (gopogh) 0.74 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/add_remote (gopogh) 0.74 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/delete (gopogh) 0.74 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause (gopogh) 3.3 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/list (gopogh) 0.74 (chart)
Docker_Windows TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (gopogh) 0.74 (chart)
Docker_Windows TestKicCustomNetwork/use_default_bridge_network (gopogh) 0.74 (chart)
Docker_Windows TestNoKubernetes/serial/ProfileList (gopogh) 0.74 (chart)
Docker_Windows TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (gopogh) 0.74 (chart)
Docker_Linux_containerd TestKVMDriverInstallOrUpdate (gopogh) 1.33 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 1.41 (chart)
KVM_Linux TestRunningBinaryUpgrade (gopogh) 2.05 (chart)
Docker_macOS TestPause/serial/SecondStartNoReconfiguration (gopogh) 8.27 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/DeployApp (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/FirstStart (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/Pause (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/SecondStart (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/Stop (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (gopogh) 35.85 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (gopogh) 35.85 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 42.06 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 42.06 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 59.2s    | 58.4s               |
| enable ingress | 29.7s    | 29.9s               |
+----------------+----------+---------------------+

Times for minikube start: 59.7s 60.0s 58.8s 57.9s 59.6s
Times for minikube (PR 15155) start: 58.6s 58.4s 57.6s 58.4s 59.1s

Times for minikube (PR 15155) ingress: 30.3s 30.8s 29.4s 30.3s 28.9s
Times for minikube ingress: 29.4s 30.8s 29.4s 29.3s 29.8s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 29.9s    | 29.9s               |
| enable ingress | 34.7s    | 23.0s               |
+----------------+----------+---------------------+

Times for minikube start: 31.6s 28.7s 29.5s 30.1s 29.6s
Times for minikube (PR 15155) start: 28.6s 29.4s 30.0s 31.8s 29.7s

Times for minikube ingress: 22.6s 22.6s 23.1s 22.6s 82.6s
Times for minikube (PR 15155) ingress: 23.1s 24.1s 22.1s 23.6s 22.1s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15155) |
+----------------+----------+---------------------+
| minikube start | 28.2s    | 26.7s               |
| enable ingress | 27.4s    | 29.4s               |
+----------------+----------+---------------------+

Times for minikube start: 27.5s 24.9s 36.1s 27.6s 24.9s
Times for minikube (PR 15155) start: 27.6s 24.2s 28.6s 25.1s 28.0s

Times for minikube ingress: 27.2s 28.1s 27.6s 27.1s 27.1s
Times for minikube (PR 15155) ingress: 37.1s 27.1s 27.6s 28.1s 27.1s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestErrorSpam/setup (gopogh) 0.69 (chart)
Docker_Windows TestBinaryMirror (gopogh) 2.88 (chart)
Docker_Windows TestDownloadOnlyKic (gopogh) 2.88 (chart)
Docker_Windows TestDownloadOnly/v1.16.0/preload-exists (gopogh) 2.88 (chart)
Docker_Windows TestDownloadOnly/v1.25.2/preload-exists (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/parallel/DryRun (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/parallel/InternationalLanguage (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/add_remote (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/delete (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/delete_k8s.gcr.io/pause (gopogh) 3.3 (chart)
Docker_Windows TestFunctional/serial/CacheCmd/cache/list (gopogh) 2.88 (chart)
Docker_Windows TestIngressAddonLegacy/serial/ValidateIngressDNSAddonActivation (gopogh) 2.88 (chart)
Docker_Windows TestKicCustomNetwork/use_default_bridge_network (gopogh) 2.88 (chart)
Docker_Windows TestNoKubernetes/serial/ProfileList (gopogh) 2.88 (chart)
Docker_Windows TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (gopogh) 2.88 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 5.41 (chart)
Hyperkit_macOS TestPause/serial/SecondStartNoReconfiguration (gopogh) 28.47 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 35.71 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/Setup (gopogh) 35.71 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (gopogh) 40.35 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/DeployApp (gopogh) 40.35 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop (gopogh) 40.35 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (gopogh) 40.35 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/FirstStart (gopogh) 40.35 (chart)
Docker_Windows TestStartStop/group/default-k8s-diff-port/serial/Pause (gopogh) 40.35 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

@medyagh medyagh merged commit f4cd0fb into master Oct 18, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/golang.org/x/text-0.4.0 branch October 18, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants