Skip to content

👻 ff release-0.2 branch to master #475

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 28 commits into from
Jun 6, 2019
Merged

👻 ff release-0.2 branch to master #475

merged 28 commits into from
Jun 6, 2019

Conversation

mengqiy
Copy link
Member

@mengqiy mengqiy commented Jun 6, 2019

No description provided.

DirectXMan12 and others added 28 commits April 22, 2019 14:11
This supports generating release notes when we cross "major" version
boundaries and need to create a new release branch.
Someone erroneously performed a global case-insensitive
s/Reconcile/Reconciler/g, which resulted in bad docs statements such as
"Setup a new controller to _Reconciler_ ReplicaSets" and "Reconciler is
called to _Reconciler_ an object by Namespace/Name", which should
obviously be "Setup a new controller to _reconcile_ ReplicaSets"
and "Reconciler is called to _reconcile_ an object..."
This watches the configured TLS certificate and key files for
admission webhooks.  On any change, it attempts to reload them from
disk.
✨ webhook: Handle TLS certificate rotation
✨ webhook server doesn't use leader election by default
We need to set "success" status in conversion response when we successfully convert the object.
kube-apiserver rejects it if the status is not set.
📖 Fix docs & comments referring to "Reconciler" instead of "reconcile"
🐛 set status in conversion response
📖 (:book:, docs) Update contributing.md to use golangci-lint
🐛 update internal controller for more clean code and metrics
✨ Allow setting "UseExistingCluster" via environment
This switches the default controller name in the builder to just
lower(<kind>) which fixes any issues that arrise from it showing up in
the deprecated metrics (which use the workqueue name as part of the
metric name).

It also allows overriding name in case of two controllers reconciling
the same type using the builder.
…ult-name

✨ Allow setting controller name, fix default
Support bridging the control plane output to the stdout and stderr
…ersion

🏃 support release notes on new version
✨ more visibility of the testing control plane
👻 add webhook markers in the example
🏃 use 👻 for no release note commits
This introduces a GitHub action that verifies emoji.  We could move this
to prow, but in the mean time, it can live here.
🐛 Fix runnable race in manager
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 6, 2019
@mengqiy mengqiy changed the title ff release-0.2 branch to master 👻 ff release-0.2 branch to master Jun 6, 2019
@mengqiy mengqiy closed this Jun 6, 2019
@mengqiy mengqiy reopened this Jun 6, 2019
@mengqiy
Copy link
Member Author

mengqiy commented Jun 6, 2019

close and reopen to make the verify-emoji check pick up the new title.

@DirectXMan12
Copy link
Contributor

verify-emoji should run on any pr change (including title upates). it just might take a moment

@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 6, 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 f60c87e into release-0.2 Jun 6, 2019
DirectXMan12 pushed a commit that referenced this pull request Jan 31, 2020
Fix typos: runing->running, genrating->generating
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/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants