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 the all group with 7 updates #202

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps the all group with 7 updates:

Package From To
github.com/onsi/ginkgo/v2 2.12.0 2.13.0
github.com/onsi/gomega 1.27.10 1.28.0
github.com/pavlo-v-chernykh/keystore-go/v4 4.4.1 4.5.0
k8s.io/api 0.28.1 0.28.3
k8s.io/cli-runtime 0.28.1 0.28.3
k8s.io/component-base 0.28.1 0.28.3
sigs.k8s.io/controller-runtime 0.16.0 0.16.3

Updates github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.13.0

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)

v2.12.1

2.12.1

Fixes

  • Print logr prefix if it exists (#1275) [90d4846]

Maintenance

  • Bump actions/checkout from 3 to 4 (#1271) [555f543]
  • Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270) [d867b7d]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)

2.12.1

Fixes

  • Print logr prefix if it exists (#1275) [90d4846]

Maintenance

  • Bump actions/checkout from 3 to 4 (#1271) [555f543]
  • Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270) [d867b7d]
Commits
  • 52065f1 v2.13.0
  • 2c4ed32 remove errant fmt.Println from integration suite
  • 6c84b35 Preview now works alongside run and in parallel
  • e1d0b38 Add PreviewSpecs() to enable programmatic preview access to the suite report
  • 1d2fb67 v2.12.1
  • 90d4846 Print logr prefix if it exists (#1275)
  • 555f543 Bump actions/checkout from 3 to 4 (#1271)
  • d867b7d Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#1270)
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.27.10 to 1.28.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.28.0

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Commits

Updates github.com/pavlo-v-chernykh/keystore-go/v4 from 4.4.1 to 4.5.0

Release notes

Sourced from github.com/pavlo-v-chernykh/keystore-go/v4's releases.

v4.5.0

  • Introduce GetPrivateKeyEntryCertificateChain to get certificate chain associated with private key entry without a password
  • Bump golangci-lint version up to v1.54.2
Commits
  • ae44a5e Merge pull request #45 from pavlo-v-chernykh/get-private-key-certificate-chai...
  • 8dabcfb Get ceritifcate chain associated with private key entry without a password
  • 1fdc529 Fix lint issues
  • See full diff in compare view

Updates k8s.io/api from 0.28.1 to 0.28.3

Commits
  • 59c6b15 Update dependencies to v0.28.3 tag
  • 579c82b Merge pull request #121128 from MadhavJivrajani/bump-x-net-128
  • f72d479 .: bump golang.org/x/net to v0.17.0
  • 546e425 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 7315e44 Revert to json-patch 4.12.0
  • 962dfd4 Merge pull request #120208mimowo/automated-cherry-pick-of-#120204
  • 37b4561 Mark Job onPodConditions as optional in pod failure policy
  • See full diff in compare view

Updates k8s.io/cli-runtime from 0.28.1 to 0.28.3

Commits

Updates k8s.io/component-base from 0.28.1 to 0.28.3

Commits

Updates sigs.k8s.io/controller-runtime from 0.16.0 to 0.16.3

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.16.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.2...v0.16.3

v0.16.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.1...v0.16.2

v0.16.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.16.0...v0.16.1

Commits
  • 5f8d96b Merge pull request #2552 from varshaprasad96/bump/k8s-1.28.3
  • 5572514 [fix]: Bump k8s to 1.28.3
  • 7c1e2d9 Merge pull request #2541 from joelanford/0.16-golang-x-net
  • 5201923 🐛 bump golang.org/x/net to v0.17.0
  • 8b5b1a2 Merge pull request #2539 from k8s-infra-cherrypick-robot/cherry-pick-2528-to-...
  • b9c691d sparkles: Cache: Allow defining options that apply to all namespaces that the...
  • 8361246 Merge pull request #2523 from troy0820/troy0820/cherry-pick-to-release-0.16
  • f7b7450 🐛 Handle unstructured status update with fake client (#2495)
  • 2d6b699 [release-0.16] 🐛 Correctly identify if patch call was made on status (#2515)
  • da31104 Merge pull request #2516 from k8s-infra-cherrypick-robot/cherry-pick-2507-to-...
  • 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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.12.0` | `2.13.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.28.0` |
| [github.com/pavlo-v-chernykh/keystore-go/v4](https://github.com/pavlo-v-chernykh/keystore-go) | `4.4.1` | `4.5.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.28.1` | `0.28.3` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.28.1` | `0.28.3` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.1` | `0.28.3` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.16.0` | `0.16.3` |


Updates `github.com/onsi/ginkgo/v2` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.12.0...v2.13.0)

Updates `github.com/onsi/gomega` from 1.27.10 to 1.28.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.27.10...v1.28.0)

Updates `github.com/pavlo-v-chernykh/keystore-go/v4` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/pavlo-v-chernykh/keystore-go/releases)
- [Commits](pavlo-v-chernykh/keystore-go@v4.4.1...v4.5.0)

Updates `k8s.io/api` from 0.28.1 to 0.28.3
- [Commits](kubernetes/api@v0.28.1...v0.28.3)

Updates `k8s.io/cli-runtime` from 0.28.1 to 0.28.3
- [Commits](kubernetes/cli-runtime@v0.28.1...v0.28.3)

Updates `k8s.io/component-base` from 0.28.1 to 0.28.3
- [Commits](kubernetes/component-base@v0.28.1...v0.28.3)

Updates `sigs.k8s.io/controller-runtime` from 0.16.0 to 0.16.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.16.0...v0.16.3)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/pavlo-v-chernykh/keystore-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 19, 2023
@jetstack-bot jetstack-bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 19, 2023
@jetstack-bot
Copy link
Contributor

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

I'm waiting for a cert-manager 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.

@jetstack-bot jetstack-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 19, 2023
@inteon
Copy link
Member

inteon commented Oct 19, 2023

/lgtm
/approve

@jetstack-bot jetstack-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 19, 2023
@jetstack-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

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

The pull request process is described 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

@jetstack-bot jetstack-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 19, 2023
@inteon
Copy link
Member

inteon commented Oct 19, 2023

/test pull-trust-manager-smoke

@jetstack-bot jetstack-bot merged commit ae5c11a into main Oct 19, 2023
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/all-86f00f375c branch October 19, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants