8000 Releases · werf/nelm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: werf/nelm

v1.7.0

18 Jun 11:05
dba681c
Compare
Choose a tag to compare

Changelog

Features

  • --force-adoption to disable release annotations checks (b1dd851)
  • expose release labels in release get (471c999)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

09 Jun 16:56
d6850e8
Compare
Choose a tag to compare

Changelog

Features

  • include_debug/tpl_debug/printf_debug/dump_debug and detailed template errors (ee22873)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

04 Jun 13:42
4f74ddb
Compare
Choose a tag to compare

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)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

23 May 10:55
32578b7
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • improve values handling; add more trace logs (358855f)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

14 May 09:22
bbc21f6
Compare
Choose a tag to compare

Changelog

Features

  • --no-install-crds for release install/plan (efc22bc)
  • --print-values option for release get (f41f615)
  • --release-labels option for release install (9b20bc0)
  • --timeout option for release install/rollback/uninstall/plan (d563296)

Bug Fixes

  • disallow unknown NELM_FEAT_.* env vars (7e25a16)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

07 May 10:46
d2d7417
Compare
Choose a tag to compare

Changelog

Features

  • allow specifying remote charts in cli commands (b21329c)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

30 Apr 12:26
2b97091
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • improve log color detection (9728f02)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

25 Apr 13:10
72b22bc
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • release plan shows insignificant changes for no reason (66d500b)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

23 Apr 14:11
a7c2c42
Compare
Choose a tag to compare

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)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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

14 Apr 17:28
4bd5d0c
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • chart dir path and revision options/arguments to some commands ignored (591b60f)

Install via trdl (with autoupdates, highly secure)

  1. Install trdl client binary, preferably to ~/bin.

  2. Add Nelm TUF repository to trdl:

    trdl add nelm https://tuf.nelm.sh 1 2122fb476c48de4609fe6d3636759645996088ff6796857fc23ba4b8331a6e3a58fc40f1714c31bda64c709ef6f49bcc4691d091bad6cb1b9a631d8e06e1f308
  3. Make nelm binary available in the current shell:

    source "$(trdl use nelm 1 stable)"

Install binaries directly (no autoupdates)

Download nelm binaries from here:

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
0