Skip to content

Commit 00e32bd

Browse files
authored
Merge pull request #236718 from pulumi-bot/bump-pulumi-3.194.0
pulumi 3.194.0
2 parents 5e7acd7 + bbf58cd commit 00e32bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/p/pulumi.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class Pulumi < Formula
22
desc "Cloud native development platform"
33
homepage "https://pulumi.io/"
44
url "https://github.com/pulumi/pulumi.git",
5-
tag: "v3.193.0",
6-
revision: "dd543e3959133a99f74226be0a46d7565ca9fa6d"
5+
tag: "v3.194.0",
6+
revision: "dd720677c64a9dfd5350af43ce6dc7771f3aa60d"
77
license "Apache-2.0"
88
head "https://github.com/pulumi/pulumi.git", branch: "master"
99

1010
no_autobump! because: :bumped_by_upstream
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "33233eaf39ca02a78164d97954d8daaeddabbe71d0c126ad0cae8b030db38749"
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e294d6c8f3d8f787b4bd8502ce568624caf953cc1f9133324a87cf502d772384"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "caa9668e628b348a32cbc75138bbc419975b4443e3d02a3475fc71de9411c65d"
16-
sha256 cellar: :any_skip_relocation, sonoma: "118802b14472ae6b079c9b20486d1d288f3dcc3eadab6b326107c47841c00f8f"
17-
sha256 cellar: :any_skip_relocation, ventura: "e600022b9246c54f8999a91a0043fe79c6c435e21fa5109d150387990ea05a6c"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d01205c2c8f224a46442228d00a0f344a07259242e038f2d4ff657838236219"
13+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4317768dd6704752e98a19c39ff68a166e5ac39e2b640e4718aadebf2628289"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "940f67dc98955d069a7f57bbef5f1017bb9794656cfc68ae4149a8365b9edd88"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "403353a6b27b5ffcafe273f52307c46b140c49f06da34d4fb3035a229abd408f"
16+
sha256 cellar: :any_skip_relocation, sonoma: "499b8a01cb5a660bf18d091fbdacc340174b75bd8f0a1761508965e06d660974"
17+
sha256 cellar: :any_skip_relocation, ventura: "e8ae3ae787a7a331418b4d7ce2d8e1c3e7add34b1e399341a5152891ce1f8988"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2509897db04c881a160bb980993eebc9b5b555ea60a728d43c82f7141a2f934b"
1919
end
2020

2121
depends_on "go" => :build
@@ -40,7 +40,7 @@ def install
4040
ENV["PULUMI_ACCESS_TOKEN"] = "local://"
4141
ENV["PULUMI_HOME"] = testpath
4242
ENV["PULUMI_TEMPLATE_PATH"] = testpath/"templates"
43-
assert_match "invalid access token",
44-
shell_output("#{bin}/pulumi new aws-typescript --generate-only --force --yes 2>&1", 255)
43+
assert_match "Your new project is ready to go!",
44+
shell_output("#{bin}/pulumi new aws-typescript --generate-only --force --yes")
4545
end
4646
end

0 commit comments

Comments
 (0)