From 4e3127cdbc7ed1217f08d777e997856efaf55aed Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Thu, 18 May 2023 12:19:51 +0000 Subject: [PATCH] Bug fixes for latest pulumi --- Dockerfile | 6 +++--- cloudbender/stack.py | 1 + pyproject.toml | 2 +- requirements.txt | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3a1f06..ae81a36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/cloudbender/stack.py b/cloudbender/stack.py index afe2633..a75beaf 100644 --- a/cloudbender/stack.py +++ b/cloudbender/stack.py @@ -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""" diff --git a/pyproject.toml b/pyproject.toml index edfb200..1d0b920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 4772dbf..6a301c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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