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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.25.6 || ^1.0.0
->^0.25.6 || ^1.0.0 || ^3.0.0
1.2.3
->3.8.2
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:As arguments to a first-class Provider
Stack configuration for the default Provider
pulumi config set --path kubernetes:helmReleaseSettings.driver "secret"
As environment variables
EXPORT PULUMI_K8S_HELM_DRIVER="secret"
v3.7.3
Compare Source
v3.7.2
Compare Source
dry-run
support (https://github.com/pulumi/pulumi-kubernetes/pull/1718)v3.7.1
Compare Source
replaceOnChanges
resource option for PVCs if modifying requests or limits to trigger replacementv3.7.0
Compare Source
v3.6.3
Compare Source
v3.6.2
Compare Source
v3.6.1
Compare Source
yaml._parse_yaml_object
. (https://github.com/pulumi/pulumi-kubernetes/pull/1675)v3.6.0
Compare Source
The following breaking changes are part of the Kubernetes v1.22 update:
The alpha
EphemeralContainers
kind has been removed[.NET SDK]
Networking.V1Beta1.IngressClassParametersReferenceArgs
->Core.V1.TypedLocalObjectReferenceArgs
Update Helm and client-go deps (https://github.com/pulumi/pulumi-kubernetes/pull/1662)
Add support for k8s v1.22.0. (https://github.com/pulumi/pulumi-kubernetes/pull/1551)
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
ConfigGroup
now respects explicit provider instances when parsing YAML. (https://github.com/pulumi/pulumi-kubernetes/pull/1601)v3.3.1
Compare Source
v3.3.0
Compare Source
v3.2.0
Compare Source
SkipCRDRendering
argument to Helm charts. (https://github.com/pulumi/pulumi-kubernetes/pull/1572)v3.1.2
Compare Source
v3.1.1
Compare Source
v3.1.0
Compare Source
Chart
resource options to child resources explicitly.https://github.com/pulumi/pulumi-kubernetes/pull/15391539)
v3.0.0
Compare Source
Depend on Pulumi 3.0, which includes improvements to Python resource arguments and key translation, Go SDK performance,
Node SDK performance, general availability of Automation API, and more.
Update pulumi dependency (https://github.com/pulumi/pulumi-kubernetes/pull/1521)
<Resource>Args
classes (https://github.com/pulumi/pulumi/pull/6525)Do not return an ID when previewing the creation of a resource. (https://github.com/pulumi/pulumi-kubernetes/pull/1526)
v2.9.1
Compare Source
v2.9.0
Compare Source
v2.8.4
Compare Source
PULUMI_KUBERNETES_MANAGED_BY_LABEL
doesn't cause diffs on further stack updates (https://github.com/pulumi/pulumi-kubernetes/pull/1508)v2.8.3
Compare Source
v2.8.2
Compare Source
v2.8.1
Compare Source
PULUMI_KUBERNETES_MANAGED_BY_LABEL
environment variable to controlapp.kubernetes.io/managed-by
label (https://github.com/pulumi/pulumi-kubernetes/pull/1471)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
.spec.selector
changes. (https://github.com/pulumi/pulumi-kubernetes/pull/1387)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
Obsolete
.DeploymentRollbackArgs
).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
v2.2.0
Compare Source
Improvements
include-crds
argument. (https://github.com/pulumi/pulumi-kubernetes/pull/1102)v2.1.1
Compare Source
v2.1.0
Compare Source
Improvements
Bug Fixes
v2.0.0
Compare Source
Improvements
CustomResource
to .NET SDK (https://github.com/pulumi/pulumi-kubernetes/pull/1067).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.
This PR has been generated by WhiteSource Renovate. View repository job log here.