Skip to content

Commit

Permalink
Merge pull request #23613 from spiffxp/rm-deprecated-autobump-cmd
Browse files Browse the repository at this point in the history
prow/cmd: remove deprecated autobump cmd
  • Loading branch information
k8s-ci-robot authored Sep 15, 2021
2 parents dc62d5b + df37bfb commit ffa0e70
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 538 deletions.
8 changes: 0 additions & 8 deletions containers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ def repositories():
# tag = "v20210819-42fed69",
)

container_pull(
name = "gcloud-go",
digest = "sha256:ca9873d744f19e77ceafb499846248a82cde74ab5a613dd394348e7904d08d71",
registry = "gcr.io",
repository = "k8s-testimages/gcloud-in-go",
# tag = "v20200205-602500d",
)

container_pull(
name = "bazel-base",
digest = "sha256:e006f1c3658dd11d5176d5f7a862df4d5b9c06cfe014d5b8a86bb64b20a6f8be",
Expand Down
1 change: 1 addition & 0 deletions prow/ANNOUNCEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ state and no claims of backwards compatibility are made for any external API.
Note: versions specified in these announcements may not include bug fixes made
in more recent versions so it is recommended that the most recent versions are
used when updating deployments.
- *September 15th, 2021* `autobump` removed, please use `generic-autobumper` instead, see [example config](/config/prow/autobump-config/prow-component-autobump-config.yaml)
- *April 16th, 2021* Flagutil remove default value for `--github-token-path`.
- *April 15th, 2021* Sinker requires --dry-run=false (default is true) to function correctly in production.
- *April 14th, 2021* Deck remove default value for `--cookie-secret-file`.
Expand Down
2 changes: 0 additions & 2 deletions prow/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ prow_push(
tags(
cmds = [
"admission",
"autobump",
"branchprotector",
"checkconfig",
"clonerefs",
Expand Down Expand Up @@ -115,7 +114,6 @@ filegroup(
"//prow/client/listers/prowjobs/v1:all-srcs",
"//prow/clonerefs:all-srcs",
"//prow/cmd/admission:all-srcs",
"//prow/cmd/autobump:all-srcs",
"//prow/cmd/branchprotector:all-srcs",
"//prow/cmd/checkconfig:all-srcs",
"//prow/cmd/clonerefs:all-srcs",
Expand Down
1 change: 0 additions & 1 deletion prow/cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ The container images in [`images`](/images) are used as base images for Prow com

## Deprecated

* [`autobump`](/prow/cmd/autobump) autobumps a prow installation. Deprecated because you should use `generic-autobumper` instead
* [`cm2kc`](/prow/cmd/cm2kc) is a CLI tool used to convert a [clustermap file][clustermap docs] to a [kubeconfig file][kubeconfig docs]. Deprecated because we have moved away from clustermaps; you should use [`gencred`] to generate a [kubeconfig file] directly.

<!-- links -->
Expand Down
29 changes: 0 additions & 29 deletions prow/cmd/autobump/BUILD.bazel

This file was deleted.

6 changes: 0 additions & 6 deletions prow/cmd/autobump/OWNERS

This file was deleted.

23 changes: 0 additions & 23 deletions prow/cmd/autobump/README.md

This file was deleted.

196 changes: 0 additions & 196 deletions prow/cmd/autobump/autobump.sh

This file was deleted.

Loading

0 comments on commit ffa0e70

Please sign in to comment.