redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
787 stars 243 forks source link

Go: Bump k8s.io/pod-security-admission from 0.26.1 to 0.28.2 #7118

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps k8s.io/pod-security-admission from 0.26.1 to 0.28.2.

Commits
  • 84bcec0 Update dependencies to v0.28.2 tag
  • bf1f7e4 Merge pull request #119807jpbetz/automated-cherry-pick-of-#119800
  • d6965a2 Merge pull request #120329liggitt/automated-cherry-pick-of-#120327
  • 2ac7114 Revert to json-patch 4.12.0
  • 1094183 Merge remote-tracking branch 'origin/master' into release-1.28
  • 85e28f1 Bump cel-go to v0.16.1
  • bf0b51f .*: bump golang.org/x/net to v0.13.0
  • bd6c2ec Merge pull request #118204 from sttts/sttts-openapi-v2-parameter-refs
  • d181a37 Merge pull request #119312 from pacoxu/prometheus/common-v0.44
  • 371695a Merge pull request #119324 from xmudrii/go1206
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
netlify[bot] commented 11 months ago

Deploy Preview for odo-docusaurus-preview canceled.

Name Link
Latest commit 8d04b589e0bcd9f90ef3ef607df9935d006010e6
Latest deploy log https://app.netlify.com/sites/odo-docusaurus-preview/deploys/652c9a61aa80b90008ca2ac0
openshift-ci[bot] commented 11 months ago

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

I'm waiting for a redhat-developer 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](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

odo-robot[bot] commented 11 months ago

NoCluster Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

OpenShift Unauthenticated Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

Kubernetes Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

OpenShift Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

Windows Tests (OCP) on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

Unit Tests on commit finished with errors. View logs: TXT HTML

odo-robot[bot] commented 11 months ago

Validate Tests on commit finished with errors. View logs: TXT HTML

rm3l commented 11 months ago
$ make install
cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=8d04b589e" ./cmd/odo/
# k8s.io/client-go/applyconfigurations/meta/v1
vendor/k8s.io/client-go/applyconfigurations/meta/v1/unstructured.go:64:38: cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as type *"github.com/google/gnostic-models/openapiv2".Document in argument to proto.NewOpenAPIData
# k8s.io/kubectl/pkg/util/openapi
vendor/k8s.io/kubectl/pkg/util/openapi/openapi.go:49:38: cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as type *"github.com/google/gnostic-models/openapiv2".Document in argument to proto.NewOpenAPIData
make: *** [Makefile:101: install] Error 1

The build does not pass with the changes here. k8s.io/client-go does not seem compatible with this. Let's skip for now.

@dependabot close