Skip to content

Conversation

@botty-mcbottington
Copy link
Contributor

@botty-mcbottington botty-mcbottington bot commented Nov 4, 2025

This PR contains the following updates:

Package Type Update Change
github.com/dadav/helm-schema require digest 0f18212 -> c1ed612

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@botty-mcbottington
Copy link
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.4
github.com/sagikazarmark/locafero v0.4.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.11.0 -> v1.15.0
github.com/spf13/cast v1.7.0 -> v1.10.0
github.com/spf13/viper v1.19.0 -> v1.21.0

@codecov
Copy link

codecov bot commented Nov 4, 2025

❌ 19 Tests Failed:

Tests completed Failed Passed Skipped
300 19 281 0
View the top 3 failed test(s) by shortest run time
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator/SingleJSONFile
Stack Traces | 0s run time
=== RUN   TestAutoGenerator/SingleJSONFile
=== PAUSE TestAutoGenerator/SingleJSONFile
=== CONT  TestAutoGenerator/SingleJSONFile
    gen_auto_test.go:69: 
        	Error Trace:	.../pkg/jsonschema/gen_auto_test.go:69
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestAutoGenerator/SingleJSONFile
        	Messages:   	Input: .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestAutoGenerator/SingleJSONFile (0.00s)
github.com/macropower/kclipper/pkg/jsonschema::TestKCLConversion
Stack Traces | 0s run time
=== RUN   TestKCLConversion
=== PAUSE TestKCLConversion
=== CONT  TestKCLConversion
--- FAIL: TestKCLConversion (0.00s)
github.com/macropower/kclipper/pkg/jsonschema::TestKCLConversion/SingleFile
Stack Traces | 0s run time
=== RUN   TestKCLConversion/SingleFile
=== PAUSE TestKCLConversion/SingleFile
=== CONT  TestKCLConversion/SingleFile
    jsonschema_test.go:66: Test FromPaths: .../testdata/input/schema.json
    jsonschema_test.go:79: 
        	Error Trace:	.../pkg/jsonschema/jsonschema_test.go:79
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestKCLConversion/SingleFile
        	Messages:   	Input: .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestKCLConversion/SingleFile (0.00s)
github.com/macropower/kclipper/pkg/jsonschema::TestReaderGenerator/SingleFile
Stack Traces | 0s run time
=== RUN   TestReaderGenerator/SingleFile
=== PAUSE TestReaderGenerator/SingleFile
=== CONT  TestReaderGenerator/SingleFile
    gen_reader_test.go:57: Test FromPaths: .../testdata/input/schema.json
    gen_reader_test.go:67: 
        	Error Trace:	.../pkg/jsonschema/gen_reader_test.go:67
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestReaderGenerator/SingleFile
        	Messages:   	Input: .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestReaderGenerator/SingleFile (0.00s)
github.com/macropower/kclipper/pkg/jsonschema::TestValueInferenceGenerator
Stack Traces | 0s run time
=== RUN   TestValueInferenceGenerator
=== PAUSE TestValueInferenceGenerator
=== CONT  TestValueInferenceGenerator
--- FAIL: TestValueInferenceGenerator (0.00s)
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator/MixedFiles
Stack Traces | 0.01s run time
=== RUN   TestAutoGenerator/MixedFiles
=== PAUSE TestAutoGenerator/MixedFiles
=== CONT  TestAutoGenerator/MixedFiles
    gen_auto_test.go:69: 
        	Error Trace:	.../pkg/jsonschema/gen_auto_test.go:69
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestAutoGenerator/MixedFiles
        	Messages:   	Input: .../testdata/input/values.yaml, .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestAutoGenerator/MixedFiles (0.01s)
github.com/macropower/kclipper/pkg/jsonschema::TestKCLConversion/FileRefs
Stack Traces | 0.01s run time
=== RUN   TestKCLConversion/FileRefs
=== PAUSE TestKCLConversion/FileRefs
=== CONT  TestKCLConversion/FileRefs
    jsonschema_test.go:66: Test FromPaths: .../testdata/input/refs.schema.json
    jsonschema_test.go:79: 
        	Error Trace:	.../pkg/jsonschema/jsonschema_test.go:79
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestKCLConversion/FileRefs
        	Messages:   	Input: .../testdata/input/refs.schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestKCLConversion/FileRefs (0.01s)
