Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps github.com/pulumi/pulumi-go-provider from 0.24.1 to 1.1.0.

Release notes

Sourced from github.com/pulumi/pulumi-go-provider's releases.

v1.1.0

Overview

🎺 Pulumi Go Provider SDK v1.1.0 is now available!

The Pulumi Provider SDK is a high-level library that simplifies the process of writing a Pulumi provider in Go. It abstracts much of the complexity involved in defining custom infrastructure resources, allowing developers to focus on business logic rather than boilerplate code.

See also: v1.0 announcement and migration guide

What's Changed (Since 1.0)

New Contributors

Full Changelog: pulumi/pulumi-go-provider@v1.0.2...v1.1.0

v1.0.2

What's Changed

Full Changelog: pulumi/pulumi-go-provider@v1.0.1...v1.0.2

See also: v1.0 announcement and migration guide

v1.0.1

Overview

🎺 Pulumi Go Provider SDK v1.0.0 is now available! This framework has been under active development since 2022, and is now considered stable.

The Pulumi Provider SDK is a high-level library that simplifies the process of writing a Pulumi provider in Go. It abstracts much of the complexity involved in defining custom infrastructure resources, allowing developers to focus on business logic rather than boilerplate code.

It provides a composable framework for building Pulumi providers for:

  • Custom Resources - implement the CRUD lifecycle of a managed resource
  • Components - implement a component resource to encapsulate a set of resources as a reusable building block
  • Functions - implement provider- and resource-level functions

New in this release, the framework provides a test harness for writing integration tests for your provider code.

  • Lifecycle testing - exercise the CRUD methods of a custom resource
  • Component testing - mock the interactions between your component and its child resources

Check the examples to get started.

What's Changed (since v0.26.0)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @dirien.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dirien
dirien previously approved these changes Jul 28, 2025
Copy link
Collaborator

@dirien dirien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! @dependabot squash and merge

Bumps [github.com/pulumi/pulumi-go-provider](https://github.com/pulumi/pulumi-go-provider) from 0.24.1 to 1.1.0.
- [Release notes](https://github.com/pulumi/pulumi-go-provider/releases)
- [Commits](pulumi/pulumi-go-provider@v0.24.1...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi-go-provider
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/provider/github.com/pulumi/pulumi-go-provider-1.1.0 branch from bf90a40 to 4e6153c Compare July 28, 2025 08:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Dependabot tried to merge this PR, but received the following error from GitHub:

Waiting on code owner review from dirien.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2025

Superseded by #574.

@dependabot dependabot bot closed this Aug 31, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/provider/github.com/pulumi/pulumi-go-provider-1.1.0 branch August 31, 2025 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant