Skip to content

Conversation

@estroz
Copy link
Member

@estroz estroz commented Sep 4, 2019

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

Eric Stroczynski and others added 22 commits July 3, 2019 16:10
* *: 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

Labels

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.

'generate openapi' - All fields are set as required in the CRD when all fields are optional in the Go types Support watching a set of namespaces

5 participants