ssp-operator
ssp-operator copied to clipboard
Operator that deploys additional KubeVirt resources
/kind enhancement Address TODO comments left in this PR - https://github.com/kubevirt/ssp-operator/pull/640#discussion_r1307192521 Make sure that goroutines finish when the function returns an error
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/net | indirect | minor | `v0.17.0` -> `v0.23.0` | --- ### net/http,...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/net | indirect | minor | `v0.17.0` -> `v0.23.0` | --- ### net/http,...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/net | indirect | minor | `v0.17.0` -> `v0.23.0` | --- ### net/http,...
Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.26.0` |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kubevirt/monitoring/pkg/metrics/parser](https://togithub.com/kubevirt/monitoring) | require | digest | `373a956` -> `ca36607` | | [github.com/onsi/ginkgo/v2](https://togithub.com/onsi/ginkgo) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/tektoncd/pipeline](https://togithub.com/tektoncd/pipeline) | require | minor | `v0.41.2` -> `v0.52.1` | --- ### Pipelines...
**What this PR does / why we need it**: Previously the error message contained the whole object, but the text was too long and it was truncated, so often we...
**What this PR does / why we need it**: This PR fixes 2 issues: - When setting, unsetting, and setting again the `.spec.commonInstancetypes.URL` field, resources would not be deployed when...
The `ServiceMonitor` created by the `metrics` operand defines an endpoint with disabled TLS. https://github.com/kubevirt/ssp-operator/blob/4fd4022504e543e1a5cbfb72f0b5ff852d85aded/internal/operands/metrics/resources.go#L63-L93 This issue is to investigate if it is intentional, and if there are any technical reasons...