-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: dadav/helm-schema
base: 0.14.0
head repository: dadav/helm-schema
compare: main
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04d13b3 - Browse repository at this point
Copy the full SHA 04d13b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93475ad - Browse repository at this point
Copy the full SHA 93475adView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb0a0b - Browse repository at this point
Copy the full SHA fcb0a0bView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1368290 - Browse repository at this point
Copy the full SHA 1368290View commit details
Commits on Nov 5, 2024
-
feat: Distribute as helm plugin
Signed-off-by: Amine Benseddik <amine.benseddik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8304281 - Browse repository at this point
Copy the full SHA 8304281View commit details
Commits on Nov 26, 2024
-
Fix ref unmarshal into BoolOrArrayOfString
If a $ref has an object that declares `required` properties, helm-schema will return the error ``` json: cannot unmarshal array into Go struct field Schema.properties.required of type schema.BoolOrArrayOfString ``` Example: ``` { "bar": { "type": "object", "description": "from ref", "properties": { "baz": { "type": "string", "description": "from ref" } }, "required": [ "baz" ] } } ``` Another option is setting `required` to `false`. Both cases cause the above error. The fix is to implement UnmarshalJSON on BoolOrArrayOfString.
Configuration menu - View commit details
-
Copy full SHA for 507df2d - Browse repository at this point
Copy the full SHA 507df2dView commit details
Commits on Dec 6, 2024
-
Merge pull request #77 from amine7536/feat-helm-plugin
feat: Distribute as helm plugin
Configuration menu - View commit details
-
Copy full SHA for e49f5a8 - Browse repository at this point
Copy the full SHA e49f5a8View commit details -
Merge pull request #79 from linux2647/fix-unmarshal-bool-or-array-of-…
…string Fix ref unmarshal into BoolOrArrayOfString
Configuration menu - View commit details
-
Copy full SHA for 018cc56 - Browse repository at this point
Copy the full SHA 018cc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f7d41 - Browse repository at this point
Copy the full SHA 68f7d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca94db2 - Browse repository at this point
Copy the full SHA ca94db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8f237 - Browse repository at this point
Copy the full SHA ac8f237View commit details -
Merge pull request #81 from dadav/renovate/configure
chore: Configure Renovate
Configuration menu - View commit details
-
Copy full SHA for 6253762 - Browse repository at this point
Copy the full SHA 6253762View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55b97d - Browse repository at this point
Copy the full SHA c55b97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e69748 - Browse repository at this point
Copy the full SHA 8e69748View commit details -
Configuration menu - View commit details
-
Copy full SHA for f510f35 - Browse repository at this point
Copy the full SHA f510f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38dd082 - Browse repository at this point
Copy the full SHA 38dd082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbfae0 - Browse repository at this point
Copy the full SHA 2bbfae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e039f9f - Browse repository at this point
Copy the full SHA e039f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7cac3 - Browse repository at this point
Copy the full SHA 3b7cac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1d047 - Browse repository at this point
Copy the full SHA 1b1d047View commit details -
Merge pull request #88 from dadav/renovate/goreleaser-goreleaser-acti…
…on-6.x chore(deps): update goreleaser/goreleaser-action action to v6
Configuration menu - View commit details
-
Copy full SHA for 289edcc - Browse repository at this point
Copy the full SHA 289edccView commit details -
Merge pull request #82 from dadav/renovate/github.com-masterminds-sem…
…ver-v3-3.x fix(deps): update module github.com/masterminds/semver/v3 to v3.3.1
Configuration menu - View commit details
-
Copy full SHA for 9d57941 - Browse repository at this point
Copy the full SHA 9d57941View commit details -
Merge pull request #87 from dadav/renovate/actions-setup-go-5.x
chore(deps): update actions/setup-go action to v5
Configuration menu - View commit details
-
Copy full SHA for f6523a4 - Browse repository at this point
Copy the full SHA f6523a4View commit details -
Merge pull request #86 from dadav/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
Configuration menu - View commit details
-
Copy full SHA for 084e7f7 - Browse repository at this point
Copy the full SHA 084e7f7View commit details -
Merge pull request #85 from dadav/renovate/github.com-deckarep-golang…
…-set-v2-2.x fix(deps): update module github.com/deckarep/golang-set/v2 to v2.7.0
Configuration menu - View commit details
-
Copy full SHA for 274e3fc - Browse repository at this point
Copy the full SHA 274e3fcView commit details -
Merge pull request #83 from dadav/renovate/alpine-3.x
chore(deps): update alpine docker tag to v3.21
Configuration menu - View commit details
-
Copy full SHA for 810e6e0 - Browse repository at this point
Copy the full SHA 810e6e0View commit details -
Merge pull request #89 from dadav/renovate/github.com-santhosh-tekuri…
…-jsonschema-v5-6.x fix(deps): update module github.com/santhosh-tekuri/jsonschema/v5 to v6
Configuration menu - View commit details
-
Copy full SHA for 1d67e8f - Browse repository at this point
Copy the full SHA 1d67e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd2c8d - Browse repository at this point
Copy the full SHA cdd2c8dView commit details
Commits on Dec 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8160cd5 - Browse repository at this point
Copy the full SHA 8160cd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b06fd - Browse repository at this point
Copy the full SHA b3b06fdView commit details -
Merge pull request #90 from dadav/renovate/github.com-magiconair-prop…
…erties-1.x fix(deps): update module github.com/magiconair/properties to v1.8.8
Configuration menu - View commit details
-
Copy full SHA for e6d6416 - Browse repository at this point
Copy the full SHA e6d6416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f28428 - Browse repository at this point
Copy the full SHA 3f28428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ff86a - Browse repository at this point
Copy the full SHA 21ff86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4dd6e5 - Browse repository at this point
Copy the full SHA c4dd6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d38eb8 - Browse repository at this point
Copy the full SHA 0d38eb8View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce8ed02 - Browse repository at this point
Copy the full SHA ce8ed02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c69bb3 - Browse repository at this point
Copy the full SHA 7c69bb3View commit details -
Merge pull request #93 from dadav/renovate/github.com-magiconair-prop…
…erties-1.x fix(deps): update module github.com/magiconair/properties to v1.8.9
Configuration menu - View commit details
-
Copy full SHA for 005349f - Browse repository at this point
Copy the full SHA 005349fView commit details -
Merge pull request #92 from dadav/renovate/pin-dependencies
chore(deps): pin dependencies
Configuration menu - View commit details
-
Copy full SHA for 4968e43 - Browse repository at this point
Copy the full SHA 4968e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a3e773 - Browse repository at this point
Copy the full SHA 8a3e773View commit details -
Merge pull request #94 from dadav/feat/helm_docs_parsing
feat: Add helm-docs compatibility mode
Configuration menu - View commit details
-
Copy full SHA for c63ec14 - Browse repository at this point
Copy the full SHA c63ec14View commit details
Commits on Dec 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6ee76c - Browse repository at this point
Copy the full SHA c6ee76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5593ea2 - Browse repository at this point
Copy the full SHA 5593ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b05e03 - Browse repository at this point
Copy the full SHA 1b05e03View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f61a2ca - Browse repository at this point
Copy the full SHA f61a2caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 147d4ee - Browse repository at this point
Copy the full SHA 147d4eeView commit details -
Merge pull request #95 from dadav/renovate/actions-setup-go-digest
chore(deps): update actions/setup-go digest to 3041bf5
Configuration menu - View commit details
-
Copy full SHA for 98b4f86 - Browse repository at this point
Copy the full SHA 98b4f86View commit details
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ce2d9c - Browse repository at this point
Copy the full SHA 5ce2d9cView commit details -
Merge pull request #98 from dadav/feat/select_deps
feat: Add dependency filter functionality
Configuration menu - View commit details
-
Copy full SHA for 2089934 - Browse repository at this point
Copy the full SHA 2089934View commit details -
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. - [Commits](golang/crypto@v0.21.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2533693 - Browse repository at this point
Copy the full SHA 2533693View commit details
There are no files selected for viewing