Skip to content

Commit

Permalink
doc note for release/v4 (#3305)
Browse files Browse the repository at this point in the history
<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
    for Pulumi's contribution guidelines.

    Help us merge your changes more quickly by adding more details such
    as labels, milestones, and reviewers.-->

### Proposed changes

<!--Give us a brief description of what you've done and what it solves.
-->


Adds a doc note to Chart/v4 regarding the Release v3/v4 resource.

### Related issues (optional)

<!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes
#1234'.
Or link to full URLs to issues or pull requests in other GitHub
repositories. -->

Closes #3263
  • Loading branch information
EronWright authored Nov 4, 2024
1 parent 8b45405 commit 6865778
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-kubernetes/schema.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions provider/pkg/gen/examples/overlays/chartV4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
_Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
for production use cases, and stay tuned for an updated Release resource, coming soon._

_See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_

Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down
3 changes: 3 additions & 0 deletions sdk/dotnet/Helm/V4/Chart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
namespace Pulumi.Kubernetes.Helm.V4
{
/// <summary>
/// _Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
/// for production use cases, and stay tuned for an updated Release resource, coming soon._
///
/// _See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_
///
/// Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down
3 changes: 3 additions & 0 deletions sdk/go/kubernetes/helm/v4/chart.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
import javax.annotation.Nullable;

/**
* _Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
* for production use cases, and stay tuned for an updated Release resource, coming soon._
*
* _See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_
*
* Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down
3 changes: 3 additions & 0 deletions sdk/nodejs/helm/v4/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import * as enums from "../../types/enums";
import * as utilities from "../../utilities";

/**
* _Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
* for production use cases, and stay tuned for an updated Release resource, coming soon._
*
* _See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_
*
* Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down
6 changes: 6 additions & 0 deletions sdk/python/pulumi_kubernetes/helm/v4/Chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ def __init__(__self__,
version: Optional[pulumi.Input[str]] = None,
__props__=None):
"""
_Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
for production use cases, and stay tuned for an updated Release resource, coming soon._
_See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_
Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down Expand Up @@ -475,6 +478,9 @@ def __init__(__self__,
args: ChartArgs,
opts: Optional[pulumi.ResourceOptions] = None):
"""
_Looking for the Release resource? Please use the [v3 package](/registry/packages/kubernetes/api-docs/helm/v3/release/)
for production use cases, and stay tuned for an updated Release resource, coming soon._
_See also: [New: Helm Chart v4 resource with new features and languages](/blog/kubernetes-chart-v4/)_
Chart is a component representing a collection of resources described by a Helm Chart.
Expand Down

0 comments on commit 6865778

Please sign in to comment.