Skip to content

Commit

Permalink
add fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Dec 11, 2020
1 parent d9d0ba2 commit 85de42c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog/fragments/cleanup-all-resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
entries:
- description: >
Made the `cleanup` command's error handling more robust on deletion and "not found" events.
kind: bugfix
- description: >
Fixed the documented `packagemanifests` make recipe.
kind: bugfix
migration:
header: Update `packagemanifests` make recipe variable `PKG_MAN_OPTS`
body: >
If your project uses the `packagemanifests` make recipe, update your `PKG_MAN_OPTS`
variable to include `PKG_FROM_VERSION` instead of `FROM_VERSION`, ex.
`PKG_MAN_OPTS ?= $(PKG_FROM_VERSION) $(PKG_CHANNELS) $(PKG_IS_DEFAULT_CHANNEL)`.

0 comments on commit 85de42c

Please sign in to comment.