From 4ac09a4602d6ac35e9749325c5298e9f4f33a7ac Mon Sep 17 00:00:00 2001 From: Joe Lanford Date: Mon, 13 Jul 2020 22:32:04 -0400 Subject: [PATCH] changelog/fragments: add rm-legacy-go.yaml and rm-legacy-run.yaml --- changelog/fragments/rm-legacy-go.yaml | 10 ++++++++++ changelog/fragments/rm-legacy-run.yaml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 changelog/fragments/rm-legacy-go.yaml diff --git a/changelog/fragments/rm-legacy-go.yaml b/changelog/fragments/rm-legacy-go.yaml new file mode 100644 index 0000000000..ea3fa6ad06 --- /dev/null +++ b/changelog/fragments/rm-legacy-go.yaml @@ -0,0 +1,10 @@ +entries: + - description: > + Removed legacy go CLI subcommands and features: `add`, `migrate` + `print-deps`, `generate k8s`, `generate crds`, and `scorecard`. + kind: removal + breaking: true + pull_request_override: 3385 + migration: + header: Migrate to kubebuilder-style Go project + body: TBD diff --git a/changelog/fragments/rm-legacy-run.yaml b/changelog/fragments/rm-legacy-run.yaml index 41538803e5..049988e333 100644 --- a/changelog/fragments/rm-legacy-run.yaml +++ b/changelog/fragments/rm-legacy-run.yaml @@ -2,7 +2,7 @@ # release notes and/or the migration guide entries: - description: > - Remove legacy run amd cleanup commands + Remove legacy `run` and `cleanup` subcommands kind: "removal" @@ -10,5 +10,5 @@ entries: breaking: true migration: - header: Remove legacy run amd cleanup commands + header: Migrate to kubebuilder-style Go project body: TBD