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

bump library-go to migrate controllers to factory #261

Merged

Conversation

mfojtik
Copy link
Member

@mfojtik mfojtik commented Mar 18, 2020

No description provided.

* openshift/api@a63a88e3: Bug 1769015: Add kubebuilder annotations to the network types
* openshift/api@e205a72a: Update generated files
* openshift/api@3bf8cd9d: Update swagger docs
* openshift/api@2b89f314: Call add-crd-gen in the Makefile
* openshift/api@1edb92e6: create the IBMCLoudPlatform type for use in the ingress operator
* openshift/api@5637f56d: Enable configuration of the issuer of bound service account tokens
* openshift/api@5e3a31c0: Updated generated
* openshift/api@8caf6424: Clarify image config doc
* openshift/api@f92f2cd9: add deprecaction notice for build pipeline strategy
* openshift/api@0bffa333: update/verify various generated
* openshift/api@1772b9d5: Remove Description from CLI output to improve its display
* openshift/api@74333963: Add CRD generator documentation to Readme
* openshift/api@60d997e9: config/v1/types_proxy: Clarify trustedCA semantics
* openshift/api@709bcf89: Bug 1784532: Clarify `from` behavior in builds
* openshift/api@38db8664: make update
* openshift/api@2dfe621f: config: disable IPv6DualStack feature flag
* openshift/library-go@55cea507: Add controllerset for controlling an apiserver deployment
* openshift/library-go@1ad3a14c: go mod vendor
* openshift/library-go@7b9f983f: add static resource controller to manage most resources
* openshift/library-go@221a36f6: bump(k/client-go package)
* openshift/library-go@cc94b732: replace the backingresourcecontroller with the generic equivalent
* openshift/library-go@821f15c6: add wait for caches to synchronize
* openshift/library-go@3b4f9e9a: make it possible to nerf feature gates if they are broken
* openshift/library-go@0c97ab8c: let the static pod resource controller auto-find the required informers
* openshift/library-go@73b227eb: Add namespace flag so binaries can be run outside of the cluster
* openshift/library-go@5dad4ba6: Fix panic in guessing controller reference
* openshift/library-go@cade8eba: support CRDs at v1 throughout the apply stack
* openshift/library-go@1e2fbb2c: add cached client capabilities to stay out of qps jail
* openshift/library-go@b77f02fe: make cache clients fail on unsupported args
* openshift/library-go@205b982a: add constructors for mfojtik
* openshift/library-go@af4764f8: Remove unused post-bootstrap config override from rendering
* openshift/library-go@6fed7a1e: Unhide namespace flag that KCMO requires
* openshift/library-go@f9954520: Add listen flag so we avoid port collission inside pods
* openshift/library-go@f14a69e8: factory: add controller factory
* openshift/library-go@31f2f159: controllers: replace runnable controller interface with factory.Controller
* openshift/library-go@3816ea71: operator: refactor all static pods controller to use controller factory
* openshift/library-go@6cd26380: Add memory request and limit to revision pruner pod
* openshift/library-go@5b0d7074: controller: deflake controller factory test
* openshift/library-go@3565dc22: adds static-resources-controller to apiserver-controller-set
* openshift/library-go@1c8e0a42: fix informer typo in static resource controller
* openshift/library-go@3da35ff7: Make sure there are some packages to be build
* openshift/library-go@68efbd1a: Fix crd-schema-gen tmp dir to create empty dir per generated target
* openshift/library-go@ca362c44: fix detection of namespace
* openshift/library-go@dc00d262: Add version check and wire it for `go`
* openshift/library-go@2b99c819: Add -mod=vendor fallback for `go list`
* openshift/library-go@3228f9e8: factory: fix time based resync to use queue instead of calling sync directly
* openshift/library-go@ced4d81f: build-machinery: use -trimpath by default
* openshift/library-go@a3fec49c: Remove alpha-build-machinery
* openshift/library-go@387645fc: add methods to manipulation observed configuration values
* openshift/library-go@80c146a9: Migrate to openshift/build-machinery-go
* openshift/library-go@6b4b515b: bump: openshift/build-machinery-go
* openshift/library-go@6f4b8eee: allow static pod operator to be composed
* openshift/library-go@39cf0ddc: Add alpha-build-machinery warning
* openshift/library-go@9e4693a8: add substitution for NODE_NAME inside of static pods
* openshift/library-go@89976f0a: add cpu limits to become guaranteed
* openshift/library-go@58b2341b: bump(*): vendor update
* openshift/library-go@042e7f26: adjust featuregates unit test for IPv6DualStack removal
* openshift/library-go@0fc3b92c: bump: openshift/build-machinery-go
* openshift/library-go@2e98a77f: Allow disabling serving in ControllerBuilder
* openshift/library-go@bc77da29: Added support for RequestModifiers.
* openshift/library-go@e2ade985: Bug 1806876: limit number of ldap entries based on its capacity
* openshift/library-go@efb4d07e: substitute all content for node name and revision
* openshift/library-go@bfa173d6: set .sh files to be executeable
* openshift/library-go@12d0d7cb: Create reusable package to manage manifests for use by CVO and oc
* openshift/library-go@a6f04ac3: Set a random serial number for signing certificate templates
* openshift/library-go@3a6456f2: resourcemerge: Allow removing annotations/labels
* openshift/library-go@4657d563: controller: add manager and wire graceful termination into leader election
* openshift/library-go@9a403ca7: resourcesynccontroller: migrate to controller factory
* openshift/library-go@423e2029: factory: allow for post-start hooks for custom triggers
* openshift/library-go@7c9065e5: implements a generic workload controller
* openshift/library-go@522f72df: go mod tidy
* openshift/library-go@07fd01b5: adds precondition function
* openshift/library-go@34fe6fc1: factory: remove support for runtime object in queue
* openshift/library-go@07eabbf2: nsfinalizer: migrate controller to factory
* openshift/library-go@488e1fa9: apiservice: migrate controller to factory
* openshift/library-go@38b127eb: certrotation: migrate controller to factory
* openshift/library-go@3f9a525d: configobserver: migrate controller to factory
* openshift/library-go@5f7087d1: management: migrate controller to factory
* openshift/library-go@7f456e65: staleconditions: migrate controller to factory
* openshift/library-go@f17c0ee0: status: migrate controller to factory
* openshift/library-go@892bfb19: resourcesync: adjust to queue key
* openshift/library-go@fa685adb: leaderelection: do not fatal on leader election lost
* openshift/library-go@c95f7e3a: allows for setting an optional prefix for condition's type field for the generic workload ctrl
* openshift/library-go@3e49782f: delegates creation of common informers down to workload controller
* openshift/library-go@a43f112d: logging: properly set log level
* openshift/library-go@1add03a0: resourcesynccontroller: fix unit test flakes
* openshift/library-go@9ff13301: configobserver: pass informers in controller constructor
* openshift/library-go@a7e2a0be: certrotation: check the context value for nil
* openshift/library-go@1120d68f: removes APIServicesToManage
* openshift/library-go@919a2f23: react when the number of node changes for the workload controller
* openshift/library-go@cfb65d06: cleans up vendor
* openshift/library-go@41b15d9c: factory: fix appending to caches
* openshift/library-go@d962da9d: config-observers: prune returned config
* openshift/library-go@01cad355: config-observers: unify error handling
* openshift/library-go@5dea9244: factory: improve unit test coverage
* kubernetes/api@7ea599ed: Update dependencies to v0.17.2 tag
@stlaz
Copy link
Member

stlaz commented Mar 18, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 18, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mfojtik, stlaz

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

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 18, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit cd9b718 into openshift:master Mar 18, 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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants