generated from pulumi/pulumi-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/pulumi/pulumi-go-provider to v0.24.1 #13
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-pulumi-pulumi-go-provider-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e907ed6
to
fba88eb
Compare
fba88eb
to
10ca8ba
Compare
10ca8ba
to
b9ea768
Compare
b9ea768
to
e31eb40
Compare
e31eb40
to
27796a8
Compare
27796a8
to
6a616fd
Compare
6a616fd
to
7e00084
Compare
7e00084
to
645bbf6
Compare
645bbf6
to
3343339
Compare
3343339
to
2947d02
Compare
2947d02
to
72b6f66
Compare
72b6f66
to
ad5d305
Compare
ad5d305
to
b554a52
Compare
b554a52
to
9caac81
Compare
ℹ Artifact update noticeFile name: provider/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9caac81
to
f783957
Compare
f783957
to
21909c0
Compare
21909c0
to
875b5c6
Compare
875b5c6
to
5717ddd
Compare
5717ddd
to
68152a9
Compare
68152a9
to
3339a20
Compare
3339a20
to
6bf248e
Compare
6bf248e
to
1879ca2
Compare
1879ca2
to
8e8d507
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.9.0
->v0.24.1
Release Notes
pulumi/pulumi-go-provider (github.com/pulumi/pulumi-go-provider)
v0.24.1
Compare Source
What's Changed
infer/tests/go.{mod,sum}
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/287Full Changelog: pulumi/pulumi-go-provider@v0.24.0...v0.24.1
v0.24.0
Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.23.0...v0.24.0
v0.23.0
Compare Source
Note
Please upgrade your Pulumi CLI version to 3.135.0 or later for codegen purposes to take advantage of the improvements to Invokes generation compatible with this release.
What's Changed
golangci-lint
version to v1.60.x by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/267Full Changelog: pulumi/pulumi-go-provider@v0.21.0...v0.23.0
v0.22.0
Compare Source
What's Changed
golangci-lint
version to v1.60.x by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/267Full Changelog: pulumi/pulumi-go-provider@v0.21.0...v0.22.0
v0.21.0
Compare Source
What's Changed
infer.Annotator.AddAlias
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/249autoname
implementation as an example by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/255provider:"secret"
tags by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/252DefaultCheck
withcontext.Context
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/253New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.20.0...v0.21.0
v0.20.0
Compare Source
What's Changed
infer
with annotations for aliases and resource deprecations by @thomas11 in https://github.com/pulumi/pulumi-go-provider/pull/245Full Changelog: pulumi/pulumi-go-provider@v0.19.0...v0.20.0
v0.19.0
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.18.0...v0.19.0
v0.18.0
Compare Source
Breaking changes
DefaultCheck
now applies default values as specified byAnnotator.SetDefault
.Check
already did this and this change aligns the behavior.What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.17.0...v0.18.0
v0.17.0
Compare Source
Breaking Changes
p.Context
has been removed in favor ofcontext.Context
. https://github.com/pulumi/pulumi-go-provider/pull/227#issuecomment-2073962385 has support for migrating.integration/go.mod
has been removed. You need to removegithub.com/pulumi/pulumi-go-provider/integration
from your go.mod to avoid ambiguous import errors.What's Changed
p.Context
in favor ofcontext.Context
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/227infer.Wrap
ed providers can access the infer config by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/229Full Changelog: pulumi/pulumi-go-provider@v0.16.0...v0.17.0
v0.16.0
Compare Source
What's Changed
infer
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/215func rpc.Provider(pulumirpc.ResourceProviderServer) p.Provider
by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/220New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.15.0...v0.16.0
v0.15.0
Compare Source
Breaking Changes
id
orurn
. These were always invalid, but would previously show as runtime errors. The provider will now fail during schema generation.T
to*T
. This is necessary to ensure round-trip correctness.What's Changed
New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.14.0...v0.15.0
v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.13.0...v0.14.0
v0.13.0
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.12.2...v0.13.0
v0.12.2
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.12.1...v0.12.2
v0.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.12.0...v0.12.1
v0.12.0
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.11.1...v0.12.0
v0.11.1
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.11.0...v0.11.1
v0.11.0
Compare Source
What's Changed
Full Changelog: pulumi/pulumi-go-provider@v0.10.1...v0.10.2
v0.10.1
Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.10.0...v0.10.1
v0.10.0
Compare Source
What's Changed
Check
before other gRPC methods by @iwahbe in https://github.com/pulumi/pulumi-go-provider/pull/83New Contributors
Full Changelog: pulumi/pulumi-go-provider@v0.9.0...v0.10.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.