Skip to content

Commit

Permalink
updated code and made state as pass and thrown suggestions for the same
Browse files Browse the repository at this point in the history
Signed-off-by: laxmikantbpandhare <laxmikantpandhare@gmail.com>
  • Loading branch information
laxmikantbpandhare committed Jan 10, 2023
1 parent 0bb8d6e commit e401e4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog/fragments/spec-scoreacrd-fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
There will be error thrown when there is spec is not part of Custom Resource. In many valid cases,
there will not be spec available in the CR. For valid cases as well, it was throwing an error.
Modified the code to throw an suggestion for the same.
# kind is one of:
# - addition
# - change
# - deprecation
# - removal
# - bugfix
kind: "bugfix"
# Is this a breaking change?
breaking: false

0 comments on commit e401e4d

Please sign in to comment.