Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulumi version is too old and doesn't work with project-scoped stacks #432

Closed
JonCholas opened this issue Apr 19, 2023 · 2 comments · Fixed by #433
Closed

Pulumi version is too old and doesn't work with project-scoped stacks #432

JonCholas opened this issue Apr 19, 2023 · 2 comments · Fixed by #433
Labels
dependencies Pull requests that update a dependency file kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@JonCholas
Copy link

What happened?

We upgrade our pulumi backend to use project-scope stacks. Our pulumi operator stop working because the version in the docker image has pulumi 3.57.1

Expected Behavior

A new version release of pulumi operator each time there is a release of pulumi

Steps to reproduce

Use pulumi operator latest version (1.11.2) with any backend non-pulumi-service with project-scopeds stacks enabled

Output of pulumi about

(this is the pulumi about inside the container running pulumi-operator)
root@beta-pulumi-operator-426fb36c-664b748464-27hpw:/# pulumi about
CLI
Version 3.57.1
Go Version go1.20.1
Go Compiler gc

Host
OS debian
Version 11.6
Arch x86_64

Pulumi locates its logs in /tmp by default

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@JonCholas JonCholas added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Apr 19, 2023
@mikhailshilkov mikhailshilkov added kind/enhancement Improvements or new features dependencies Pull requests that update a dependency file and removed kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Apr 19, 2023
@mikhailshilkov
Copy link
Member

@JonCholas Thank you for opening this issue! I created #433 and will cut a new release after it's merged.

@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Apr 19, 2023
@JonCholas
Copy link
Author

amazing, thanks @mikhailshilkov . Any chance to automate this in a pipeline? new version of pulumi triggering a new version of pulumi-operator or even introduce some envvar and a start.sh inside the container to set the pulumi to a given version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants