Bump Pulumi to fix bug
ZeroDownTime/CloudBender/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2023-10-27 10:20:19 +00:00
parent 210bf897b9
commit e070fecb9f
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
ARG RUNTIME_VERSION="3.11"
ARG DISTRO_VERSION="3.18"
ARG PULUMI_VERSION="3.89.0"
ARG PULUMI_VERSION="3.91.0"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG PULUMI_VERSION

View File

@ -980,7 +980,6 @@ class Stack(object):
if "parameters" not in settings:
settings["parameters"] = {}
# hack for bug above, we support one level of nested values for now
_val = pulumi_settings["config"]["{}:{}".format(self.parameters["Conglomerate"], key)]
if '.' in key:

View File

@ -6,7 +6,7 @@ pexpect==4.8.0
python-minifier==2.9.0
cfn-lint==0.83.0
ruamel.yaml==0.18.2
pulumi==3.89.0
pulumi==3.91.0
pulumi-aws==6.6.1
pulumi-aws-native==0.82.0
pulumi-policy==1.7.0