Bug fixes for latest pulumi
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details
ZeroDownTime/CloudBender/pipeline/tag This commit looks good Details

This commit is contained in:
Stefan Reimer 2023-05-18 12:19:51 +00:00
parent a67909d539
commit 4e3127cdbc
4 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
ARG RUNTIME_VERSION="3.10"
ARG DISTRO_VERSION="3.16"
ARG PULUMI_VERSION="3.45.0"
ARG RUNTIME_VERSION="3.11"
ARG DISTRO_VERSION="3.17"
ARG PULUMI_VERSION="3.67.1"
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
ARG PULUMI_VERSION

View File

@ -498,6 +498,7 @@ class Stack(object):
logger.info("Passed.")
return 0
@pulumi_ws
def get_outputs(self, include=".*", values=False):
"""gets outputs of the stack"""

View File

@ -20,7 +20,7 @@ dependencies = [
"pexpect",
"cfn-lint>=0.34",
"python-minifier",
"pulumi>=3.35.0",
"pulumi>=3.67.0",
"pulumi-aws>5.0.0",
"pulumi-aws-native",
"pulumi-policy",

View File

@ -5,7 +5,7 @@ click
pexpect
python-minifier
cfn-lint>=0.34
pulumi>=3.45.0
pulumi>=3.67.0
pulumi-aws>5.0.0
pulumi-aws-native
pulumi-policy