Skip to content

Commit

Permalink
chore(keda): add 2.12 version and bump 2.11 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrRibeiro authored Dec 5, 2023
1 parent 4f72b1c commit f5efb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/keda/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ local versions = [
{ output: '2.8', version: '2.8.2' },
{ output: '2.9', version: '2.9.3' },
{ output: '2.10', version: '2.10.1' },
{ output: '2.11', version: '2.11.1' },
{ output: '2.11', version: '2.11.2' },
{ output: '2.12', version: '2.12.0' },
];

config.new(
Expand Down

0 comments on commit f5efb6c

Please sign in to comment.