Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

chore(deps): update dependency @pulumi/kubernetes to v3 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/kubernetes (source) ^0.25.6 || ^1.0.0 -> ^0.25.6 || ^1.0.0 || ^3.0.0 age adoption passing confidence
@pulumi/kubernetes (source) 1.2.3 -> 3.8.2 age adoption passing confidence

Release Notes

pulumi/pulumi-kubernetes

v3.8.2

Compare Source

v3.8.1

Compare Source

v3.8.0

Compare Source

Breaking change note:

#​1751 moved the Helm Release (beta) Provider options into a
complex type called helmReleaseSettings. Following this change, you can set these options in the following ways:

  1. As arguments to a first-class Provider

    new k8s.Provider("test", { helmReleaseSettings: { driver: "secret" } });
  2. Stack configuration for the default Provider
    pulumi config set --path kubernetes:helmReleaseSettings.driver "secret"

  3. As environment variables
    EXPORT PULUMI_K8S_HELM_DRIVER="secret"

v3.7.3

Compare Source

v3.7.2

Compare Source

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

The following breaking changes are part of the Kubernetes v1.22 update:

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.0

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

Note: This release fixes a bug with the Helm v3 SDK that omitted any chart resources that included a hook annotation.
If you have existing charts deployed with the v3 SDK that include hook resources, the next update will create these
resources.

v2.7.8

Compare Source

v2.7.7

Compare Source

v2.7.6

Compare Source

v2.7.5

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.3

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

Bug Fixes
Improvements

v2.6.0

Compare Source

Note: There is a minor breaking change in the .NET SDK for Helm v3. As part of the switch to using native
Helm libraries in #​1291, the Helm.V3.Chart class no longer inherits from the ChartBase class. Most users should
not be affected by this change.

Bug Fixes
Improvements

v2.5.1

Compare Source

Bug Fixes
Improvements

v2.5.0

Compare Source

Improvements

v2.4.3

Compare Source

Bug Fixes
Improvements

v2.4.2

Compare Source

Bug Fixes

v2.4.1

Compare Source

Bug Fixes
Improvements

v2.4.0

Compare Source

Bug Fixes
Improvements

v2.3.1

Compare Source

Improvements
Bug Fixes

v2.3.0

Compare Source

Improvements
  • NodeJS SDK updated to align with other Pulumi NodeJS SDKs. (https://github.com/pulumi/pulumi-kubernetes/pull/1151)
  • .NET SDK updated to align with other Pulumi .NET SDKs. (https://github.com/pulumi/pulumi-kubernetes/pull/1132)
    • Deprecated resources are now marked as Obsolete.
    • Many classes are moved to new locations on disk while preserving the public namespaces and API.
    • Several unused argument/output classes were removed without any impact on resources (e.g. DeploymentRollbackArgs).
    • Fixed the type of some properties in JSONSchemaPropsArgs (there's no need to have 2nd-level inputs there):
      • InputList<InputJson> -> InputList<JsonElement>
      • InputMap<Union<TArgs, InputList<string>>> -> InputMap<Union<TArgs, ImmutableArray<string>>>
Bug Fixes

v2.2.2

Compare Source

  • 2.2.1 SDK release process failed, so pushing a new tag.

v2.2.0

Compare Source

Improvements

v2.1.1

Compare Source

  • Python and .NET packages failed to publish for 2.1.0, so bumping release version.

v2.1.0

Compare Source

Improvements
Bug Fixes

v2.0.0

Compare Source

Improvements
Bug fixes

Configuration

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

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/pulumi-kubernetes-3.x branch 2 times, most recently from 43fbe5f to 02f35ec Compare May 15, 2021 20:54
@renovate renovate bot force-pushed the renovate/pulumi-kubernetes-3.x branch 2 times, most recently from b4b51e9 to 992b0ae Compare June 12, 2021 18:07
@renovate renovate bot force-pushed the renovate/pulumi-kubernetes-3.x branch from 992b0ae to 1cba3c8 Compare October 20, 2021 05:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant