Skip to content

Commit

Permalink
Add argo-workflows 3.6 and drop 3.1 (jsonnet-libs#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored Jan 9, 2025
1 parent 1a1ee6f commit 025e7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/argo-workflows/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
local config = import 'jsonnet/config.jsonnet';
local versions = [
{ version: '3.1', tag: 'v3.1.12' },
{ version: '3.2', tag: 'v3.2.2' },
{ version: '3.3', tag: 'v3.3.3' },
{ version: '3.4', tag: 'v3.4.4' },
{ version: '3.5', tag: 'v3.5.2' },
{ version: '3.6', tag: 'v3.6.2' },
];

config.new(
Expand Down

0 comments on commit 025e7df

Please sign in to comment.