Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 726e357

Browse files
authored
Merge pull request #741 from aws-solutions/release/v5.1.2
Updated CodeBuild nodejs and python runtime versions
2 parents 9f385c3 + 7caecb3 commit 726e357

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.1.2] - 2023-04-27
9+
10+
### Changed
11+
12+
* Updated buildspec nodejs and python version to 14 and 3.9 respectively
13+
814
## [5.1.1] - 2023-04-13
915

1016
### Changed

buildspec.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ version: 0.2
33
###############################################################################
44
# DO NOT MODIFY THIS FILE.
55
# This file is used by the build pipeline for the [Media Insights on AWS solution](https://aws.amazon.com/solutions/implementations/media-insights-on-aws/).
6+
#
7+
# NOTE - Ensure aws/codebuild/standard:5.0 Codebuild image version is selected
8+
# when creating the build pipeline.
9+
#
610
###############################################################################
711

812
phases:
913
install:
1014
runtime-versions:
11-
nodejs: 16
12-
python: 3.10
15+
nodejs: 14
16+
python: 3.9
1317
commands:
1418
- echo "nothing to do in install"
1519
pre_build:

0 commit comments

Comments
 (0)