We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d0ba2 commit 85de42cCopy full SHA for 85de42c
changelog/fragments/cleanup-all-resources.yaml
@@ -0,0 +1,13 @@
1
+entries:
2
+ - description: >
3
+ Made the `cleanup` command's error handling more robust on deletion and "not found" events.
4
+ kind: bugfix
5
6
+ Fixed the documented `packagemanifests` make recipe.
7
8
+ migration:
9
+ header: Update `packagemanifests` make recipe variable `PKG_MAN_OPTS`
10
+ body: >
11
+ If your project uses the `packagemanifests` make recipe, update your `PKG_MAN_OPTS`
12
+ variable to include `PKG_FROM_VERSION` instead of `FROM_VERSION`, ex.
13
+ `PKG_MAN_OPTS ?= $(PKG_FROM_VERSION) $(PKG_CHANNELS) $(PKG_IS_DEFAULT_CHANNEL)`.
0 commit comments