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

Bump pulumi to v3.137.0 #404

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Bump pulumi to v3.137.0 #404

merged 2 commits into from
Oct 18, 2024

Conversation

seanyeh
Copy link
Contributor

@seanyeh seanyeh commented Oct 10, 2024

Depends on pulumi/pulumi#17541 , which implements the fix in pulumi. Then we can update the dependency to pull in the fix

Fixes #401

# With empty credentials.json
❯ go run ./cmd/esc login
Manage your Pulumi ESC environments by logging in.
Run `esc login --help` for alternative login options.
Enter your access token from https://app.pulumi.com/account/tokens
Error: problem logging in: EOF
exit status 1

# With invalid credentials.json
❯ go run ./cmd/esc login
Error: could not determine current cloud: reading Pulumi credentials: failed to read Pulumi credentials file. Please fix or delete invalid credentials file: '/Users/sean/.pulumi/credentials.json': invalid character 'a' looking for beginning of value
exit status 1

@seanyeh seanyeh marked this pull request as draft October 10, 2024 17:25
@seanyeh seanyeh force-pushed the syeh/bump-pulumi-3.136.1 branch from ea7d63d to 5cf7338 Compare October 10, 2024 17:26
@seanyeh seanyeh changed the title Bump pulumi to v3.136.1 WIP Bump pulumi to v3.136.1 Oct 10, 2024
@seanyeh seanyeh force-pushed the syeh/bump-pulumi-3.136.1 branch from 5cf7338 to 2342fdf Compare October 18, 2024 14:18
@seanyeh seanyeh changed the title WIP Bump pulumi to v3.136.1 Bump pulumi to v3.137.0 Oct 18, 2024
@seanyeh seanyeh force-pushed the syeh/bump-pulumi-3.136.1 branch from 2342fdf to d92010f Compare October 18, 2024 14:21
@seanyeh seanyeh marked this pull request as ready for review October 18, 2024 14:24
@seanyeh seanyeh requested a review from a team October 18, 2024 14:27
@seanyeh seanyeh merged commit 3f48930 into main Oct 18, 2024
6 checks passed
@seanyeh seanyeh deleted the syeh/bump-pulumi-3.136.1 branch October 18, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If the credentials.json file is empty or invalid, ESC CLI won't login
2 participants