Changelog
Added
- 6c3e94d: feat: add --bundle-cache-min to override minimum schema cache duration (@somaz94)
- 52fcf71: feat: add itemPattern annotation support (@ksdpmx)
- f6a25be: feat: add nullable schema annotation (@somaz94)
Fixed
- 8939e95: Fix: Subschemas() yields /oneOf/N instead of /anyOf/N for oneOf entries (#5) (@123456wda)
- 81c3d46: fix stateless values for keycloak (@ksdpmx)
- aa1ed2c: fix: close $ref/applicator nodes with unevaluatedProperties (#317) (#1) (@piontec)
- 82d55fe: fix: don't rewrite output file when schema is unchanged (@Allsimon)
Updated
- 0f46434: Update comment (@applejag)
- e2c995e: Update pkg/parser.go (@piontec)
- df5c02d: build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (@dependabot[bot])
- 67affd9: build(deps): bump actions/checkout from 6.0.3 to 7.0.0 (@dependabot[bot])
- b96a372: build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#380) (@dependabot[bot])
- 1b4e5da: build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (@dependabot[bot])
- 1494178: build(deps): bump actions/setup-go from 6.5.0 to 7.0.0 (@dependabot[bot])
- 359875a: build(deps): bump azure/setup-helm from 5.0.0 to 5.0.1 (@dependabot[bot])
- 28c5082: build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 (@dependabot[bot])
- 6de0b9f: build(deps): bump github.com/knadh/koanf/providers/posflag (@dependabot[bot])
- 154e1a4: build(deps): bump github.com/knadh/koanf/providers/structs (@dependabot[bot])
- d426883: build(deps): bump github.com/knadh/koanf/v2 from 2.3.4 to 2.3.5 (@dependabot[bot])
- 35ebced: build(deps): bump github.com/knadh/koanf/v2 from 2.3.5 to 2.3.6 (@dependabot[bot])
- 8fb4d94: build(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (@dependabot[bot])
- 91e4da5: build(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 (#382) (@dependabot[bot])
- ca760ab: build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (@dependabot[bot])
- 3e4103e: build(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 (@dependabot[bot])
- 9a161c3: build(deps): bump reviewdog/action-actionlint from 1.72.0 to 1.73.0 (#381) (@dependabot[bot])
- 37a5f76: build(deps): bump reviewdog/action-actionlint from 1.73.0 to 1.73.1 (@dependabot[bot])
- 65117da: build(deps): bump reviewdog/action-actionlint from 1.73.1 to 1.73.2 (@dependabot[bot])
- 4e3d339: build(deps): bump securego/gosec from 2.26.1 to 2.27.1 (@dependabot[bot])
- 023114e: build(deps): bump securego/gosec from 2.27.1 to 2.28.0 (@dependabot[bot])
- af7f221: build(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (@dependabot[bot])
- 40ad98c: build(deps): bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 (@dependabot[bot])
- fc60977: build(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 (#379) (@dependabot[bot])
- 2ae16cc: build(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (@dependabot[bot])
Other
- 5e6d8ea: address review comments (@piontec)
- 3190e0e: chore: remove deprecated go report card (@losisin)
- 6e0c4f5: inline inPlaceApplicators (@applejag)
- b982439: refactor ensureCompliantRec (@applejag)
- 610d16e: refactor: extract shared flags into registerSharedFlags (cmd_flags.go) (@somaz94)
- cb8af91: release: v2.6.0 (@losisin)