Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ This section provides an overview of what's new in Helm 4, including breaking ch
### Summary

- **New features**: Wasm-based plugins, kstatus watcher, OCI digest support, multi-doc values, JSON arguments
- **Architecture changes**: Plugin system completely redesigned, package restructuring, CLI flag renaming Move to versioned packages, chart v3 support, content-based caching
- **Architecture changes**: Plugin system completely redesigned, package restructuring, CLI flag renaming, move to versioned packages, chart v3 support, content-based caching
- **Modernization**: slog migration, Go 1.24 update, dependency cleanup
- **Security**: Enhanced OCI/registry support, TLS improvements

### Breaking Changes

#### Post-renderers implemented as plugins
Post-renderers are implemented as plugins. With this change, it is no longer possible to pass an executable directly to `helm render --post-renderer`, but a plugin name must be passed. This might require updates to existing any post-renderer workflows.
Post-renderers are implemented as plugins. With this change, it is no longer possible to pass an executable directly to `helm render --post-renderer`, but a plugin name must be passed. This might require updates to any existing post-renderer workflows.

#### Registry login does not accept full URLs
The `helm registry login` command must be done with the domain name only in v4.
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/examples.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Examples
description: Examples various features if the Helm SDK
description: Examples of various features of the Helm SDK
sidebar_position: 2
---
import CodeBlock from '@theme/CodeBlock';
Expand Down