Skip to content

Commit

Permalink
decK: consumer groups support (#5296)
Browse files Browse the repository at this point in the history
mark consumer groups as supported in 1.17.x and later
  • Loading branch information
lena-larionova authored and tysoekong committed Mar 21, 2023
1 parent ffefcbc commit ddcb0e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/_src/deck/reference/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ Workspaces | <i class="fa fa-check"></i> <sup>2</sup>
RBAC: roles and endpoint permissions | <i class="fa fa-check"></i>
RBAC: groups and admins | <i class="fa fa-times"></i>
Developers | <i class="fa fa-times"></i>

{% if_version lte:1.16.x inline:true %}
Consumer groups | <i class="fa fa-times"></i>
{% endif_version %}
{% if_version gte:1.17.x inline:true %}
Consumer groups | <i class="fa fa-check"></i>
{% endif_version %}

Event hooks | <i class="fa fa-times"></i>
Keyring and data encryption | <i class="fa fa-times"></i>

Expand Down

0 comments on commit ddcb0e7

Please sign in to comment.