Skip to content

Releases: operator-framework/api

v0.3.16

24 Sep 16:48
v0.3.16
00844b5
Compare
Choose a tag to compare

Adds a "properties" field to bundle lookups.

v0.3.15

17 Sep 18:55
cee94f1
Compare
Choose a tag to compare
Merge pull request #65 from awgreene/conversion-webhook

Add ConversionWebhook const

v0.3.14

17 Sep 17:55
61547af
Compare
Choose a tag to compare
Merge pull request #64 from awgreene/targetPort

Update CSV WebhookDescription struct

v0.3.13

16 Sep 18:21
329d62c
Compare
Choose a tag to compare

fixed a bug in validation of csv name

v0.3.8

24 Jun 14:36
8285761
Compare
Choose a tag to compare

Fix CRD validation falsely error on unused CRD versions
Add OperatorHub io validator

v0.3.6

21 May 17:52
654ed3f
Compare
Choose a tag to compare

Updates WebhookDesc to wire the ContainerPort correctly when creating a ValidatingWebhookConfiguration or MutatingWebhookConfiguration.

v0.3.5

06 May 16:37
7856a40
Compare
Choose a tag to compare

Includes updates the the WebhookDescription object.

v0.3.4

06 May 05:19
363b6d8
Compare
Choose a tag to compare

Remove Bundle validator from the validator list

v0.3.3

05 May 17:32
5ad863a
Compare
Choose a tag to compare

Fixes a bug where CRDs compared by name were not unique by name only, i.e. multiple versions of the same CRD are allowed.

v0.3.2

01 May 15:15
5b1f691
Compare
Choose a tag to compare

Fixes a bug where OperatorGroup labels keys exceed the 63 character limit. OperatorGroup labels are now based on the OperatorGroups UID.

Updates Kubeneretes dependencies to v1.18

Adds support for V1 CRDs.