Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pulumi NPM packages #62

Merged
merged 1 commit into from
Apr 9, 2020
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 26, 2019

This PR contains the following updates:

Package Type Update Change
@pulumi/kubernetes (source) dependencies minor 1.3.1 -> 1.5.6
@pulumi/pulumi dependencies minor 1.6.0 -> 1.12.0

Release Notes

pulumi/pulumi-kubernetes

v1.5.6

Compare Source

Bug fixes
  • Replace Daemonset if .spec.selector changes. (#​1008).
  • Display error when pulumi plugin install fails. (#​1010).

v1.5.5

Compare Source

Bug fixes

v1.5.4

Compare Source

Improvements
  • Auto-generate aliases for all resource kinds. (#​991).
Bug fixes
  • Fix aliases for several resource kinds. (#​990).
  • Don't require valid cluster for YAML render mode. (#​997).
  • Fix .NET resources with empty arguments. (#​983).
  • Fix panic condition in Pod await logic. (#​998).
Improvements
  • .NET SDK supports resources to work with YAML Kubernetes files and Helm charts.
    (#​980).

v1.5.3

Compare Source

Bug fixes
  • Change invoke call to always use latest version. (#​987).

v1.5.2

Compare Source

Improvements
  • Optionally render YAML for k8s resources. (#​936).

v1.5.1

Compare Source

Bug fixes
  • Specify provider version for invokes. (#​982).

v1.5.0

Compare Source

Improvements
  • Update nodejs SDK to use optional chaining in constructor. (#​959).
  • Automatically set Secret inputs as pulumi.secret. (#​961).
  • Create helm.v3 alias. (#​970).
Bug fixes
  • Fix hang on large YAML files. (#​974).
  • Use resourcePrefix all code paths. (#​977).

v1.4.5

Compare Source

Bug fixes
  • Handle invalid kubeconfig context. (#​960).

v1.4.4

Compare Source

Improvements
Bug fixes
  • Gracefully handle unreachable k8s cluster. (#​946).
  • Fix deprecation notice for CSINode. (#​944).

v1.4.3

Compare Source

Bug fixes
  • Revert invoke changes. (#​941).

v1.4.2

Compare Source

Improvements
  • Move YAML decode logic into provider. (#​925).
  • Improve handling of default namespaces for Helm charts. (#​934).
Bug fixes
  • Fix panic condition in Ingress await logic. (#​928).
  • Fix deprecation warnings and docs. (#​929).
  • Fix projection of array-valued output properties in .NET. (#​931)

v1.4.1

Compare Source

Bug fixes

v1.4.0

Compare Source

Important

The discovery.v1alpha1.EndpointSlice and discovery.v1alpha1.EndpointSliceList APIs were removed in k8s 1.17,
and no longer appear in the Pulumi Kubernetes SDKs. These resources can now be found at
discovery.v1beta1.EndpointSlice and discovery.v1beta1.EndpointSliceList.

Major changes
  • Add support for Kubernetes v1.17.0 (#​706)

v1.3.4

Compare Source

Improvements
  • Use HELM_HOME as default if set. (#​855).
  • Use namespace provided by KUBECONFIG, if it is not explicitly set in the provider (#​903).

v1.3.3

Compare Source

Improvements

v1.3.2

Compare Source

Improvements
pulumi/pulumi

v1.12.0

Compare Source

  • Avoid Configuring providers which are not used during preview.
    #​4004

  • Fix missing module import on Windows platform.
    #​3983

  • Add support for mocking the resource monitor to the NodeJS and Python SDKs.
    #​3738

  • Reinstate caching of TypeScript compilation.
    #​4007

  • Remove the need to set PULUMI_EXPERIMENTAL to use the policy and watch commands.
    #​4001

  • Fix type annotations for Output.all and Output.concat in Python SDK.
    #​4016

  • Add support for configuring policies.
    #​4015

v1.11.1

Compare Source

  • Fix a regression for CustomTimeouts in Python SDK.
    #​3964

  • Avoid panic when displaying failed stack policies.
    #​3960

  • Add support for secrets in the Go SDK.
    3938

  • Add support for transformations in the Go SDK.
    3978

v1.11.0

Compare Source

  • Allow oversize protocol buffers for Python SDK.
    #​3895

  • Avoid duplicated messages in preview/update progress display.
    #​3890

  • Improve CPU utilization in the Python SDK when waiting for resource operations.
    #​3892

  • Expose resource options, parent, dependencies, and provider config to policies.
    #​3862

  • Move .NET SDK attributes to the root namespace.
    #​3902

  • Support exporting older stack versions.
    #​3906

  • Disable interactive progress display when no terminal size is available.
    #​3936

  • Mark ResourceOptions class as abstract in the .NET SDK. Require the use of derived classes.
    #​3943

v1.10.1

Compare Source

  • Support stack references in the Go SDK.
    #​3829

  • Fix the Windows release process.
    #​3875

v1.10.0

Compare Source

  • Avoid writing checkpoints to backend storage in common case where no changes are being made.
    #​3860

  • Add information about an in-flight operation to the stack command output, if applicable.
    #​3822

  • Update SummaryEvent to include the actual name and local file path for locally-executed policy packs.

  • Add support for aliases in the Go SDK
    3853

  • Fix Python Dynamic Providers on Windows.
    #​3855

v1.9.1

Compare Source

  • Fix a stack reference regression in the Python SDK.
    #​3798

  • Fix a buggy assertion in the Go SDK.
    #​3794

  • Add --latest flag to pulumi policy enable.

  • Breaking change for Policy which removes requirement for version when running pulumi policy disable. Add --version flag if user wants to specify version of Policy Pack to disable.

  • Fix rendering of Policy Packs to ensure they are always displayed.

  • Primitive input types in the Go SDK (e.g. Int, String, etc.) now implement the corresponding Ptr type e.g. IntPtr,
    StringPtr, etc.). This is consistent with the output of the Go code generator and is much more ergonomic for
    optional inputs than manually converting to pointer types.
    #​3806

  • Add ability to specify all versions when removing a Policy Pack.

  • Breaking change to Policy command: Change enable command to use pulumi policy enable <org-name>/<policy-pack-name> latest instead of a --latest flag.

v1.9.0

Compare Source

  • Publish python types for PEP 561
    #​3704

  • Lock dep ts-node to v8.5.4
    #​3733

  • Improvements to pulumi policy functionality. Add ability to remove & disable Policy Packs.

  • Breaking change for Policy which is in Public Preview: Change pulumi policy apply to pulumi policy enable, and allow users to specify the Policy Group.

  • Add Permalink to output when publishing a Policy Pack.

  • Add pulumi policy ls and pulumi policy group ls to list Policy related resources.

  • Add BuildNumber to CI vars and backend metadata property bag for CI systems that have separate ID and a user-friendly number. #​3766

  • Breaking changes for the Go SDK. Complete details are in #​3506.

v1.8.1

Compare Source

  • Fix a panic in pulumi stack select.
    #​3687

v1.8.0

Compare Source

  • Update version of TypeScript used by Pulumi to 3.7.3.
    #​3627

  • Add support for GOOGLE_CREDENTIALS when using Google Cloud Storage backend.
    #​2906

     export GOOGLE_CREDENTIALS="$(cat ~/service-account-credentials.json)"
     pulumi login gs://my-bucket
  • Support for using Config, getProject(), getStack(), and isDryRun() from Policy Packs.
    #​3612

  • Top-level Stack component in the .NET SDK.
    #​3618

  • Add the .NET Core 3.0 runtime to the pulumi/pulumi container.
    #​3616

  • Add pulumi preview support for --refresh, --target, --replace, --target-replace and
    --target-dependents to align with pulumi up.
    #​3675

  • ComponentResources now have built-in support for asynchronously constructing their children.
    #​3676

  • Output.apply (for the JS, Python and .Net sdks) has updated semantics, and will lift dependencies from inner Outputs to the returned Output.
    #​3663

  • Fix bug in determining PRNumber and BuildURL for an Azure Pipelines CI environment.
    #​3677

  • Improvements to pulumi policy functionality. Add ability to remove & disable Policy Packs.

  • Breaking change for Policy which is in Public Preview: Change pulumi policy apply to pulumi policy enable, and allow users to specify the Policy Group.

v1.7.1

Compare Source

  • Fix SxS issue introduced in 1.7.0 when assigning
    Outputs across different versions of the @pulumi/pulumi SDK.
    #​3658

v1.7.0

Compare Source

  • A Pulumi JavaScript/TypeScript program can now consist of a single exported top level function. This
    allows for an easy approach to create a Pulumi program that needs to perform async/await
    operations at the top-level.
    #​3321

    // JavaScript
    module.exports = async () => {
    }
    
    //TypeScript
    export = async () => {
    }

v1.6.1

Compare Source

  • Support passing a parent and providers for ReadResource, RegisterResource, and Invoke in the go SDK. #​3563

  • Fix go SDK ReadResource.
    #​3581

  • Fix go SDK DeleteBeforeReplace.
    #​3572

  • Support for setting the PULUMI_PREFER_YARN environment variable to opt-in to using yarn instead of npm for
    installing Node.js dependencies.
    #​3556

  • Fix regression that prevented relative paths passed to --policy-pack from working.
    #​3565


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch from ca4a321 to e63d87f Compare November 27, 2019 00:03
@renovate renovate bot changed the title Update dependency @pulumi/pulumi to v1.6.1 Update Pulumi NPM packages Nov 27, 2019
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch 3 times, most recently from dc4201f to 145950e Compare December 5, 2019 17:54
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch 4 times, most recently from 9e42f1e to caa8318 Compare December 14, 2019 00:17
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch 4 times, most recently from da0fc82 to 713a641 Compare December 20, 2019 22:41
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch 2 times, most recently from 2814c26 to 3f6ea1a Compare January 8, 2020 23:38
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch 3 times, most recently from 090e436 to 913a39d Compare January 23, 2020 18:52
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch from 913a39d to a4460d1 Compare February 8, 2020 12:50
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch from a4460d1 to f553ccb Compare February 16, 2020 05:58
@renovate renovate bot force-pushed the renovate/pulumi-npm-packages branch from f553ccb to 62cd1dc Compare March 10, 2020 11:54
@ggilmore ggilmore merged commit ce0f846 into master Apr 9, 2020
@ggilmore ggilmore deleted the renovate/pulumi-npm-packages branch April 9, 2020 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants