Skip to content

Commit

Permalink
Bump components with python 3.11 runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 26, 2024
1 parent f5f52ec commit ecaabe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ciinabox/templates/ciinabox.cfhighlander.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit ecaabe6

Please sign in to comment.