Skip to content

Commit

Permalink
bumping codebuild to :7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Oct 14, 2024
1 parent 3e3e2e7 commit 959e1e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion servicecatalog_puppet/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 959e1e9

Please sign in to comment.