pulumi/changelog/pending
bors[bot] 4870ecd03c
Merge #11094
11094: Allow rotating the password non-interactively r=Frassle a=nicklasfrahm

Signed-off-by: Nicklas Frahm <nilfr@vestas.com>

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

Fixes #11083. Also fixes some deprecation warnings within the `passphrase` package.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have tested this locally using:
  ```bash
  export PULUMI_CONFIG_PASSPHRASE=test
  pulumi stack init -s test
  echo "hello" | pulumi stack change-secrets-provider passphrase
  export PULUMI_CONFIG_PASSPHRASE=hello
  echo "test" | pulumi stack change-secrets-provider passphrase
  ```
<!--- 
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 Service,
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 Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Nicklas Frahm <nilfr@vestas.com>
2022-10-24 11:33:21 +00:00
..
20220922--cli-initial-mvp-config.yaml Update changelog/pending/20220922--cli-initial-mvp-config.yaml 2022-10-17 16:03:49 +01:00
20221005--sdk-dotnet-go-nodejs-python--component-resources-inherit-providers.yaml Inherit the providers map between components 2022-10-20 15:35:50 -07:00
20221010--sdk-go--update-deprecated-things.yaml chore: Update doc comments, coding style, fix lint 2022-10-13 13:50:49 -07:00
20221012--auto--pluginfromserver.yaml cl entry 2022-10-12 11:16:52 -07:00
20221014--programgen--gen-errs.yaml Add standardized program-gen reporting helpers 2022-10-18 10:54:46 -07:00
20221017--sdk-go--decode-ptr-asset-and-ptr-archive-values.yaml Allow decoding *asset and *archive values 2022-10-17 13:28:13 -07:00
20221017--sdk-nodejs--fix-ts-all-types.yaml Add to changelog 2022-10-17 14:29:47 +01:00
20221017--sdkgen-go-python--handle-hyphenated-names.yaml Don't remove existing capitals in python names 2022-10-17 10:40:59 -07:00
20221018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml fix(ci): Fix pull request URLs in changelogs 2022-10-17 18:58:25 -07:00
20221018--protobuf--bumps-python-grpcio-version.yaml chore: bumps python grpcio versions in dockerfile 2022-10-18 10:55:39 -04:00
20221019--engine--fix-type-validation-of-stack-config-with-secure-values.yaml Add 'secret' to config 2022-10-24 09:22:24 +01:00
20221020--cli--allow-rotating-the-passphrase-non-interactively.yaml feat(cli): allow rotating the passphrase non-interactively 2022-10-20 09:48:30 +02:00
20221020--cli-import--only-trigger-an-import-when-necessary-during-refresh.yaml Only trigger an import when needed during refresh 2022-10-20 09:55:57 -07:00
20221021--sdk-python--pulumi-automation-create_or_select_stack-attempts-to-select-the-stack-before-attempting-to-create.yaml attempts to select the stack before creating 2022-10-21 15:22:18 -05:00
20221022--sdk-python--python-runtime-now-respects-parallel-flag.yaml Configure default executor to use --parallel setting. 2022-10-22 15:53:29 -04:00