Skip to content

Commit c980c16

Browse files
committed
docs: release docs for v1.1.3
Signed-off-by: Gergely Brautigam <[email protected]>
1 parent f64be28 commit c980c16

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/release_notes/v1.1.3.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release v1.1.3
2+
3+
- feat: ignore errors in matchers and add format byte
4+
5+
The CRD tester now can ignore certain errors. For example:
6+
7+
```yaml
8+
suite: test ClusterSecretStore
9+
template: tests/crds/clustersecretstore.yml
10+
tests:
11+
- it: matches ClusterSecretStore correctly
12+
asserts:
13+
- matchSnapshot:
14+
path: tests/__snapshot__
15+
# We deliberately want to test all the included elements.
16+
ignoreErrors:
17+
- "in body should have at most 1 properties"
18+
```

0 commit comments

Comments
 (0)