Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2025

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

Release notes

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

v1.1.1

Fixed

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

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.

... (truncated)

Commits
  • 06cebfa Don't replace providers on version changes (#410)
  • 3953053 Bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 in /tests in the go_modules gr...
  • 1baa983 Bump the go_modules group across 7 directories with 1 update (#403)
  • f66d713 Release v1.1.0 (#401)
  • 4ce6adb Support for mocking of invokes in component testing
  • 87df6e6 Add a test for config annotations (#398)
  • 081c410 Update golangci-lint to v2 (#393)
  • 9e5a5e4 Remove the version in the README (#396)
  • df28eba Update link to the infer readme (#395)
  • 412fc3b Change the version for the 1.0.2 release (#394)
  • Additional commits viewable in compare view

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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

0 participants