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

🏃 ff release-0.2 to master #507

Merged
merged 21 commits into from
Jun 28, 2019
Merged

🏃 ff release-0.2 to master #507

merged 21 commits into from
Jun 28, 2019

Conversation

mengqiy
Copy link
Member

@mengqiy mengqiy commented Jun 28, 2019

prepare to next CR beta release which is necessary for kubebuilder.

mrkm4ntr and others added 21 commits April 15, 2019 19:38
Migration work was already done to move controller-runtime from k8s v1.13 to v1.14, however this introduced certain issues.

Unfortunately, workqueue_queue_duration_seconds and workqueue_work_duration_seconds were included in v0.1.10, but were recorded with microsecond values. Moving to k8s v1.14 corrects those values to seconds.

Primarily this change removes the metrics that were deprecated in k8s v1.14, but were never previously included in v0.1 of controller-runtime.

The one metric that was deprecated and is retained is longest_running_processor_microseconds, as it was included in v0.1.10.
🐛 remove deprecated workqueue metrics with invalid names
🐛Pass appropriate context to leaderelector.Run
⚠️ make UseExistingCluster a pointer to support explicitly op…
📖 minor updates to the examples
…ollers

If a kind has implemented Defaulter and(or) Validator interface(s),
multiple controllers for this kind should be able to be added to the
same controller manager.
🐛 stop registering webhooks with same path when adding multiple controllers
pkg/runtime/scheme was supposed to maintain a type alias to make it
easier for people to upgrade and/or interact with projects written
around older versions, but apparently, I forgot to actually leave the
type alias around.  This fixes that.
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
Controller builder now only build controller; while webhook builder only build webhook.
⚠️ split the webhook builder out as a separate builder.
Main changes:
 - Disable conversion webhook by default and enable only if a type
 implements convertible
 - Enhanced the test coverage to include spoke to spoke conversion
✨ enable conversion webhook in webhook builder
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 28, 2019
@droot droot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 28, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: mengqiy

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

@k8s-ci-robot k8s-ci-robot merged commit aeaf98d into release-0.2 Jun 28, 2019
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.

None yet

10 participants