Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog/fragments/rm-legacy-go.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions changelog/fragments/rm-legacy-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# release notes and/or the migration guide
entries:
- description: >
Remove legacy run amd cleanup commands
Remove legacy `run` and `cleanup` subcommands

kind: "removal"

# Is this a breaking change?
breaking: true

migration:
header: Remove legacy run amd cleanup commands
header: Migrate to kubebuilder-style Go project
body: TBD