Skip to content

Commit e89a1eb

Browse files
authored
CHANGELOG.md: add a missing bug fix to changelog (#1274)
* CHANGELOG.md: add a missing bug fix to changelog
1 parent 83f710b commit e89a1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
### Bug Fixes
1818

1919
- Fixed an issue that caused `operator-sdk new --type=helm` to fail for charts that have template files in nested template directories. ([#1235](https://github.com/operator-framework/operator-sdk/pull/1235))
20+
- Fix bug in the YAML scanner used by `operator-sdk test` and `operator-sdk scorecard` that could result in a panic if a manifest file started with `---` ([#1258](https://github.com/operator-framework/operator-sdk/pull/1258))
2021

2122
## v0.6.0
2223

0 commit comments

Comments
 (0)