Skip to content

Commit

Permalink
Add cert-manager v1.13
Browse files Browse the repository at this point in the history
Add a config entry for cert-manager v1.13. Also update the patch
versions for prior releases.
  • Loading branch information
jtdoepke committed Nov 27, 2023
1 parent 9be5e7a commit b03e0e8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions libs/cert-manager/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
local config = import 'jsonnet/config.jsonnet';
local versions = [
{ version: '1.12', tag: 'v1.12.1'},
{ version: '1.11', tag: 'v1.11.0'},
{ version: '1.10', tag: 'v1.10.0'},
{ version: '1.9', tag: 'v1.9.1'},
{ version: '1.8', tag: 'v1.8.0'},
{ version: '1.7', tag: 'v1.7.2'},
{ version: '1.13', tag: 'v1.13.2'},
{ version: '1.12', tag: 'v1.12.6'},
{ version: '1.11', tag: 'v1.11.5'},
{ version: '1.10', tag: 'v1.10.2'},
{ version: '1.9', tag: 'v1.9.2'},
{ version: '1.8', tag: 'v1.8.2'},
{ version: '1.7', tag: 'v1.7.3'},
{ version: '1.6', tag: 'v1.6.3'},
{ version: '1.5', tag: 'v1.5.5'},
{ version: '1.4', tag: 'v1.4.4'},
Expand Down

0 comments on commit b03e0e8

Please sign in to comment.