github.com/macropower/kclipper/pkg/jsonschema::TestKCLConversion/MultiFile
Stack Traces | 0.01s run time
=== RUN   TestKCLConversion/MultiFile
=== PAUSE TestKCLConversion/MultiFile
=== CONT  TestKCLConversion/MultiFile
    jsonschema_test.go:66: Test FromPaths: .../testdata/input/nota.schema.json, .../testdata/input/invalid.json, .../testdata/input/schema.json
    jsonschema_test.go:79: 
        	Error Trace:	.../pkg/jsonschema/jsonschema_test.go:79
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestKCLConversion/MultiFile
        	Messages:   	Input: .../testdata/input/nota.schema.json, .../testdata/input/invalid.json, .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestKCLConversion/MultiFile (0.01s)
github.com/macropower/kclipper/pkg/jsonschema::TestReaderGenerator/FileRefs
Stack Traces | 0.01s run time
=== RUN   TestReaderGenerator/FileRefs
=== PAUSE TestReaderGenerator/FileRefs
=== CONT  TestReaderGenerator/FileRefs
    gen_reader_test.go:57: Test FromPaths: .../testdata/input/refs.schema.json
    gen_reader_test.go:67: 
        	Error Trace:	.../pkg/jsonschema/gen_reader_test.go:67
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestReaderGenerator/FileRefs
        	Messages:   	Input: .../testdata/input/refs.schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestReaderGenerator/FileRefs (0.01s)
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator
Stack Traces | 0.02s run time
=== RUN   TestAutoGenerator
=== PAUSE TestAutoGenerator
=== CONT  TestAutoGenerator
--- FAIL: TestAutoGenerator (0.02s)
github.com/macropower/kclipper/pkg/jsonschema::TestReaderGenerator
Stack Traces | 0.02s run time
=== RUN   TestReaderGenerator
=== PAUSE TestReaderGenerator
=== CONT  TestReaderGenerator
--- FAIL: TestReaderGenerator (0.02s)
github.com/macropower/kclipper/pkg/jsonschema::TestReaderGenerator/MultiFile
Stack Traces | 0.02s run time
=== RUN   TestReaderGenerator/MultiFile
=== PAUSE TestReaderGenerator/MultiFile
=== CONT  TestReaderGenerator/MultiFile
    gen_reader_test.go:57: Test FromPaths: .../testdata/input/nota.schema.json, .../testdata/input/invalid.json, .../testdata/input/schema.json
    gen_reader_test.go:67: 
        	Error Trace:	.../pkg/jsonschema/gen_reader_test.go:67
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "required":[]interface {}{}, "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"foo":map[string]interface {}{"default":"bar", "title":"foo", "type":"string"}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,6 +4,4 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=3) "bar",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	Test:       	TestReaderGenerator/MultiFile
        	Messages:   	Input: .../testdata/input/nota.schema.json, .../testdata/input/invalid.json, .../testdata/input/schema.json
        	            	Want: .../testdata/output/schema.json
