Skip to content

v2024.10.15-73a7dd-nightly

@ricardomaraschini ricardomaraschini tagged this 15 Oct 14:01
* bug: stop fetching support bundle uri on airgap

the function `ParseSupportBundleFromDoc()` always attempt to fetch the
support bundle from its uri (if present). there is another function that
allows us to define if we want or not use the uri:

```
ParseSupportBundle()
```

this new function requires a second argument called `followURI` and we
need to set it to false when kots is running in an airgap environment.

* chore: add wrapping to errors

addressing pr comments.
Assets 2
Loading