Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nelm-bash-completion-1.25.3-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: nelm-bash-completion Distribution: openSUSE Tumbleweed
Version: 1.25.3 Vendor: openSUSE
Release: 1.2 Build date: Tue Jul 21 14:12:29 2026
Group: System/Shells Build host: reproducible
Size: 11657 Source RPM: nelm-1.25.3-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/werf/nelm
Summary: Bash Completion for nelm
Bash command line completion support for nelm.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jul 21 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.25.3:
    * Bug Fixes
    - HelmCompatibleTracking mode should allow annotations override
      (6c7e6f4)
  - Update to version 1.25.2:
    * Bug Fixes
    - increase default webhook retry timeout (594eb86)
  - Update to version 1.25.1:
    * Bug Fixes
    - match more webhook errors to retry on them (6f90689)
* Thu Jul 16 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.25.0:
    * 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)
* Mon Jul 13 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - add %check section
* Mon Jul 13 2026 Evgeniy Medvedev <jidckii@proton.me>
  - fix `nelm version` reporting 0.0.0 in the openSUSE packaging
* Mon Jul 06 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.24.3:
    * Bug Fixes
    - autodetection of ServiceAccount dependencies for
      ClusterRoleBinding and RoleBinding resources (#632) (e9ea5da)
    - make pods/controllers depend on rolebindings (#634) (233e123)
  - Update to version 1.24.2:
    * Bug Fixes
    - better error message when kube client request timed out
      (dc11213)
    - close LegacyReportCh on action return (#629) (78033c6)
    - deploy ns on pre-pre-install stage (#630) (816d8c1)
    - panic if channel for legacy progress reporter closed (#618)
      (0e6945c)
    - pass NoPodLogs to kubedog (#622) (069609f)
* Sun Jun 28 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.24.1:
    * Bug Fixes
    - don't hard-fail on unsupported env vars (7bc4769)
    - retry on webhooks unavailable error (#600) (ccde5a1)
* Tue Jun 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.24.0:
    * Features
    - ability to init ts files with WerfRenderContext type (#593)
      (4b90254)
    - adopt chart ts init for werf (#594) (671cf54)
    - deno runtime for typescript (#565) (942d8aa)
* Tue Jun 09 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.23.2:
    * Bug Fixes
    - goroutine leak in watch error channel consumer for
      ReleaseInstall, ReleaseUninstall and ReleaseRollback (#585)
      (9fd804c)
    - release had pending status after error instead of failed
      (#587) (ead2882)
  - Update to version 1.23.1:
    * Bug Fixes
    - accidental removal of unknown resource field managers (#580)
      (16b6e4c)
    - adopt managed fields after migration from helm to nelm (#582)
      (b9a9895)
    - pass option for yaml validator to allow duplicate map key
      (#584) (cd34ead)
  - Update to version 1.23.0:
    * Features
    - switch to goccy/go-yaml and improve parse error context
      (#572) (826a6f7)
    * Bug Fixes
    - --set-root-json not working (08c8522)
    - print engine.Render() result on debug level (#570) (9a7591e)
    - tracking absence for release namespace deletion (#571)
      (ed6e23e)
* Wed Apr 22 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.22.0:
    * Features
    - --set-root-json flag (#563) (697eed6)
    - add plan freezing support (#564) (4bda483)
    - automatically detect dependencies between resources on
      deletion (#549) (22cd6a7)
    - werf giterminism for typescript charts (#553) (2b6de4b)
* Thu Mar 19 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.21.0:
    * 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)
* Fri Feb 20 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.20.0:
    * Features
    - NELM_FEAT_MORE_DETAILED_EXIT_CODE_FOR_PLAN=true to return
      exit code 3 on "no resource changes, but must install
      release" if --exit-code (#515) (d24f926)
    * Bug Fixes
    - panic in pre/post-delete hooks tracking (#518) (f01de36)
* Thu Feb 05 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.19.1:
    * Bug Fixes
    - docker hub creds might leak in pod events (#510) (8f8d7b4)
    - logs stop showing after 4 hours (#508) (9d31303)
* Thu Feb 05 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.19.0:
    * Features
    - werf.io/log-regex-skip and
      werf.io/log-regex-skip-for-<container> annotations (#506)
      (ced6487)
    * Bug Fixes
    - panic if apiserver connection lost (#507) (d9db36b)
* Thu Feb 05 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.18.1:
    * Bug Fixes
    - hooks cleaned up too early (#503) (f9986dd)
    - inherit deckhouse-controller managed fields (0116483)
    - revert: inherit deckhouse-controller managed fields (c3dd378)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.18.0:
    * Features
    - --delete-propagation and werf.io/delete-propagation (79e448e)
    * Bug Fixes
    - plan shows nothing if only tracking ops in plan (bd36c0e)
    - remove null keys from manifests now only on
      NELM_FEAT_CLEAN_NULL_FIELDS=true (f1c9a36)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.17.2:
    * Bug Fixes
    - panics if logboek context not initialized (0e0ea90)
    - show verbose diffs by default like before (5d32927)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.17.1:
    * Bug Fixes
    - panic: interface conversion: plan.OperationConfig (df9709c)
    - new release created even if no changes (15db0fe)
    - null or empty fields might fail resource deploys (f990fc1)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.17.0:
    * Features
    - --release-info-annotation and --release-labels for rollback
      (3ea8ef4)
    * Bug Fixes
    - bad handling of context cancellation in install (fbdbc62)
    - canceled operations not displayed in the end of deployment
      (7ffed4a)
    - empty Release.Info.First(Last)Deployed (cf23ebb)
    - error unable to acquire lock if install to new namespace
      (79a51d5)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.16.2:
    * Bug Fixes
    - show verbose diffs by default like before (89af792)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.16.1:
    * Bug Fixes
    - failures in init containers of Jobs ignored (68bf839)
    - version 0.0.0 (16455d7)
    - webhooks not readying (55c46af)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.16.0:
    * Features
    - chart repo connection flags --chart-repo-basic-password,
    - -chart-repo-basic-username, --chart-repo-ca,
    - -chart-repo-cert, --chart-repo-key, --chart-repo-pass-creds,
    - -chart-repo-request-timeout, --chart-repo-url (e6d1d7c)
    - flag --extra-apiversions for "lint/render" (e6d1d7c)
    - flags --no-notes for "install/rollback" (e6d1d7c)
    - flags --save-graph-to, --release-info-annotations,
    - -release-labels for "plan" (e6d1d7c)
    - flags --set-json, --set-literal, --provenance-keyring,
    - -provenance-strategy, --templates-allow-dns,
    - -runtime-labels, --release-storage-sql-connection (e6d1d7c)
    - k8s connection flags --kube-auth-password,
    - -kube-auth-provider, --kube-auth-provider-config,
    - -kube-auth-username, --kube-ca-data, --kube-cert,
    - -kube-cert-data, --kube-context-cluster,
    - -kube-context-user, --kube-impersonate-group,
    - -kube-impersonate-uid, --kube-impersonate-user, --kube-key,
    - -kube-key-data, --kube-proxy-url, --kube-request-timeout,
    - -kube-token-path (e6d1d7c)
    - lots of new cli flags (e6d1d7c)
    * Bug Fixes
    - improve blind apply reason in plan (a5ff9d3)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.15.1:
    * Bug Fixes
    - correct release planning (b34f6c1)
    - error undefined: helmdownloader.VerificationStrategyString
      (a5299cb)
    - no Auth Provider found for name "" (f4ca24c)
    - panic unknown VerificationStrategyString value (f4ca24c)
    - panic if failure/rollback plan fails (778fa3f)
* Wed Dec 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.15.0:
    * Features
    - option --set-runtime-json (948a502)
    * Bug Fixes
    - error too many arguments in call to chartutil.ToRenderValues
      (cd349f3)
    - invalid helm.sh/hook causes panic in render (802708f)
    - unnecessary resource/release updates (138faeb)
* Fri Oct 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.14.1:
    * Bug Fixes
    - broken diffs with object: in plan (97fceea)
    - improve diffs in plan output (90fd841)
    - improve output of experimental release list (902b6d9)
* Fri Oct 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.14.0:
    * Features
    - ability to use werf.io/delete-policy:
      before-creation-if-immutable annotation in case of field is
      immutable error (e6b648f)
    - option --no-final-tracking (439cd63)
    - option --no-remove-manual-changes from the cluster resources
      (ce489f3)
    - recreate non-hook Jobs on field is immutable by default
      (4b2521f)
* Mon Oct 13 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.13.2:
    * Bug Fixes
    - panic in release plan install (f682b8d)
* Thu Oct 09 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.13.1:
    * Bug Fixes
    - plan panic and json diffs instead of yaml (737cd51)
    - git-go security vulnerability (80ae9d3)
* Thu Oct 09 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.13.0:
    * Features
    - release plan install options --diff-context-lines,
    - -show-insignificant-diffs, --show-sensitive-diffs,
    - -show-verbose-crd-diffs, --show-verbose-diffs (fc1dd5d)
    - major refactor, werf.io/delete-policy, werf.io/ownership,
      werf.io/deploy-on and more (07d21f7)
* Tue Aug 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.12.2:
    * Bug Fixes
    - release namespace deletes after stopping being part of a
      release (2bba22b)
* Tue Aug 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.12.1:
    * Bug Fixes
    - error "werf.io/show-logs-only-for-containers", expected
      integer value (209bd1c)
* Tue Aug 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.12.0:
    * Features
    - display logs only from 1 replica by default (configured with
      annotation werf.io/show-logs-only-for-number-of-replicas)
      (47072bf)
* Tue Aug 19 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.11.0:
    * Features
    - greatly decrease Kubernetes apiserver load (7afe7ad)
    * Bug Fixes
    - panic "rules file not valid" (075b8e0)
    - panic "validate rules file" (6bb4e3b)
* Sun Aug 03 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.10.0:
    * Features
    - add werf.io/log-regex-skip annotation (3da6610)
    - deploy, tracking: update kubedog to track prometheus
      resources (5e7dc4a)
    * Bug Fixes
    - extra and some secret values wrongly propagated to subcharts
      (8ffa419)
* Fri Aug 01 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.9.0:
    * Features
    - cli: release install, release rollback and release uninstall
      should have --no-pod-logs option (#386) (b186537)
    * Bug Fixes
    - non-successful release revisions since last successful never
      cleaned up (9dc59d8)
* Sat Jul 12 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.8.0:
    * Features
    - werf.io/sensitive-paths annotation and
      WERF_FEAT_FIELD_SENSITIVE featgate (#364) (e3f9798)
    * Bug Fixes
    - leaking goroutines during tracking (1c1be03)
    - logs from libraries still showed by default (c6b3928)
* Fri Jul 11 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.7.2:
    * fix: no logs displayed
* Fri Jul 11 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.7.1:
    * fix: hide libraries logs unless log level is debug
    * fix: improve context cancellation handling
    * chore: increase buffer for printing stack traces
    * chore(kubedog): revert kubedog
    * refactor: improve debug logs in plan executor
    * chore(kubedog): update kubedog (#366)
* Wed Jun 18 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.7.0:
    * feat: `--force-adoption` to disable release annotations checks
    * feat: expose release labels in `release get`
* Mon Jun 09 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.6.0:
    * Features
    - feat: include_debug/tpl_debug/printf_debug/dump_debug and
      detailed template errors
* Wed Jun 04 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.5.0:
    * 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)
* Fri May 23 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.4.1:
    * Bug Fixes
    - improve values handling; add more trace logs (358855f)
* Wed May 14 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.4.0:
    * 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)
    * Dependencies
    - chore: update 3p-helm module
* Wed May 07 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.3.0:
    * Features
    - allow specifying remote charts in cli commands (b21329c)
* Wed Apr 30 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.2.2:
    * chore: release 1.2.2
    * fix: improve log color detection
* Fri Apr 25 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.2.1:
    * chore: bump alpha
    * chore: release 1.2.1
    * fix: `release plan` shows insignificant changes for no reason
    * chore: bump channels
* Thu Apr 24 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.2.0:
    * 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)
    * Changelog
    - chore: release 1.2.0
    - feat: enable colors by default in some popular CI systems
    - refactor: move log color setup outside of actions
    - refactor: get rid of EnvSettings and Configuration structs of
      Helm
    - chore: update 3p-helm and common-go modules
    - fix: Buildah reexec sets wrong HOME dir
    - fix: default kubeconfig not used on empty string
      kubeconfigpath action option
    - docs: Add production readiness note
* Wed Apr 16 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.1.5:
    * chore: bump alpha
    * chore: release 1.1.5
    * fix: chart dir path and revision options/arguments to some
      commands ignored
    * chore: bump alpha
* Sun Apr 13 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.1.4:
    * Bug Fixes
    - allow werf.io/sensitive: false for Secrets (53665fd)
    - possible panic in tracking flux canary resource (c6861bf)
* Fri Apr 11 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.1.3:
    * Bug Fixes
    - nelm version shows 0.0.0 (5d79185)
    * Dependencies
    - chore: bump alpha
    - chore: release 1.1.3
    - chore: bump alpha
* Fri Apr 11 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.1.2:
    * fix: error if `$KUBECONFIG` has multiple files; major rework of
      K8s client setup
    * refactor: ability to trace structs with spew lib
    * refactor: use actions options as command configs
    * refactor: move logging setup out of Actions
    * chore(release): update tuf repo address
    * Add Future plans to README
    * Tiny corrections for README
    * chore: update builder image
    * chore: reformat code
    * refactor: change package structure and names
    * refactor: extract internal packages to `/internal`
    * refactor: prepare to extract internal packages
    * Add Known issues to README
    * chore: bump channels
* Tue Apr 01 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.1.1:
    * chore: release 1.1.1
    * fix: wrong `nelm version` output
    * docs: update README.md
    * docs: update README.md
    * docs: fix grammar in README.md
    * fix: make `info` log level less verbose
    * docs: update README.md and release docs
    * docs: update readme
    * docs: update readme
    * chroe: add toc markdown generator task
    * docs: rewrite README.md
    * chore: update github release message
    * chore: bump channels
* Fri Mar 28 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package nelm: Helm 3 alternative. It is a Kubernetes
    deployment tool that manages Helm Charts and deploys them to
    Kubernetes

Files

/usr/share/bash-completion/completions/nelm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:14:27 2026