# Description
Update the following preparing for the CLI release
- pulumi-yaml (v1.2.1 -> v1.2.2)
- pulumi-java (v0.9.0 -> v0.9.6)
- pulumi-dotnet (v3.54.0 -> v3.56.1)
## Checklist
- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
- [ ] I have formatted my code using `gofumpt`
<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!---
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
* ci: include required deps in test artifact builds
* ci: reduce retention on other build artifacts to match pulumi CLI
* ci: move lang providers acquisition to script/goreleaser
* ci: combine goreleaser configs, move OS-dependency to script
* ci: re-enable Windows and MacOS tests
* [cli] Fix Windows path handling for gzip filestate backend
* Revert "[ci] Name the archive to push to buckets"
This reverts commit 73f23fbc39.
* Revert "[ci] Fix extra extension in goreleaser templates"
This reverts commit 03888a33fa.
* Revert #10149
This reverts commit f6ee2fd20c.
This reverts commit 33a84df3cf.
This reverts commit 01c1719c1c.
This reverts commit e7b96115be.
This reverts commit 60fb289408.
This reverts commit 7a81b1435f.
This reverts commit b1f2e41b56.
* chore: changelog for 3.37.1