Skip to content

Prepare v0.6.2 #1094

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

Merged
merged 52 commits into from
Aug 4, 2020
Merged

Prepare v0.6.2 #1094

merged 52 commits into from
Aug 4, 2020

Conversation

vincepri
Copy link
Member

@vincepri vincepri commented Aug 3, 2020

No description provided.

alvaroaleman and others added 30 commits June 21, 2020 13:48
* better UserAgent for leader-election client

* fixup
As a part of cleaning up inactive members (who haven't been active since
the release of v1.11) from OWNERS, this commit removes totherme from
the OWNERS_ALIASES file.
 🏃 Run tests with race detector enabled
Remove inactive members from OWNERS_ALIASES
✨ optionally override leader election client config
✨ pkg/predicate.go: add And and Or predicates
According to onsi/ginkgo#280 this doesn't seem
to be properly supported. If we want parallelization, we should use
ginkgos built-in mechanism for that.
✨ Add IsZero method to reconcile.Result
🐛 Prefer reconciler from controller.Options
🌱 Remove -parallel flag from test coverage
✨ Implement NewPredicateFuncs to create predicate functions from a filter function
…vels (#991)

* Fix zap levels to align with logr

* Fix sampling logic for debug levels
Remove coverage when running tests
Mark leak goroutine tests as pending
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Aug 3, 2020
@vincepri
Copy link
Member Author

vincepri commented Aug 3, 2020

/retest

@alvaroaleman
Copy link
Member

/lgtm
/hold

Feel free to cancel the hold when this is complete already

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 3, 2020
✨ Add ability to set/get logger in/from a context.Context
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 3, 2020
k8s-ci-robot and others added 10 commits August 3, 2020 10:31
✨ Add options to configure a logger for manager and controllers
Update dependencies to Kubernetes v1.18.6
Currently every webhook requests ended up logging this in debug:
```
2020-06-10T16:04:20.883+0200	DEBUG	controller-runtime.webhook.webhooks	wrote response	{"webhook": "/validate-some-resource", "UID": "e5d00608-7f47-4d00-bd91-b1a8955dc5a7", "allowed": true, "result": {}, "resultError": "got runtime.Object without object metadata: &Status{ListMeta:ListMeta{SelfLink:,ResourceVersion:,Continue:,RemainingItemCount:nil,},Status:,Message:,Reason:,Details:nil,Code:200,}"}
```

The problem is that a `Status` Object is a runtime.Object but which has no metadata which is not well received the `KubeAwareEncoder`.

Signed-off-by: Fabian Ruff <[email protected]>
When a named readiness/liveness check is registered it should be available under /readyz/<name>.
✨ Make individual readiness and liveness checks accessible
🐛 Avoid marshalling error in debug log line
@vincepri
Copy link
Member Author

vincepri commented Aug 4, 2020

/test pull-controller-runtime-apidiff-release-0-6

🏃 hack/setup-envtest.sh: follow-up from #1092
@alvaroaleman
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 4, 2020
Change other/minor emoji for PRs to 🌱
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 4, 2020
@alvaroaleman
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 4, 2020
@k8s-ci-robot
Copy link
Contributor

@vincepri: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pull-controller-runtime-apidiff-release-0-6 be832a1 link /test pull-controller-runtime-apidiff-release-0-6

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@vincepri
Copy link
Member Author

vincepri commented Aug 4, 2020

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 4, 2020
@k8s-ci-robot k8s-ci-robot merged commit ebb8f3f into release-0.6 Aug 4, 2020
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.