Unverified Commit 639fbaf9 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #65338 from andrewsykim/65337

Automatic merge from submit-queue (batch tested with PRs 65338, 64535). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove cloud-controller-manager deb from releases **What this PR does / why we need it**: Stop including cloud controller manager deb from Kubernetes releases. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # https://github.com/kubernetes/kubernetes/issues/65337 ```release-note NONE ```
parents a9e87251 3a002eaf
...@@ -13,7 +13,6 @@ load("//build:workspace.bzl", "CRI_TOOLS_VERSION") ...@@ -13,7 +13,6 @@ load("//build:workspace.bzl", "CRI_TOOLS_VERSION")
release_filegroup( release_filegroup(
name = "debs", name = "debs",
srcs = [ srcs = [
":cloud-controller-manager.deb",
":cri-tools.deb", ":cri-tools.deb",
":kubeadm.deb", ":kubeadm.deb",
":kubectl.deb", ":kubectl.deb",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment