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

[pull] master from kubernetes-sigs:master #143

Open
wants to merge 462 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 23, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jun 23, 2021
Priyanshu Raj and others added 29 commits June 23, 2022 17:22
* Bump k8s.io packages to v1.24.2

* go mod tidy
* bump github.com/evanphx/json-patch to v5.6.0

* bump github.com/fsnotify/fsnotify to v1.5.4

* bump github.com/go-logr/logr to v1.2.3

* bump github.com/go-logr/zapr to v1.2.3

* bump github.com/google/go-cmp to v0.5.8

* bump go.uber.org/zap to v1.21.0

* bump github.com/prometheus/client_golang to v1.12.2

* bump github.com/onsi/gomega to v1.19.0

* bump golang.org/x/sys to v0.0.0-20220615213510-4f61da869c0c

* bump golang.org/x/time to v0.0.0-20220609170525-579cf78fd858

* import evanphx/json-patch via module
📖 nit: fix in client package documentation
Only configure the local warning handler.
🐛 Remove no-op clientgo reflector metrics
⚠️ Do not mutate the global warning handler
✨ Provide access to admission.Request in custom validator/defaulter
* Fix broken kind logging

If gvk.Kind is "APIService", I expect "apiService", but the current
code produces and logs "aPIService".  Because it is not easy to do
this kind of thing, it is better to log the kind as is.

* fixup! Fix broken kind logging
Currently, a panic occcurence in a webhook handler is not recovered and crashes the webhook server.

This change adds an option to Webhook to recover panics similar to how it is handled in Reconciler. It ensures that panics are converted to normal error response.
✨ webhook: add an option to recover from panics in handler
* fix docs: typo in OpenAPI

There was a typo in docs of `pkg/client/fake/doc.go`:
s/OpeanAPI/OpenAPI/

* Update pkg/client/fake/doc.go
Signed-off-by: jesus m. rodriguez <jesusr@redhat.com>
The event message should be the message passed to the log statement
rather than a value.
🏃 Update golangci-lint to 1.47.3
🐛 Fix log depth for DelegatingLogSink
🐛 Rearange `EventBroadcaster` log statement.
📖 update doc for reconcile example
Kubernetes v1.25 has been released, so we can update our dependencies.
🌱 Update k8s API to v1.25
k8s-ci-robot and others added 28 commits February 3, 2023 07:10
🌱 Use runtime.Unstructured interface instead of Unstructured struct
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
🌱Return an error if no httpClient is provided for `NewDynamicRESTMapper`
This commit adds a rest mapper that will lazily query the provided
client for discovery information to do REST mappings.
Instead of creating the instance of the mapper directly, we will use
WithExperimentalLazyMapper option for Dynamic Restmapper.
✨ Provide a truly lazy restmapper
Signed-off-by: Vince Prignano <vincepri@redhat.com>
Signed-off-by: yanggang <gang.yang@daocloud.io>
✨ Expose Cache/Client options on Cluster
🌱 code clean for pkg/envtest/server.go
🌱 verify.sh: verify generate & modules (in CI)
🌱 Bump controller-tools to v0.11.3 and apidiff to v0.5.0
Signed-off-by: Vince Prignano <vincepri@redhat.com>
🌱 Re-add tests for component config
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub.com/onsi/ginkgo/v2-2.8.1

🌱 Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1
Bumps [go.uber.org/goleak](https://github.com/uber-go/goleak) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/uber-go/goleak/releases)
- [Changelog](https://github.com/uber-go/goleak/blob/master/CHANGELOG.md)
- [Commits](uber-go/goleak@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: go.uber.org/goleak
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…o.uber.org/goleak-1.2.1

🌱 Bump go.uber.org/goleak from 1.2.0 to 1.2.1
- If the user sets the GVK, make sure that's in the list of the GVK
  returned from the Scheme.
- Always print out the multiple GVKs when erroring out
- Add more comments on where to find more information about this issue

Signed-off-by: Vince Prignano <vincepri@redhat.com>
🐛 Allow to set GracefulShutdownTimeout to -1, disabling timeouts
recocnized -> recognized
📖  Fix a typo in a godoc comment
🌱 GVKForObject should handle multiple GVKs in Scheme gracefully
@vincepri vincepri deleted the branch alexeldeib:master February 16, 2023 15:39
@vincepri vincepri deleted the master branch February 16, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet