pulumi/changelog/pending
Bryce Lampe 9a8a677a39 [cli/new] Support SSH-style Git URLs
This adds support for SSH-style Git URLs, enabling folks to use
private repos for their templates.

For instance,

    $ pulumi new git@github.com:acmecorp/templates/website

will now work as intended.

The `ssh_config` library handles finding the relevant SSH key for the
given host.

If the SSH key is protected by a password, the user will be prompted to
supply the password on-demand. (It is memoized to avoid asking multiple
times, as the template workflow requires using it more than once.) To
avoid prompting, the `PULUMI_GITSSH_PASSPHRASE` env var can be set.

Fixes #4872 and #5007.
2023-08-02 09:29:34 -07:00
..
20230504--cli-new--support-ssh-style-git-urls-including-for-pulumi-new-private-templates.yaml [cli/new] Support SSH-style Git URLs 2023-08-02 09:29:34 -07:00
20230725--sdk-go--move-some-types-to-an-internal-package.yaml sdk/go: Move Output implementation to internal 2023-07-25 18:13:35 -07:00
20230725--sdkgen-python--fixes-python-external-enum-types-missing-the-import-reference-to-the-external-package.yaml Fix python external enum type references 2023-07-26 11:39:29 -07:00
20230726--programgen-dotnet--fix-typing-for-optional-and-complex-config-variables-in-main-program.yaml Fix typing for optional and complex config variables in main program 2023-07-26 13:37:53 +02:00
20230726--sdk-go--bump-the-minimum-required-version-of-google-golang-org-genproto.yaml deps: Upgrade google.golang.org/{genproto, grpc} 2023-07-27 16:24:33 -07:00
20230726--sdkgen--fix-bug-binding-provider-schema-where-type-default-int-values-could-not-take-integers.yaml Fix bug in provider schema where default int properties could not be int 2023-07-26 14:14:26 -07:00
20230727--cli--fixes-for-pulumi-import.yaml Update changelog/pending/20230727--cli--fixes-for-pulumi-import.yaml 2023-07-27 06:40:52 -07:00
20230727--cli-plugin--cli-will-now-warn-when-loading-ambient-plugins-from-path.yaml Warn about ambient plugins loaded from $PATH 2023-07-27 17:59:44 +01:00
20230727--engine--language-plugins-now-defer-schema-loading-to-the-engine-via-a-grpc-interface.yaml Add schema loader service 2023-07-27 15:03:52 +01:00
20230727--programgen-dotnet-go-nodejs-python--normalize-the-declaration-name-of-generated-resource-components.yaml Normalize the declaration name of generated resource components 2023-07-27 15:15:27 +02:00
20230727--sdk-nodejs--nodejs-programs-will-now-warn-that-undefined-values-will-not-show-as-stack-outputs.yaml Warn about undefined stack outputs 2023-07-28 14:33:04 +01:00
20230727--sdk-python--output-from_input-now-recurses-into-tuples.yaml Make `Output.from_input` recurse into tuples. 2023-07-27 10:13:40 +01:00
20230802--cli-state--fix-panic-in-pulumi-state-edit-when-no-stack-is-selected.yaml Fix panic in `pulumi state edit` when no stack is selected. 2023-08-02 07:57:57 -07:00