Skip to content

v1.25.0

Choose a tag to compare

@flant-team-sysdev flant-team-sysdev released this 19 Jun 09:44
· 64 commits to main since this release

Changelog

Features

  • add automatic deploy dependency detection for KEDA ScaledObjects (#631) (6ccf7ec), closes #456

Bug Fixes

  • hangs on very long pod log lines (#638) (6e75224)
  • no more "no match for resource kind" errors (679e6ec)
  • retry also on conversion webhooks unavailability (7f5713b)
  • show actual error if webhook retries fail (17a4604)

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.25.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.25.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