Update first-party Pulumi dependencies to v3.210.0 #11411
Annotations
9 errors
|
Check worktree clean
Unexpected changes detected: 8. See file annotations for details.
|
|
Check worktree clean:
sdk/python/.gitignore#L0
File added:
*.pyc
__pycache__
.mypy_cache
dist
build
*.egg-info
|
|
Check worktree clean:
sdk/python/.gitattributes#L0
File added:
* linguist-generated
|
|
Check worktree clean:
sdk/nodejs/.gitignore#L0
File added:
node_modules/
bin/
|
|
Check worktree clean:
sdk/nodejs/.gitattributes#L0
File added:
* linguist-generated
|
|
Check worktree clean:
sdk/go/.gitattributes#L0
File added:
* linguist-generated
|
|
Check worktree clean:
sdk/go/pulumi-provider-boilerplate/go.sum#L0
File modified:
@@ -1,7 +1,5 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
-github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
-github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo=
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
@@ -154,8 +152,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
github.com/pulumi/esc v0.20.0 h1:LZn4sjAsI76x10ZuZXXyh2ExGcP7AHmjOzCi/p3/fpQ=
github.com/pulumi/esc v0.20.0/go.mod h1:h1VjdedI0K84MhMzaR9ZKbEpU6SfZMOZF4ZrVgQyNLY=
-github.com/pulumi/pulumi/sdk/v3 v3.208.0 h1:AUBoh7zw67NZVo1IkapOog1WBMz46DXco/7YsKBNK1s=
-github.com/pulumi/pulumi/sdk/v3 v3.208.0/go.mod h1:UsBMdaUQ+WoKoQtF2PYbQIbo8ZRJuAo1axkyit9IQVE=
+github.com/pulumi/pulumi/sdk/v3 v3.210.0 h1:QMNdfQfB7jCa/ZoY8aIfwOwApuvhnOoIH8s4umNvR3U=
+github.com/pulumi/pulumi/sdk/v3 v3.210.0/go.mod h1:0qnUzUV5ypAcdoPNOX426wV4ePMnkDvGlPBZqlizHmU=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
|
|
Check worktree clean:
sdk/go/pulumi-provider-boilerplate/go.mod#L0
File modified:
@@ -6,12 +6,11 @@ toolchain go1.24.10
require (
github.com/blang/semver v3.5.1+incompatible
- github.com/pulumi/pulumi/sdk/v3 v3.208.0
+ github.com/pulumi/pulumi/sdk/v3 v3.210.0
)
require (
dario.cat/mergo v1.0.0 // indirect
- github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
Check worktree clean:
provider/cmd/pulumi-resource-provider-boilerplate/schema.json#L0
File modified:
@@ -4,9 +4,6 @@
"description": "An example built with pulumi-go-provider.",
"homepage": "https://www.pulumi.com",
"namespace": "pulumi",
- "meta": {
- "moduleFormat": "(.*)"
- },
"language": {
"csharp": {
"respectSchemaVersion": true
@@ -34,7 +31,11 @@
}
},
"provider": {
- "type": "object",
+ "properties": {
+ "itsasecret": {
+ "type": "boolean"
+ }
+ },
"inputProperties": {
"itsasecret": {
"type": "boolean"
@@ -51,7 +52,6 @@
"type": "string"
}
},
- "type": "object",
"required": [
"length",
"result"
@@ -74,7 +74,6 @@
"type": "string"
}
},
- "type": "object",
"required": [
"length",
"password"
|
Loading