Releases: werf/nelm
v1.7.0
Changelog
Features
--force-adoption
to disable release annotations checks (b1dd851)- expose release labels in
release get
(471c999)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.7.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.7.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.6.0
Changelog
Features
- include_debug/tpl_debug/printf_debug/dump_debug and detailed template errors (ee22873)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.6.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.6.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.5.0
Changelog
Features
NELM_FEAT_PREVIEW_V2
feature gate (f7ad0ab)- native
release list
command (ff9e1f0) - native
release uninstall
command (4d85484)
Bug Fixes
- show stack traces with
NELM_FEAT_PERIODIC_STACK_TRACES=true
(20310db)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.5.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.5.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.4.1
Changelog
Bug Fixes
- improve values handling; add more trace logs (358855f)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.4.1/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.4.1/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.4.0
Changelog
Features
--no-install-crds
forrelease install/plan
(efc22bc)--print-values
option forrelease get
(f41f615)--release-labels
option forrelease install
(9b20bc0)--timeout
option forrelease install/rollback/uninstall/plan
(d563296)
Bug Fixes
- disallow unknown NELM_FEAT_.* env vars (7e25a16)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.4.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.4.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.3.0
Changelog
Features
- allow specifying remote charts in cli commands (b21329c)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.3.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.3.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.2.2
Changelog
Bug Fixes
- improve log color detection (9728f02)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.2.2/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.2.2/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.2.1
Changelog
Bug Fixes
release plan
shows insignificant changes for no reason (66d500b)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.2.1/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.2.1/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.2.0
Changelog
Features
- enable colors by default in some popular CI systems (d3aa7b8)
Bug Fixes
- Buildah reexec sets wrong HOME dir (4eb656e)
- default kubeconfig not used on empty string kubeconfigpath action option (ffc2132)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.2.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.2.0/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm
v1.1.5
Changelog
Bug Fixes
- chart dir path and revision options/arguments to some commands ignored (591b60f)
Install via trdl (with autoupdates, highly secure)
-
Install trdl client binary, preferably to
~/bin
. -
Add Nelm TUF repository to trdl:
trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
-
Make
nelm
binary available in the current shell:source "$(trdl use nelm 1 stable)"
Install binaries directly (no autoupdates)
Download nelm
binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the Nelm PGP public key. For example, nelm
binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.nelm.sh/targets/releases/1.1.5/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.1.5/linux-amd64/bin/nelm.sig"
curl -sSL https://raw.githubusercontent.com/werf/nelm/refs/heads/main/nelm.asc | gpg --import
gpg --verify nelm.sig nelm