From ecaabe6a1494791fbe650a317d98a876a79e5b7a Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Tue, 27 Feb 2024 09:46:36 +1100 Subject: [PATCH] Bump components with python 3.11 runtimes --- lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt b/lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt index dd40d7e..9039eb0 100644 --- a/lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt +++ b/lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt @@ -71,7 +71,7 @@ CfhighlanderTemplate do parameter name: 'JenkinsUser', value: 'ciinabox' end - Component template: 'github:base2services/hl-component-assume-role-mfa#0.2.0', name: 'mfa', config: mfa do + Component template: 'github:base2services/hl-component-assume-role-mfa#0.2.1', name: 'mfa', config: mfa do parameter name: 'EnvironmentName', value: "#{ciinabox_name}" parameter name: 'EnvironmentType', value: 'development' end @@ -129,7 +129,7 @@ CfhighlanderTemplate do end end - Component template: 'github:base2services/hl-component-jenkins-ec2-agents#0.3.1', name: 'ec2agents', config: ec2agents do + Component template: 'github:base2services/hl-component-jenkins-ec2-agents#0.3.2', name: 'ec2agents', config: ec2agents do parameter name: 'EnvironmentName', value: "#{ciinabox_name}" parameter name: 'EnvironmentType', value: 'development' parameter name: 'S3Bucket', value: "#{source_bucket}"