New features in Nelm v1.1.0-v1.11.0 #397
shurup
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It’s been almost five months since Nelm v1.0.0 was released. Nelm has received many new features, not to mention numerous bugfixes. This post summarises the most significant changes recently introduced in Nelm. They include 2 new experimental commands, 7 new flags, 2 new annotations, new functions, and several other improvements.
New features
werf.io/sensitive-paths— mask sensitive parts of diffs in thenelm release plan installoutputwerf.io/log-regex-skip— hide Pod log lines that match regexp--force-adoption— force adoption of the resources in the cluster, even if they have missing or invalid release annotations and labelsnelm release install|rollback|uninstall|plan --timeout— forcefully stop the operation when the specified timeout is passednelm release get --print-valuesnelm release install|rollback|uninstall --no-pod-logs— disable Pod log collection and displayingnelm release install|plan --no-install-crds— skip installing CRDs from thecrdschart directorynelm release install --release-labelsnelm release install --release-info-annotations— save custom meta information inside of a release; it can be later retrieved vianelm release getinclude_debug,tpl_debug,printf_debug,dump_debug— and detailed templating errors (see details).New experimental features
The following new features are considered experimental and are, thus, disabled by default until Nelm v2 is released. To use them now, you need to enable relevant feature gates.
nelm release install. Activated byNELM_FEAT_REMOTE_CHARTS=true.nelm release listcommand. Activated byNELM_FEAT_NATIVE_RELEASE_LIST=true.nelm release uninstallcommand. Activated byNELM_FEAT_NATIVE_RELEASE_UNINSTALL=true.werf.io/sensitive: "true"annotation. Activated byWERF_FEAT_FIELD_SENSITIVE=true.There is also a special
NELM_FEAT_PREVIEW_V2feature gate allowing you to activate all new features that will be enabled by default in Nelm v2.If you’re interested in staying updated about other new features in Nelm, feel free to check out the Releases page or watch this repo on GitHub. Missing some specific feature in Nelm? Raise an issue or upvote/comment on the existing issue here.
Beta Was this translation helpful? Give feedback.
All reactions