v0.1.2
π« New features π«
- Added
chainsaw lint
command to lint tests - Added non-resource assertions support
- Added experimental JMESPath functions prefix (
x_
) - Added JMESPath function to interact with the cluster under test
π§ Fixes π§
- Retry not working properly in
create
andapply
operations
π Docs π
- Added Examples docs section
- Added community meeting docs
πΈ Misc πΈ
- Added pull request template
- Added issue templates
- GitHub action was removed from the main chainsaw repository
What's Changed
- Brew formula update for chainsaw version v0.1.1 by @github-actions in #702
- chore: remove gh action by @eddycharly in #701
- chore: add examples docs section by @eddycharly in #696
- chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.2 to 3.0.3 by @dependabot in #704
- chore: add basic example by @eddycharly in #705
- chore: add labels selector example by @eddycharly in #706
- chore: add inline resources example by @eddycharly in #707
- chore: add assertion-tree example by @eddycharly in #708
- feat: Add Lint Check by @shubham-cmyk in #672
- feat: add kubernetes list function by @eddycharly in #709
- refactor: functions by @eddycharly in #710
- feat: add experimental functions prefix by @eddycharly in #711
- chore(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #713
- feat: allow assertions to not contain a resource by @eddycharly in #712
- docs: add non resource assertion example by @eddycharly in #714
- fix: retry in apply and create operations by @eddycharly in #716
- docs: add array assertions example by @eddycharly in #715
- fix: missing lint command docs by @eddycharly in #717
- chore: fix create cluster in ci by @eddycharly in #719
- chore(deps): Bump github.com/go-logr/logr from 1.3.0 to 1.4.0 by @dependabot in #720
- Added community meeting information in the documentation #718 by @Sanskarzz in #721
- fix: community meeting docs by @eddycharly in #722
- feat: add kubernetes get func by @eddycharly in #723
- chore: rename cleaner file by @eddycharly in #726
- chore(deps): Bump github.com/go-logr/logr from 1.4.0 to 1.4.1 by @dependabot in #729
- added the pr template by @swastik959 in #730
- add kubernetes exists func by @Sanskarzz in #732
- added issue template by @swastik959 in #731
- fix: MakeFile codegen-schemas-json by @shubham-cmyk in #738
- fix: schema loader in lint command by @eddycharly in #739
- chore: update release notes by @eddycharly in #740
- chore: update docs by @eddycharly in #741
- release: v0.1.2 by @eddycharly in #742
New Contributors
- @Sanskarzz made their first contribution in #721
- @swastik959 made their first contribution in #730
Full Changelog: v0.1.1...v0.1.2