Skip to content

Releases: rancher/support-bundle-kit

v0.0.13

23 Nov 08:52
Compare
Choose a tag to compare
  • Add arm64 and s390x support.

v0.0.12

18 Nov 07:03
Compare
Choose a tag to compare
simulator: show more error information on the specific path

Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>

v0.0.11

21 Sep 10:48
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release
Collect kernel logs of last 3 boots

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>

v0.0.10

04 Aug 00:43
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release
Always use latest yq

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>

v0.0.9

08 Jul 02:42
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release
Add support for SLE Micro Rancher

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>

v0.0.8

27 Apr 14:11
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
Add kubelet.log

Signed-off-by: Frank Yang <poan.yang@suse.com>

v0.0.7

29 Mar 02:11
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Fix not able schedule an agent to a draining node

When draining a node we taint `kubevirt.io/drain=draining:NoSchedule` to the node.
The change allows agent daemon set to be scheduled on draining nodes.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>

v0.0.6

15 Mar 12:21
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
Update README.md

Add a space between the title and the badge

Support Bundle Kit v0.0.5 release

20 Dec 02:11
Compare
Choose a tag to compare
Pre-release
New arg for excluding resources out of support bundle

Arg `--exclude-resources` (env `SUPPORT_BUNDLE_EXCLUDE_RESOURCES`)
accepts a comma-separated list of `<resource-name>.<group>` qualified
name of resources. Mainly serves to exclude matched resources out from
packaging into support bundle.

At this moment, only `secrets` resource is excluded by default.

Signed-off-by: Weihang Lo <weihang.lo@suse.com>

Support Bundle Kit v0.0.4 release

29 Nov 08:09
Compare
Choose a tag to compare
Pre-release
Skip unreachable node during collecting NodeBundles

We currently skip nodes with unavailable network and not ready kubelet.
Nodes tainted with `node.kubernetes.io/unschedulable:NoSchedule` are tolerated.

Signed-off-by: Weihang Lo <weihang.lo@suse.com>