--- FAIL: TestReaderGenerator/MultiFile (0.02s)
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator/MultipleYAMLFiles
Stack Traces | 0.04s run time
=== RUN   TestAutoGenerator/MultipleYAMLFiles
=== PAUSE TestAutoGenerator/MultipleYAMLFiles
=== CONT  TestAutoGenerator/MultipleYAMLFiles
    gen_auto_test.go:69: 
        	Error Trace:	.../pkg/jsonschema/gen_auto_test.go:69
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "title":"array", "type":"array"}, "foo":map[string]interface {}{"required":[]interface {}{}, "title":"foo", "type":"string"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "required":[]interface {}{}, "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"type":"string"}, "title":"array", "type":"array"}, "foo":map[string]interface {}{"title":"foo", "type":"string"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,9 +4,5 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=5) {
        	            	-  (string) (len=5) "array": (map[string]interface {}) (len=4) {
        	            	-   (string) (len=5) "items": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=8) "required": ([]interface {}) {
        	            	-    },
        	            	+  (string) (len=5) "array": (map[string]interface {}) (len=3) {
        	            	+   (string) (len=5) "items": (map[string]interface {}) (len=1) {
        	            	     (string) (len=4) "type": (string) (len=6) "string"
        	            	-   },
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	    },
        	            	@@ -15,5 +11,3 @@
        	            	   },
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=2) {
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	            	@@ -29,6 +23,4 @@
        	            	   },
        	            	-  (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=5) "value",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -39,6 +31,4 @@
        	            	    (string) (len=10) "properties": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+    (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	      (string) (len=7) "default": (string) (len=11) "nestedValue",
        	            	-     (string) (len=8) "required": ([]interface {}) {
        	            	-     },
        	            	      (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -49,6 +39,4 @@
        	            	      (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-      (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+      (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	        (string) (len=7) "default": (string) (len=5) "value",
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	        (string) (len=5) "title": (string) (len=3) "key",
        	Test:       	TestAutoGenerator/MultipleYAMLFiles
        	Messages:   	Input: .../testdata/input/values.yaml, .../testdata/input/values-prod.yaml
        	            	Want: .../testdata/output/values_merged_schema.json
--- FAIL: TestAutoGenerator/MultipleYAMLFiles (0.04s)
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator/SingleYAMLFile
Stack Traces | 0.04s run time
=== RUN   TestAutoGenerator/SingleYAMLFile
=== PAUSE TestAutoGenerator/SingleYAMLFile
=== CONT  TestAutoGenerator/SingleYAMLFile
    gen_auto_test.go:69: 
        	Error Trace:	.../pkg/jsonschema/gen_auto_test.go:69
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "title":"array", "type":"array"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "required":[]interface {}{}, "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"type":"string"}, "title":"array", "type":"array"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,9 +4,5 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=4) {
        	            	-  (string) (len=5) "array": (map[string]interface {}) (len=4) {
        	            	-   (string) (len=5) "items": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=8) "required": ([]interface {}) {
        	            	-    },
        	            	+  (string) (len=5) "array": (map[string]interface {}) (len=3) {
        	            	+   (string) (len=5) "items": (map[string]interface {}) (len=1) {
        	            	     (string) (len=4) "type": (string) (len=6) "string"
        	            	-   },
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	    },
        	            	@@ -23,6 +19,4 @@
        	            	   },
        	            	-  (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=5) "value",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -33,6 +27,4 @@
        	            	    (string) (len=10) "properties": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+    (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	      (string) (len=7) "default": (string) (len=11) "nestedValue",
        	            	-     (string) (len=8) "required": ([]interface {}) {
        	            	-     },
        	            	      (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -43,6 +35,4 @@
        	            	      (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-      (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+      (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	        (string) (len=7) "default": (string) (len=5) "value",
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	        (string) (len=5) "title": (string) (len=3) "key",
        	Test:       	TestAutoGenerator/SingleYAMLFile
        	Messages:   	Input: .../testdata/input/values.yaml
        	            	Want: .../testdata/output/values_schema.json
--- FAIL: TestAutoGenerator/SingleYAMLFile (0.04s)
github.com/macropower/kclipper/pkg/jsonschema::TestValueInferenceGenerator/SingleFile
Stack Traces | 0.04s run time
=== RUN   TestValueInferenceGenerator/SingleFile
=== PAUSE TestValueInferenceGenerator/SingleFile
=== CONT  TestValueInferenceGenerator/SingleFile
    gen_value_inference_test.go:57: 
        	Error Trace:	.../pkg/jsonschema/gen_value_inference_test.go:57
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "title":"array", "type":"array"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "required":[]interface {}{}, "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"type":"string"}, "title":"array", "type":"array"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,9 +4,5 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=4) {
        	            	-  (string) (len=5) "array": (map[string]interface {}) (len=4) {
        	            	-   (string) (len=5) "items": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=8) "required": ([]interface {}) {
        	            	-    },
        	            	+  (string) (len=5) "array": (map[string]interface {}) (len=3) {
        	            	+   (string) (len=5) "items": (map[string]interface {}) (len=1) {
        	            	     (string) (len=4) "type": (string) (len=6) "string"
        	            	-   },
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	    },
        	            	@@ -23,6 +19,4 @@
        	            	   },
        	            	-  (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=5) "value",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -33,6 +27,4 @@
        	            	    (string) (len=10) "properties": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+    (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	      (string) (len=7) "default": (string) (len=11) "nestedValue",
        	            	-     (string) (len=8) "required": ([]interface {}) {
        	            	-     },
        	            	      (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -43,6 +35,4 @@
        	            	      (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-      (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+      (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	        (string) (len=7) "default": (string) (len=5) "value",
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	        (string) (len=5) "title": (string) (len=3) "key",
        	Test:       	TestValueInferenceGenerator/SingleFile
        	Messages:   	Input: .../testdata/input/values.yaml
        	            	Want: .../testdata/output/values_schema.json
--- FAIL: TestValueInferenceGenerator/SingleFile (0.04s)
github.com/macropower/kclipper/pkg/jsonschema::TestAutoGenerator/DeepSchema
Stack Traces | 0.06s run time
=== RUN   TestAutoGenerator/DeepSchema
=== PAUSE TestAutoGenerator/DeepSchema
=== CONT  TestAutoGenerator/DeepSchema
    gen_auto_test.go:69: 
        	Error Trace:	.../pkg/jsonschema/gen_auto_test.go:69
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "oneOf":[]interface {}{map[string]interface {}{"required":[]interface {}{"data"}}, map[string]interface {}{"required":[]interface {}{"binaryData"}}}, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"required":[]interface {}{}, "type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "oneOf":[]interface {}{map[string]interface {}{"required":[]interface {}{"data"}}, map[string]interface {}{"required":[]interface {}{"binaryData"}}}, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -36,5 +36,3 @@
        	            	      (string) (len=10) "binaryData": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -46,5 +44,3 @@
        	            	      (string) (len=4) "data": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -55,12 +51,8 @@
        	            	      },
        	            	-     (string) (len=7) "enabled": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=7) "enabled": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	      },
        	            	-     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	@@ -83,5 +75,3 @@
        	            	      },
        	            	-     (string) (len=12) "nameOverride": (map[string]interface {}) (len=2) {
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	+     (string) (len=12) "nameOverride": (map[string]interface {}) (len=1) {
        	            	       (string) (len=4) "type": (string) (len=6) "string"
        	Test:       	TestAutoGenerator/DeepSchema
        	Messages:   	Input: .../testdata/input/values.yaml, .../testdata/input/deep.schema.json
        	            	Want: .../testdata/output/deep.schema.json
--- FAIL: TestAutoGenerator/DeepSchema (0.06s)
github.com/macropower/kclipper/pkg/jsonschema::TestReaderGenerator/DeepSchema
Stack Traces | 0.06s run time
=== RUN   TestReaderGenerator/DeepSchema
=== PAUSE TestReaderGenerator/DeepSchema
=== CONT  TestReaderGenerator/DeepSchema
    gen_reader_test.go:57: Test FromPaths: .../testdata/input/deep.schema.json
    gen_reader_test.go:67: 
        	Error Trace:	.../pkg/jsonschema/gen_reader_test.go:67
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "oneOf":[]interface {}{map[string]interface {}{"required":[]interface {}{"data"}}, map[string]interface {}{"required":[]interface {}{"binaryData"}}}, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"required":[]interface {}{}, "type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "oneOf":[]interface {}{map[string]interface {}{"required":[]interface {}{"data"}}, map[string]interface {}{"required":[]interface {}{"binaryData"}}}, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -36,5 +36,3 @@
        	            	      (string) (len=10) "binaryData": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -46,5 +44,3 @@
        	            	      (string) (len=4) "data": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -55,12 +51,8 @@
        	            	      },
        	            	-     (string) (len=7) "enabled": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=7) "enabled": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	      },
        	            	-     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	@@ -83,5 +75,3 @@
        	            	      },
        	            	-     (string) (len=12) "nameOverride": (map[string]interface {}) (len=2) {
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	+     (string) (len=12) "nameOverride": (map[string]interface {}) (len=1) {
        	            	       (string) (len=4) "type": (string) (len=6) "string"
        	Test:       	TestReaderGenerator/DeepSchema
        	Messages:   	Input: .../testdata/input/deep.schema.json
        	            	Want: .../testdata/output/deep.schema.json
--- FAIL: TestReaderGenerator/DeepSchema (0.06s)
github.com/macropower/kclipper/pkg/jsonschema::TestValueInferenceGenerator/MultipleFiles
Stack Traces | 0.06s run time
=== RUN   TestValueInferenceGenerator/MultipleFiles
=== PAUSE TestValueInferenceGenerator/MultipleFiles
=== CONT  TestValueInferenceGenerator/MultipleFiles
    gen_value_inference_test.go:57: 
        	Error Trace:	.../pkg/jsonschema/gen_value_inference_test.go:57
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "title":"array", "type":"array"}, "foo":map[string]interface {}{"required":[]interface {}{}, "title":"foo", "type":"string"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "required":[]interface {}{}, "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "required":[]interface {}{}, "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema#", "additionalProperties":true, "properties":map[string]interface {}{"array":map[string]interface {}{"items":map[string]interface {}{"type":"string"}, "title":"array", "type":"array"}, "foo":map[string]interface {}{"title":"foo", "type":"string"}, "global":map[string]interface {}{"additionalProperties":true, "description":"Global values are values that can be accessed from any chart or subchart by exactly the same name.", "required":[]interface {}{}, "title":"global", "type":"object"}, "key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}, "nested":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"nestedValue", "title":"key", "type":"string"}, "obj":map[string]interface {}{"additionalProperties":true, "properties":map[string]interface {}{"key":map[string]interface {}{"default":"value", "title":"key", "type":"string"}}, "required":[]interface {}{}, "title":"obj", "type":"object"}}, "required":[]interface {}{}, "title":"nested", "type":"object"}}, "required":[]interface {}{}, "type":"object"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -4,9 +4,5 @@
        	            	  (string) (len=10) "properties": (map[string]interface {}) (len=5) {
        	            	-  (string) (len=5) "array": (map[string]interface {}) (len=4) {
        	            	-   (string) (len=5) "items": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=8) "required": ([]interface {}) {
        	            	-    },
        	            	+  (string) (len=5) "array": (map[string]interface {}) (len=3) {
        	            	+   (string) (len=5) "items": (map[string]interface {}) (len=1) {
        	            	     (string) (len=4) "type": (string) (len=6) "string"
        	            	-   },
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	    },
        	            	@@ -15,5 +11,3 @@
        	            	   },
        	            	-  (string) (len=3) "foo": (map[string]interface {}) (len=3) {
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	+  (string) (len=3) "foo": (map[string]interface {}) (len=2) {
        	            	    (string) (len=5) "title": (string) (len=3) "foo",
        	            	@@ -29,6 +23,4 @@
        	            	   },
        	            	-  (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+  (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	    (string) (len=7) "default": (string) (len=5) "value",
        	            	-   (string) (len=8) "required": ([]interface {}) {
        	            	-   },
        	            	    (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -39,6 +31,4 @@
        	            	    (string) (len=10) "properties": (map[string]interface {}) (len=2) {
        	            	-    (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+    (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	      (string) (len=7) "default": (string) (len=11) "nestedValue",
        	            	-     (string) (len=8) "required": ([]interface {}) {
        	            	-     },
        	            	      (string) (len=5) "title": (string) (len=3) "key",
        	            	@@ -49,6 +39,4 @@
        	            	      (string) (len=10) "properties": (map[string]interface {}) (len=1) {
        	            	-      (string) (len=3) "key": (map[string]interface {}) (len=4) {
        	            	+      (string) (len=3) "key": (map[string]interface {}) (len=3) {
        	            	        (string) (len=7) "default": (string) (len=5) "value",
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	        (string) (len=5) "title": (string) (len=3) "key",
        	Test:       	TestValueInferenceGenerator/MultipleFiles
        	Messages:   	Input: .../testdata/input/values-prod.yaml, .../testdata/input/values.yaml
        	            	Want: .../testdata/output/values_merged_schema.json
--- FAIL: TestValueInferenceGenerator/MultipleFiles (0.06s)
github.com/macropower/kclipper/pkg/jsonschema::TestKCLConversion/DeepSchema
Stack Traces | 0.1s run time
=== RUN   TestKCLConversion/DeepSchema
=== PAUSE TestKCLConversion/DeepSchema
=== CONT  TestKCLConversion/DeepSchema
    jsonschema_test.go:66: Test FromPaths: .../testdata/input/deep.schema.json
    jsonschema_test.go:79: 
        	Error Trace:	.../pkg/jsonschema/jsonschema_test.go:79
        	Error:      	Not equal: 
        	            	expected: map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "required":[]interface {}{}, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"required":[]interface {}{}, "type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	actual  : map[string]interface {}{"$schema":"http://json-schema.org/draft-07/schema", "properties":map[string]interface {}{"configMaps":map[string]interface {}{"additionalProperties":map[string]interface {}{"additionalProperties":false, "properties":map[string]interface {}{"annotations":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "binaryData":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "data":map[string]interface {}{"additionalProperties":map[string]interface {}{"type":"string"}, "required":[]interface {}{}, "type":"object"}, "enabled":map[string]interface {}{"default":true, "type":"boolean"}, "includeInChecksum":map[string]interface {}{"default":true, "type":"boolean"}, "labels":map[string]interface {}{"additionalProperties":map[string]interface {}{"required":[]interface {}{}, "type":[]interface {}{"string", "null"}}, "required":[]interface {}{}, "type":[]interface {}{"object", "null"}}, "nameOverride":map[string]interface {}{"type":"string"}}, "required":[]interface {}{}, "type":"object"}, "required":[]interface {}{}}}, "required":[]interface {}{}}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -24,5 +24,3 @@
        	            	      (string) (len=10) "binaryData": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -34,5 +32,3 @@
        	            	      (string) (len=4) "data": (map[string]interface {}) (len=3) {
        	            	-      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=2) {
        	            	-       (string) (len=8) "required": ([]interface {}) {
        	            	-       },
        	            	+      (string) (len=20) "additionalProperties": (map[string]interface {}) (len=1) {
        	            	        (string) (len=4) "type": (string) (len=6) "string"
        	            	@@ -43,12 +39,8 @@
        	            	      },
        	            	-     (string) (len=7) "enabled": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=7) "enabled": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	      },
        	            	-     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=3) {
        	            	+     (string) (len=17) "includeInChecksum": (map[string]interface {}) (len=2) {
        	            	       (string) (len=7) "default": (bool) true,
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	       (string) (len=4) "type": (string) (len=7) "boolean"
        	            	@@ -71,5 +63,3 @@
        	            	      },
        	            	-     (string) (len=12) "nameOverride": (map[string]interface {}) (len=2) {
        	            	-      (string) (len=8) "required": ([]interface {}) {
        	            	-      },
        	            	+     (string) (len=12) "nameOverride": (map[string]interface {}) (len=1) {
        	            	       (string) (len=4) "type": (string) (len=6) "string"
        	Test:       	TestKCLConversion/DeepSchema
        	Messages:   	Input: .../testdata/input/deep.schema.json
        	            	Want: .../testdata/output/deep-kcl.schema.json
--- FAIL: TestKCLConversion/DeepSchema (0.10s)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to 7fa143c fix(deps): update github.com/dadav/helm-schema digest to 8d81963 Nov 6, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from 8bbd23b to 3a54ad7 Compare November 6, 2025 12:14
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to 8d81963 fix(deps): update github.com/dadav/helm-schema digest to dd0d669 Nov 6, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from 3a54ad7 to dfc535b Compare November 6, 2025 18:12
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to dd0d669 fix(deps): update github.com/dadav/helm-schema digest to db2d59d Nov 7, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from dfc535b to 084993e Compare November 7, 2025 00:32
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to db2d59d fix(deps): update github.com/dadav/helm-schema digest to 5ac3c0a Nov 8, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from 084993e to 97f4301 Compare November 8, 2025 00:30
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to 5ac3c0a fix(deps): update github.com/dadav/helm-schema digest to df127bb Nov 9, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from 97f4301 to bde661b Compare November 9, 2025 00:34
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to df127bb fix(deps): update github.com/dadav/helm-schema digest to 66e95c0 Nov 10, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from bde661b to 645d462 Compare November 10, 2025 18:11
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to 66e95c0 fix(deps): update github.com/dadav/helm-schema digest to ad022af Nov 11, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from 645d462 to b65a017 Compare November 11, 2025 00:34
@botty-mcbottington botty-mcbottington bot changed the title fix(deps): update github.com/dadav/helm-schema digest to ad022af fix(deps): update github.com/dadav/helm-schema digest to c1ed612 Nov 18, 2025
@botty-mcbottington botty-mcbottington bot force-pushed the renovate/github.202132.xyz-dadav-helm-schema-digest branch from b65a017 to cae2c3b Compare November 18, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant