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