pulumi-renovate[bot]
9d00d64258
Update first-party Pulumi dependencies ( #344 )
2024-12-20 17:54:46 +00:00
Bryce Lampe
195fbfc784
Add support for multiple exporters ( #235 )
...
Buildkit 0.13 introduced support for [multiple
exporters](https://docs.docker.com/build/exporters/#multiple-exporters ).
We currently return an error in these situations.
Instead, inspect the builder's version when loading the node and relax
this error if we see it's running at least 0.13.
Fixes https://github.com/pulumi/pulumi-docker-build/issues/21 .
2024-12-10 09:05:36 -08:00
Anton Tayanovskyy
9d3d0712f2
Fix: do not over-specify SDK dependencies ( #271 )
...
Re: https://github.com/pulumi/ci-mgmt/issues/1091
2024-10-02 14:03:54 -04:00
Bryce Lampe
5d7ff1eeca
lint
2024-08-14 13:17:24 -07:00
Bryce Lampe
9a1706a203
Fix publisher capitalization ( #89 )
...
Refs https://github.com/pulumi/pulumi-dbtcloud/pull/23 .
2024-05-31 01:56:19 -07:00
Daniel Bradley
c305ea88c4
Embed sdk versions ( #68 )
...
Part of https://github.com/pulumi/ci-mgmt/issues/915
Install pulumi in standard way
Use the same method as other providers to install the pulumi CLI.
- Lock the version of the CLI and therefore codegen for consistent build
results.
- Ensure the local language plugins are using by disabling ambient
plugins.
Enable respect schema version
Remove setting version at SDK build time
---------
Co-authored-by: Bryce Lampe <bryce@pulumi.com >
2024-05-30 13:50:54 +01:00
Bryce Lampe
ff71c251e1
Upgrade go-provider ( #53 )
...
This upgrades pulumi-go-provider to latest. Code was automatically
migrated using a slightly modified patch described
[here](https://github.com/pulumi/pulumi-go-provider/pull/227#issuecomment-2073962385 ).
---------
Co-authored-by: Ian Wahbe <ian@wahbe.com >
2024-05-13 12:23:24 -07:00
Bryce Lampe
26c144c916
Initial provider implementation ( #18 )
...
This brings over the initial buildx prototype from pulumi/pulumi-docker
and fixes various build and release issues.
2024-04-25 11:03:59 -07:00