Skip to content

Releases: infobloxopen/schema-registry-helper

v0.0.16

11 Dec 11:58
7d53ea3
Compare
Choose a tag to compare

Minor fix

v0.0.15

11 Dec 01:21
642d281
Compare
Choose a tag to compare
Merge pull request #24 from infobloxopen/addguard

add guard condition to generated files

v0.0.13

11 Nov 18:41
a1767b1
Compare
Choose a tag to compare
add script for determing go_package (#22)

v0.0.12

10 Nov 18:21
163c44e
Compare
Choose a tag to compare
Keep the metadata name all lower case; keep spec.Name CamelCase (#21)

* sometimes lower sometimes not

* fix cr

v0.0.11

10 Nov 18:01
f68d4d7
Compare
Choose a tag to compare
output schema name in regular case instead of all lower (#20)

v0.0.10

06 Nov 23:15
b06d55b
Compare
Choose a tag to compare
allow user to have different namespace for json schema cr name (#19)

v0.0.9

03 Nov 17:56
bf82d0c
Compare
Choose a tag to compare
add flag for omitting certain schemas from being created (#18)

v0.0.8

29 Oct 16:28
a0b4f55
Compare
Choose a tag to compare
change JsonSchema to Jsonschema (#17)

v0.0.7

29 Oct 00:18
1d91269
Compare
Choose a tag to compare
Crd optional (#16)

* make CRD generation optional

* change example file

v0.0.6

28 Oct 19:59
234c5e1
Compare
Choose a tag to compare
Make namespace portion of name a helm template variable instead of ha…