Skip to content

Commit 433ffd3

Browse files
Update module github.com/pulumi/providertest to v0.4.1 (#3971)
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 9b62944 commit 433ffd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ replace (
1212
require (
1313
github.com/onsi/gomega v1.37.0
1414
github.com/pkg/errors v0.9.1
15-
github.com/pulumi/providertest v0.4.0
15+
github.com/pulumi/providertest v0.4.1
1616
github.com/pulumi/pulumi-kubernetes/provider/v4 v4.0.0
1717
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.0
1818
github.com/pulumi/pulumi/pkg/v3 v3.207.0

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
555555
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
556556
github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA=
557557
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
558-
github.com/pulumi/providertest v0.4.0 h1:FgRiz/M2oDO8YczdYZ53kJy58bHRtw9EeyXJzvyPkj0=
559-
github.com/pulumi/providertest v0.4.0/go.mod h1:OBpIGSQrw1FW9VNaHBtKCRxEoTISvx8JsxECmRqRgRQ=
558+
github.com/pulumi/providertest v0.4.1 h1:Wb938Qh+Iv5XOSqN0TV52NgPe0L41QDoLEF3AtmxNX4=
559+
github.com/pulumi/providertest v0.4.1/go.mod h1:OBpIGSQrw1FW9VNaHBtKCRxEoTISvx8JsxECmRqRgRQ=
560560
github.com/pulumi/pulumi/pkg/v3 v3.207.0 h1:GniyMHKhbH5yCOf7dMQWvpmk1ZLPgdpppYYnABtFqXI=
561561
github.com/pulumi/pulumi/pkg/v3 v3.207.0/go.mod h1:FAx+Oy5BEIv0E7yKSRP7WKiobMDAOWL5UMonpoSEsq8=
562562
github.com/pulumi/pulumi/sdk/v3 v3.207.0 h1:D6EpTYN65Cmt/Qx50GzDgpK9g3TXS3Tq6mnsx7C7Li8=

0 commit comments

Comments
 (0)