Skip to content

Commit 28d3774

Browse files
Update module github.com/pulumi/providertest to v0.4.1 (#1030)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/providertest](https://redirect.github.com/pulumi/providertest) | require | patch | `v0.4.0` -> `v0.4.1` | --- ### Release Notes <details> <summary>pulumi/providertest (github.com/pulumi/providertest)</summary> ### [`v0.4.1`](https://redirect.github.com/pulumi/providertest/releases/tag/v0.4.1) [Compare Source](https://redirect.github.com/pulumi/providertest/compare/v0.4.0...v0.4.1) #### What's Changed - Omit partial log entries from the raw gRPC log by [@&#8203;blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/providertest/pull/158](https://redirect.github.com/pulumi/providertest/pull/158) **Full Changelog**: pulumi/providertest@v0.4.0...v0.4.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent e2ef5a5 commit 28d3774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.9
66

77
require (
88
github.com/aws/aws-sdk-go v1.50.36
9-
github.com/pulumi/providertest v0.4.0
9+
github.com/pulumi/providertest v0.4.1
1010
github.com/pulumi/pulumi/pkg/v3 v3.207.0
1111
github.com/pulumi/pulumi/sdk/v3 v3.207.0
1212
github.com/stretchr/testify v1.10.0

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
356356
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
357357
github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
358358
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
359-
github.com/pulumi/providertest v0.4.0 h1:FgRiz/M2oDO8YczdYZ53kJy58bHRtw9EeyXJzvyPkj0=
360-
github.com/pulumi/providertest v0.4.0/go.mod h1:OBpIGSQrw1FW9VNaHBtKCRxEoTISvx8JsxECmRqRgRQ=
359+
github.com/pulumi/providertest v0.4.1 h1:Wb938Qh+Iv5XOSqN0TV52NgPe0L41QDoLEF3AtmxNX4=
360+
github.com/pulumi/providertest v0.4.1/go.mod h1:OBpIGSQrw1FW9VNaHBtKCRxEoTISvx8JsxECmRqRgRQ=
361361
github.com/pulumi/pulumi/pkg/v3 v3.207.0 h1:GniyMHKhbH5yCOf7dMQWvpmk1ZLPgdpppYYnABtFqXI=
362362
github.com/pulumi/pulumi/pkg/v3 v3.207.0/go.mod h1:FAx+Oy5BEIv0E7yKSRP7WKiobMDAOWL5UMonpoSEsq8=
363363
github.com/pulumi/pulumi/sdk/v3 v3.207.0 h1:D6EpTYN65Cmt/Qx50GzDgpK9g3TXS3Tq6mnsx7C7Li8=

0 commit comments

Comments
 (0)