diff --git a/pyproject.toml b/pyproject.toml index a40ffcb0..12cf0c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.poetry] name = "aws-service-catalog-puppet" -version = "0.249.0" +version = "0.250.0" description = "Making it easier to deploy ServiceCatalog products" classifiers = ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Natural Language :: English"] homepage = "https://service-catalog-tools-workshop.com/" diff --git a/servicecatalog_puppet/constants.py b/servicecatalog_puppet/constants.py index ed636b52..cba606d2 100644 --- a/servicecatalog_puppet/constants.py +++ b/servicecatalog_puppet/constants.py @@ -224,7 +224,7 @@ C7N_AWS_LAMBDA: C7N_AWS_LAMBDAS, } -CODEBUILD_DEFAULT_IMAGE = "aws/codebuild/standard:5.0" +CODEBUILD_DEFAULT_IMAGE = "aws/codebuild/standard:7.0" DEFAULT_TERRAFORM_VERSION_PARAMETER_NAME = ( "/servicecatalog-puppet/terraform/default-version" diff --git a/servicecatalog_puppet/servicecatalog-puppet-initialiser.template.yaml b/servicecatalog_puppet/servicecatalog-puppet-initialiser.template.yaml index a47dec2c..bce352aa 100644 --- a/servicecatalog_puppet/servicecatalog-puppet-initialiser.template.yaml +++ b/servicecatalog_puppet/servicecatalog-puppet-initialiser.template.yaml @@ -4,7 +4,7 @@ AWSTemplateFormatVersion: "2010-09-09" Description: | Initialiser template used to bring up the install ServiceCatalog-Puppet - {"version": "0.245.0", "framework": "servicecatalog-puppet", "role": "initialiser"} + {"version": "0.250.0", "framework": "servicecatalog-puppet", "role": "initialiser"} Metadata: AWS::CloudFormation::Interface: @@ -89,7 +89,7 @@ Metadata: Parameters: CodeBuildEnvironmentImage: Type: String - Default: "aws/codebuild/standard:5.0" + Default: "aws/codebuild/standard:7.0" EnabledRegions: Type: String Description: | diff --git a/servicecatalog_puppet/servicecatalog-puppet-spoke.template.yaml b/servicecatalog_puppet/servicecatalog-puppet-spoke.template.yaml index acb5f365..69d70f84 100644 --- a/servicecatalog_puppet/servicecatalog-puppet-spoke.template.yaml +++ b/servicecatalog_puppet/servicecatalog-puppet-spoke.template.yaml @@ -137,7 +137,7 @@ Resources: Environment: Type: linuxContainer ComputeType: !Ref DeployEnvironmentComputeType - Image: aws/codebuild/standard:5.0 + Image: aws/codebuild/standard:7.0 EnvironmentVariables: - Name: VERSION Type: PLAINTEXT