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

deps(go): bump the k8s group with 5 updates #2486

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps the k8s group with 5 updates:

Package From To
k8s.io/cli-runtime 0.26.10 0.26.11
k8s.io/code-generator 0.26.10 0.26.11
k8s.io/kubectl 0.26.10 0.26.11
sigs.k8s.io/controller-runtime 0.14.6 0.14.7

Updates k8s.io/cli-runtime from 0.26.10 to 0.26.11

Commits

Updates k8s.io/code-generator from 0.26.10 to 0.26.11

Commits

Updates k8s.io/kubectl from 0.26.10 to 0.26.11

Commits

Updates sigs.k8s.io/controller-runtime from 0.14.6 to 0.14.7

Release notes

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

v0.14.7

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.6...v0.14.7

Commits
  • b9f2982 Merge pull request #2559 from varshaprasad96/bump/k8s-1.26.10
  • 4c6c656 [Bump] Bump k8s deps to 1.26.10
  • 0e9da2e Merge pull request #2543 from joelanford/0.14-golang-x-net
  • 6c3307c 🐛 [release-0.14] bump golang.org/x/net to v0.17.0
  • e796c41 Merge pull request #2491 from akalenyu/cache-respect-inherited-defaults
  • f27befe bug: inherited defaults not respected in cache BuilderWithOptions
  • 942d53b Merge pull request #2299 from k8s-infra-cherrypick-robot/cherry-pick-2298-to-...
  • a5cf140 Remove metrics with high cardinality
  • fb3c6fd Merge pull request #2287 from k8s-infra-cherrypick-robot/cherry-pick-2252-to-...
  • 57b0968 bug: fix a bug in multinamespaced cache implementation
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 21, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-d525cf00cf branch 4 times, most recently from fe0b9e2 to 9c3add7 Compare November 28, 2023 02:52
@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-d525cf00cf branch 2 times, most recently from 68dd873 to c35fa0b Compare December 5, 2023 02:27
@julio-lopez julio-lopez enabled auto-merge (squash) December 5, 2023 08:09
@julio-lopez
Copy link
Contributor

@dependabot update

@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-d525cf00cf branch 2 times, most recently from 3d4e39c to f5d2f2d Compare December 5, 2023 08:48
@julio-lopez
Copy link
Contributor

@dependabot update

@dependabot dependabot bot force-pushed the dependabot/go_modules/k8s-d525cf00cf branch from f5d2f2d to f972d66 Compare December 8, 2023 00:38
@pavannd1
Copy link
Contributor

pavannd1 commented Dec 8, 2023

@julio-lopez I disabled auto-merge. We need to debug this lint failure caused by the kyaml update.

Running golangci-lint from config file: .golangci.yml
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package fnplugin: could not load export data: no export data for \"sigs.k8s.io/kustomize/api/internal/plugins/fnplugin\""
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package fnplugin: could not load export data: no export data for \"sigs.k8s.io/kustomize/api/internal/plugins/fnplugin\"\n\n"

@julio-lopez
Copy link
Contributor

@julio-lopez I disabled auto-merge. We need to debug this lint failure caused by the kyaml update.

Running golangci-lint from config file: .golangci.yml
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package fnplugin: could not load export data: no export data for \"sigs.k8s.io/kustomize/api/internal/plugins/fnplugin\""
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package fnplugin: could not load export data: no export data for \"sigs.k8s.io/kustomize/api/internal/plugins/fnplugin\"\n\n"

SG. Can you please triage and assign please? In the past we have left out the kyaml update to work around this. Do you want to try that?

dependabot bot and others added 2 commits December 7, 2023 17:00
Bumps the k8s group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.26.10` | `0.26.11` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.26.10` | `0.26.11` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.26.10` | `0.26.11` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.14.6` | `0.14.7` |
| [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) | `0.13.9` | `0.13.10` |


Updates `k8s.io/cli-runtime` from 0.26.10 to 0.26.11
- [Commits](kubernetes/cli-runtime@v0.26.10...v0.26.11)

Updates `k8s.io/code-generator` from 0.26.10 to 0.26.11
- [Commits](kubernetes/code-generator@v0.26.10...v0.26.11)

Updates `k8s.io/kubectl` from 0.26.10 to 0.26.11
- [Commits](kubernetes/kubectl@v0.26.10...v0.26.11)

Updates `sigs.k8s.io/controller-runtime` from 0.14.6 to 0.14.7
- [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.14.6...v0.14.7)

Updates `sigs.k8s.io/kustomize/kyaml` from 0.13.9 to 0.13.10
- [Release notes](https://github.com/kubernetes-sigs/kustomize/releases)
- [Commits](kubernetes-sigs/kustomize@kyaml/v0.13.9...kyaml/v0.13.10)

---
updated-dependencies:
- dependency-name: k8s.io/cli-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: sigs.k8s.io/kustomize/kyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
@julio-lopez julio-lopez force-pushed the dependabot/go_modules/k8s-d525cf00cf branch from e13abe1 to 269f562 Compare December 8, 2023 01:00
@julio-lopez julio-lopez enabled auto-merge (squash) December 8, 2023 01:02
@julio-lopez julio-lopez merged commit 0b98bc4 into master Dec 8, 2023
12 checks passed
@julio-lopez julio-lopez deleted the dependabot/go_modules/k8s-d525cf00cf branch December 8, 2023 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants