-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 controller-runtime/-tools to v0.2.0, helm to 2.14, kubernetes to 1.14 #1876
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* *: bump code to controller-runtime v0.2.0-beta.3, helm v2.14.0, kubernetes deps v1.14.1 * doc/,CHANGELOG.md: bump docs to controller-runtime v0.2.0-beta.3, helm v2.14.0, kubernetes deps v1.14.1 * vendor/,Gopkg.lock: bump deps to controller-runtime v0.2.0-beta.3, helm v2.14.0, kubernetes deps v1.14.1
* internal/pkg/scaffold: update go.mod scaffolds and add github.com/prometheus/prometheus replace * internal/pkg/scaffold: remove kube-state-metrics from dep manager file scaffolds
* *: update CRD manifest file names to <full group>_<resource>_crd.yaml
* *: bump deps and code to controller-tools v0.2.0 * doc/,CHANGELOG.md,README.md: bump docs to controller-tools v0.2.0 * internal/pkg/scaffold/crd*.go: use controller-tools v0.2.0 CRD generator and fix unit tests * go.mod,go.sum: revendor
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 14, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 14, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 14, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 15, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 15, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 15, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 15, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 17, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 17, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 17, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 19, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 19, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 19, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 20, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 20, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 20, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/3scale-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/scheme with sigs.k8s.io/controller-runtime/pkg/scheme
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace import sigs.k8s.io/controller-runtime/pkg/runtime/signals with sigs.k8s.io/controller-runtime/pkg/manager/signals
miguelsorianod
added a commit
to 3scale/apicast-operator
that referenced
this pull request
Feb 28, 2020
Kubernetes controller-runtime dependency deprecated the old location operator-framework/operator-sdk#1876 Replace sigs.k8s.io/controller-runtime/pkg/runtime/log with sigs.k8s.io/controller-runtime/pkg/log
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the change: See PR's #1512, #1765, #1801, #1784, #1811, #1642, #1839 for descriptions of all changes made.
Motivation for the change: bump controller-runtime and controller-tools to v0.2.0, helm to 2.14, and kubernetes to 1.14. See above PR's for further clarification if needed.
Closes #767, closes #1607