Skip to content

Commit

Permalink
fix: kafka bindings not using latest version (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: carlos.tasada <carlos.tasada@personio.de>
  • Loading branch information
ctasada and carlos.tasada authored Mar 31, 2024
1 parent bee34d8 commit 0ce2dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/3.0.0/operationBindingsObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"kafka": {
"properties": {
"bindingVersion": {
"enum": ["0.4.0", "0.3.0"]
"enum": ["0.5.0", "0.4.0", "0.3.0"]
}
},
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion definitions/3.0.0/serverBindingsObject.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"kafka": {
"properties": {
"bindingVersion": {
"enum": ["0.4.0", "0.3.0"]
"enum": ["0.5.0", "0.4.0", "0.3.0"]
}
},
"allOf": [
Expand Down

0 comments on commit 0ce2dd6

Please sign in to comment.