v1.21.0
·
179 commits
to main
since this release
Changelog
Features
- Add TypeScript chart rendering support (00ef36a)
- annotation
werf.io/delete-dependency-<id>(#539) (a0009f4) - enhanced local resource validation (#545) (53505d1)
- implement resource validation against api spec (#530) (870efeb)
- webhook configuration deploy dependency (#538) (dcb818b)
Bug Fixes
- deploy/delete deps try to connect to later stages (#557) (3823686)
- few fixes for typescript in charts (#550) (d6b4b29)
- major slowdown if node_modules in chart with TS enabled (#558) (295d3e5)
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
nelmbinary 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.21.0/linux-amd64/bin/nelm" -O "https://tuf.nelm.sh/targets/signatures/1.21.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