Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
* upstream/master: (75 commits)
  Fix addind second container to machinecontroller webhook deployment (kubermatic#1433)
  Update digitalocean CCM to v0.1.33 (kubermatic#1429)
  Update hetzner CCM manifest to v1.9.1 (kubermatic#1428)
  Improve the v1.3.0-alpha.0 changelog (kubermatic#1425)
  Update CHANGELOG for v1.3.0-alpha.0 (kubermatic#1424)
  Upgrade machinecontroller addon apiextensions to v1 API (kubermatic#1423)
  New drainer (kubermatic#1422)
  Add .clusterNetwork.kubeProxy config example (kubermatic#1421)
  New kube-proxy configuration API (kubermatic#1420)
  Run E2E tests if addons are changed (kubermatic#1417)
  Replace stringData with data in Packet cloud-config Secret (kubermatic#1415)
  Fix kubeone reset error when trying to list Machines (kubermatic#1416)
  Hetzner CSI addon (kubermatic#1418)
  Minor improvements to addons (kubermatic#1414)
  machine-controller: Inject EnvVarBindings only for needed credentials (kubermatic#1413)
  Migrate machine-controller to new addons mechanism (kubermatic#1412)
  Replace the vSphere CCM Go template with an embedded addon (kubermatic#1410)
  Replace the metrics-server CCM Go template with an embedded addon (kubermatic#1411)
  Replace the OpenStack CCM Go template with an embedded addon (kubermatic#1402)
  Migrate WeaveNet to YAML addons (kubermatic#1407)
  ...
  • Loading branch information
hwuethrich committed Aug 3, 2021
2 parents 4a67bf1 + 06c8f8c commit 22eaf68
Show file tree
Hide file tree
Showing 216 changed files with 13,911 additions and 8,349 deletions.
44 changes: 44 additions & 0 deletions .gimps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Copyright 2021 The KubeOne Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This is the configuration for https://github.com/xrstf/gimps.

importOrder: [std, external, project, machine-controller, kubernetes]
sets:
- name: machine-controller
patterns:
- 'github.com/kubermatic/machine-controller/**'
- name: kubernetes
patterns:
- 'k8s.io/**'
- '*.k8s.io/**'
exclude:
- "pkg/apis/kubeadm/**"
- "vendor/**"
- ".git/**"
- "**/zz_generated.**"
- "**/zz_generated_**"
- "**/generated.pb.go"
- "**/generated.proto"
- "**/*_generated.go"
aliasRules:
- name: k8sapi
expr: 'k8s.io/api/([a-z0-9-]+)/(v[a-z0-9-]+)'
alias: '$1$2'
- name: k8sapimachinery
expr: '^k8s.io/apimachinery/pkg/apis/([a-z0-9-]+)/(v[a-z0-9-]+)(/([a-z0-9-]+))?$'
alias: '$1$2$4'
- name: kubeoneapi
expr: '^k8c.io/kubeone/pkg/apis/([a-z0-9-]+)/(v[a-z0-9-]+)(/([a-z0-9-]+))?$'
alias: '$1$2$4'
Loading

0 comments on commit 22eaf68

Please sign in to comment.