Skip to content

Commit

Permalink
Freeze v3.105.0 (#15394)
Browse files Browse the repository at this point in the history
### Features

- [auto/go] Adds support for `--refresh` to Stack.Up(), Stack.Preview()
and Stack.Destroy() via go automation api
  [#15350](#15350)

- [cli] Adds a `preview-only` flag to `pulumi refresh`.
  [#15330](#15330)

- [cli] Adds `preview-only` flag for `pulumi destroy` and `pulumi
import`
  [#15336](#15336)

- [engine] Translate all Computed and Secret values to OutputValues for
Construct and Call methods.
  [#15362](#15362)

- [cli/display] Add --suppress-progress option to not print dots
  [#14690](#14690)

- [sdk/go] Add `UpgradeToOutputValues` to `MarshalOptions`.
  [#15349](#15349)

- [cli/plugin] Add experimental `plugin run` command for running plugin
binaries directly.
  [#12613](#12613)

- [sdkgen/python] Update the default minimum required version of Python
to 3.8 or greater for generated provider SDKs.
  [#15368](#15368)


### Bug Fixes

- [backend/diy] Fix an issue where state stored on a mounted device
would result in errors
  [#15375](#15375)

- [cli/state] Fix a panic when trying to delete a provider from the
state that's still referenced.
  [#15322](#15322)

- [cli/state] Fix a nil reference panic in the `state edit` command.
  [#15354](#15354)


### Miscellaneous

- [docs] Add kubernetes as a supported pulumi convert language
  [#15359](#15359)

- [sdk/python] Require Python 3.8 or greater.
  [#15363](#15363)

- [sdk/python] Upgrade grpcio to 1.60.1
  [#15366](#15366)
  • Loading branch information
justinvp committed Feb 8, 2024
1 parent 53fe198 commit 4cfaa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/.version
@@ -1 +1 @@
3.105.0
3.105.1

0 comments on commit 4cfaa01

Please sign in to comment.