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

yq-bash-completion-4.52.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: yq-bash-completion Distribution: openSUSE Tumbleweed
Version: 4.52.2 Vendor: openSUSE
Release: 1.2 Build date: Mon Feb 2 11:24:06 2026
Group: Unspecified Build host: reproducible
Size: 15913 Source RPM: yq-4.52.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mikefarah/yq
Summary: Bash Completion for yq
Bash command line completion support for yq.

Provides

Requires

License

MIT

Changelog

* Mon Feb 02 2026 Dirk Müller <dmueller@suse.com>
  - update to 4.52.2:
    * Fixed bad instructions file breaking go-install (#2587)
      Thanks @theyoprst
    * Fixed TOML table scope after comments (#2588) Thanks @tomers
    * Multiply uses a readonly context
    * Fixed merge globbing wildcards in keys
    * Fixing TOML subarray parsing issue
  - update to 4.52.1:
    * TOML encoder support - you can now roundtrip! #1364
    * Parent now supports negative indices, and added a 'root'
      command for referencing the top level document
    * Fixed scalar encoding for HCL
    * Add --yaml-compact-seq-indent / -c flag for compact sequence
      indentation (#2583) Thanks @jfenal
    * Add symlink check to file rename util (#2576) Thanks @Elias-
      elastisys
    * Powershell fixed default command used for __completeNoDesc
      alias (#2568) Thanks @teejaded
    * Unwrap scalars in shell output mode. (#2548) Thanks
      @flintwinters
    * Added K8S KYAML output format support (#2560) Thanks @robbat2
  - update to 4.50.1:
    * Added HCL Support - First cut - hopefully it works well!
    * Fixing handling of CRLF #2352
  - update to 4.49.2:
    * Fixing escape character bugs :sweat: #2517
    * Fixing snap release pipeline #2518 Thanks @aalexjo
  - update to 4.49.1:
    * Added `--security` flags to disable env and file ops #2515
    * Fixing TOML ArrayTable parsing issues #1758
    * Fixing parsing of escaped characters #2506
* Mon Nov 17 2025 Dirk Müller <dmueller@suse.com>
  - update to 4.48.2:
    * Strip whitespace when decoding base64 #2507
    * Upgraded to go-yaml v4! (thanks @ccoVeille, @ingydotnet)
    * Add linux/loong64 to release target (thanks @znley)
    * Added --shell-key-separator flag for customizable shell
      output format #2497 (thanks @rsleedbx)
  - update to 4.48.1:
    * Added 'parents' operator, to return a list of all the
      hierarchical parents of a node
    * Added 'first(exp)' operator, to return the first entry
      matching an expression in an array
    * Fixed xml namespace prefixes #1730 (thanks @baodrate)
    * Fixed out of range panic in yaml decoder #2460 (thanks
      @n471d)
  - update to 4.47.2:
    * Conversion from TOML to JSON no longer omits empty tables
      [#2459] (thanks @louislouislouislouis)
  - update to 4.47.1:
    * Fixed merge anchor behaviour (`<<`); #2404, #2110, #2386,
      [#2178] Huge thanks to @stevenwdv!
* Tue Jul 29 2025 Alexey Kolos <lioli7k@gmail.com>
  - Fix zsh completion location
* Mon Jul 14 2025 Dirk Müller <dmueller@suse.com>
  - update to 4.46.1:
    * Added INI support
    * Fixed 'add' operator when piped in with no data #2378, #2383,
      [#2384]
    * Fixed delete after slice problem (bad node path) #2387 Thanks
      @antoinedeschenes
    * Fixed yq small build Thanks @imzue
    * Switched to YAML org supported go-yaml!
  - update to 4.45.4:
    * Fixing wrong map() behaviour on empty map #2359
  - update to 4.45.3:
    * Fixing regression (#2353, #2359, #2325) introduced with in
      4.45.2 with #2325 fix
  - update to 4.45.2:
    * Added windows arm builds (Thanks @albertocavalcante,
      @ShukantPal)
    * Added s390x platform support (Thanks @ashokpariya0)
    * Additionally push docker images to ghcr.io (Thanks @reegnz)
    * Fixing add when there is no node match #2325
    * sort_by works on maps
  - update to 4.45.1:
    * Create parent directories when --split-exp is used, Thanks
      @rudo-thomas
  - drop Bump-golang.org-x-net-from-0.32.0-to-0.33.0.patch (upstream)
* Wed Jan 08 2025 Christian Goll <cgoll@suse.com>
  - Updated to 4.44.6:
    * Fixed deleting items in array bug #2027, #2172; Thanks @jandubois
    * Docker image for armv7 / raspberry pi3, Thanks @brianegge
    * Fixed no-colors regression #2218
    * Fixed various panic scenarios #2211
    * Bumped dependencies
  - Changes from 4.44.5 (4.44.4 was skipped)
    * Format comments with a gray foreground (Thanks @gabe565)
    * Fixed handling of nulls with sort_by expressions #2164
    * Force no color output when NO_COLOR env presents (Thanks @narqo)
    * Fixed array subtraction update bug #2159
    * Fixed index out of range error
    * Can traverse straight from parent operator (parent.blah)
    * Bumped dependencies
  - Bumped x/net to 0.33.0 to fix CVE-2024-45338
    * add file Bump-golang.org-x-net-from-0.32.0-to-0.33.0.patch
* Mon Aug 12 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.44.3:
    * Fixed upper-case file extension detection
    * Log printing follow no-colors flag
    * Skip and warn when interpolating strings and theres a
      unclosed bracket
    * Fixed CSV content starting with # issue #2076
    * Bumped dependencies
* Mon Jun 17 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.44.2:
    * Handle numbers with underscores #2039
    * Unique now works on maps and arrays #2068
    * Added support for short hand splat with env[] expression
      [#2071], as well as many other operators
      (split,select,eval,pick..)
    * Bumped dependencies
  - update to 4.44.1:
    * Added min/max operators (#1992) Thanks @mbenson
    * Added pivot oeprator (#1993) Thanks @mbenson
    * Fix: shell-completion (#2006) Thanks @codekow
    * Handle escaped backslashes (#1997) Thanks @mbenson
    * Fix npe when given filename ending with "."
    * Fix: linux (w/ selinux) build (#2004) Thanks @codekow
    * Bumped dependencies
  - update to 4.43.1:
    * Added omit operator #1989 thanks @mbenson!
    * Can now multiply strings by numbers #1988  thanks @mbenson!
    * Added tostring #72
    * Added string interpolation #1149
    * Can specify parent(n) levels #1970
    * Fixed CSV line break issue #1974
    * Adding a EvaluateAll function to StringEvaluator #1966
    * yqlib, default to colors off when using yaml library #1964
    * Removed JSON output warning
    * Bumped dependencies
  - update to 4.42.1:
    * Can execute yq expression files directly with shebang #1851
    * Added --csv-separator flag #1950
    * Added --properties-separator option - thanks  @learnitall
    * Added --properties-array-brackets flag for properties encoder
    * Shell completion improvements - thanks @scop #1911
    * Bumped dependencies
  - update to 4.41.1:
    * Can now comment in yq expressions! #1919
    * Added new CSV option to turn off auto-parsing #1947
    * Can now retrieve the alias names of merge anchors #1942
    * Fixed Toml decoding when table array defined before parent
    * Fixing with_entries context #1925
* Thu Feb 08 2024 Dirk Müller <dmueller@suse.com>
  - update to 4.40.6:
    * Fixed to_entries[]
    * Added sample yq script
* Mon Dec 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.40.5:
    * Fixing seg fault on bad XML #1888
    * Fixed handling of --- #1890, #1896
  - update to 4.40.4:
    * Fixed bug with creating maps with values based off keys
* Fri Nov 24 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.40.3:
    * Fixed JSON output issue with empty arrays #1880
  - update to 4.40.2:
    * Do not panic when StdIn is closed (#1867) Thanks @aleskandro!
    * Fixed issue when update against self #1869
    * Fixed multi doc anchor bug #1861
    * Fixes doc line separator issue when reading expression file
      [#1860]
    * Bumped dependencies
* Wed Oct 11 2023 Dirk Müller <dmueller@suse.com>
  - trim paths in the binary
  - run tests
* Tue Sep 26 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.35.2 (bsc#1215808):
    * Fix various typos #1798
    * Fixed number parsing as float bug in JSON #1756
    * Fixed string, null concatenation consistency #1712
    * Fixed expression parsing issue #1711
    * Bumped dependencies
  - update to 4.35.1:
    * Added Lua output support
    * Added BSD checksum format
    * Bumped dependencies
* Tue Jul 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.34.2:
    * Bumped depedencies
  - update to 4.34.1:
    * Added shell output format
    * Fixed nil pointer dereference
    * Bumped dependency versions
* Fri Apr 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.33.3:
    * Fixed bug when splatting empty array #1613
    * Added scalar output for TOML (#1617)
    * Fixed passing of read-only context in pipe (partial fix for
      [#1631])
    * Bumped dependency versions
* Fri Mar 31 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.33.2:
    * Add ``--nul-output|-0`` flag to separate element with NUL
      character (#1550) Thanks @vaab!
    * Add removable-media interface plug declaration to the snap
      packaging(#1618) Thanks @brlin-tw!
    * Scalar output now handled in csv, tsv and property files
    * Bumped dependency versions
* Mon Mar 27 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.33.1:
    * Added read-only TOML support! #1364. Thanks @pelletier for
      making your API available in your toml lib :)
    * Added warning when auto detect by file type is outputs JSON
* Mon Mar 20 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.32.2:
    * Fixes parsing terraform tfstate files results in "unknown"
      format
    * Added divide and modulo operators (#1593)
    * Add support for decoding base64 strings without padding
    * Add filter operation (#1588) - thanks @rbren!
    * Detect input format based on file name extension (#1582)
    * Auto output format when input format is automatically
      detected
    * Fixed npe in log #1596
    * Improved binary file size!
    * Bumped dependency versions
* Thu Mar 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.31.2:
    * Fixed merged anchor reference problem #1482
    * Fixed xml encoding of ProcInst #1563, improved XML
      comment handling
    * Allow build without json and xml support (#1556) Thanks
    * Bumped dependencies
* Tue Feb 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.31.1:
    * Added shuffle command #1503
    * Added ability to sort by multiple fields #1541
    * Added @sh encoder #1526
    * Added @uri/@urid encoder/decoder #1529
    * Fixed date comparison with string date #1537
    * Added from_unix/to_unix Operators
    * Bumped dependency versions
* Mon Jan 16 2023 Dirk Müller <dmueller@suse.com>
  - update to v4.30.8:
    * Log info message instead of erroring when unable to chown file in linux
      (e.g. snap confinement) #1521
    * Fixed bug in splice operator #1511
    * Fixed value operator bug  #1515
    * Fixed handling of merging null #1501
    * Ownership of file now maintained in linux (thanks @vaguecoder) #1473
    * Bumped dependency versions

Files

/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/yq


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 18 23:43:29 2026