pulumi/pkg
Pulumi Bot 3369defcde
Changelog and go.mod updates for v3.147.0 (#18309)
Co-authored-by: github-actions <github-actions@github.com>
2025-01-21 19:15:58 +00:00
..
asset Move some asset code to pkg (#15162) 2024-01-17 11:30:37 +00:00
authhelpers Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
backend retry deletes in a bucket if they fail (#18059) 2024-12-18 09:38:13 +00:00
channel Move `sdk/go/common/channel` to `pkg` (#17895) 2024-12-02 16:25:50 +00:00
cmd/pulumi document the parsing behaviour of pulumi config set (#18285) 2025-01-21 14:47:55 +00:00
codegen Allow resource annotations to be publicly queried, for real (#18302) 2025-01-21 17:06:00 +00:00
display Move sdk/go/common/display to /pkg/display (#13954) 2023-09-18 11:01:28 +00:00
engine [engine/refresh] Skip acquiring program packages during refresh when running inline automation programs (#18283) 2025-01-21 09:49:14 +00:00
graph Support topologically sorting snapshots (#17403) 2024-10-01 08:45:35 +00:00
importer Allow provider version mismatches when `import`ing resources (#18272) 2025-01-17 11:29:29 +00:00
operations Move resource.URN to urn.URN (#15689) 2024-03-14 15:28:32 +00:00
resource Support parameterized packages in `pulumi import` (#18038) 2025-01-13 18:11:42 +00:00
secrets Enable some more linting rules (#17456) 2024-10-03 17:37:13 +00:00
testing/integration Honor opts.PreviewCommandlineFlags in preview after refresh (#18063) 2024-12-17 19:04:27 +00:00
util Update golangci-lint (#17972) 2024-12-10 11:50:38 +00:00
workspace Implement plugin download cancellation (#17621) 2024-11-12 18:04:25 +00:00
README.md
go.mod Changelog and go.mod updates for v3.147.0 (#18309) 2025-01-21 19:15:58 +00:00
go.sum Bump `go-git` to 5.13.1 (#18247) 2025-01-15 21:34:14 +00:00

README.md

pulumi/pkg

While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.