Skip to content

Releases: kubevirt/ssp-operator

v0.11.1

01 Jun 08:59
Compare
Choose a tag to compare
Update webhook version for template validator to v1

The ValidatingWebhookConfiguration uses v1 admission review version.

Adds missing fields to AdmissionReview response. Without them, k8s
will reject the response.

Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>

v0.11.0

24 May 10:50
Compare
Choose a tag to compare
Add Resource requests to pods

Signed-off-by: Vatsal Parekh <vparekh@redhat.com>

v0.2.0

10 May 08:12
Compare
Choose a tag to compare
Test template-validator certificate rotation

The test checks the TLS certificate returned
by the template validator webhook server.

The port-forwarding code was mostly inspired
by the implementation in kubectl.

Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>

v0.2.0-rc.1

14 Apr 06:43
Compare
Choose a tag to compare
v0.2.0-rc.1 Pre-release
Pre-release
Remove the relatedImages field from the CRD

CRD should not contain the relatedImages field.

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

v0.2.0-rc.0

13 Apr 14:14
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release
moved deprecated label to annotations

Signed-off-by: Karel Šimon <ksimon@redhat.com>

v0.1.3

24 Jan 08:55
584fa78
Compare
Choose a tag to compare
Fix environment variable names in code and CSV (#101)

Now the operator expects the same environment
variables as is specified in the CSV.

Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>

Co-authored-by: Andrej Krejcir <akrejcir@redhat.com>

v0.1.2

24 Jan 09:07
2911ade
Compare
Choose a tag to compare
Fix environment variable names in code and CSV (#100)

Now the operator expects the same environment
variables as is specified in the CSV.

Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>

v0.1.1

12 Jan 18:51
4f8ebcc
Compare
Choose a tag to compare
Added template bundle release v0.13.1 (#87)

Signed-off-by: Vatsal Parekh <vparekh@redhat.com>

Co-authored-by: Vatsal Parekh <vparekh@redhat.com>

v0.1.0

10 Jan 12:54
1ee22c1
Compare
Choose a tag to compare
Allow users to see the kubevirt-os-images namespace with `oc project`…

… (#74)

to make base images visible in the UI

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1893278

Signed-off-by: Omer Yahud <oyahud@redhat.com>

v0.1.0-rc.2

20 Dec 12:52
d8fca5a
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release
Merge pull request #67 from omeryahud/fix-csv

Fix CSV for OLM deployments