1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-02 16:32:56 +00:00
community.general/changelogs/fragments
Michael Galati ebb534166e
mas: Fix parsing on mas 3.0.0+. (#11179)
* mas: Fix parsing on mas 3.0.0+.

`mas` changed the formatting of `mas list` with version 3, which breaks
the parsing this module uses to determine which apps are installed.  In
particular, app IDs may now have leading space, which causes us to split
the string too early.

* Changelog fragment.

* Better format examples and changlog fragment.
2025-11-24 21:32:16 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
11029-extra-whitespace.yml remove extraneous whitespaces (#11029) 2025-11-05 22:27:33 +01:00
11030-wsl-typing.yml Fix typing failure in CI (#11030) 2025-11-05 21:49:32 +01:00
11031-tss-lookup-delinea-rebranding.yml Update TSS lookup plugin documentation and add Delinea Platform authentication examples (#11031) 2025-11-10 06:31:37 +01:00
11043-ruff-check.yml Address issues reported by ruff check (#11043) 2025-11-08 17:05:21 +13:00
11045-check-cobbler-version.yml Use Cobbler API version format to check version (#11045) 2025-11-12 06:47:07 +01:00
11046-locale-gen-usrlocal.yml locale_gen: search for available locales in /usr/local as well (#11046) 2025-11-16 11:17:08 +13:00
11048-py3-cond.yml remove conditional code for old snakes (#11048) 2025-11-08 17:21:46 +01:00
11049-ruff-check.yml Improve Python code: address unused variables (#11049) 2025-11-09 08:14:35 +01:00
11052-dnsimple-info-improves.yml dnsimple_info: minor improvements (#11052) 2025-11-09 18:02:29 +01:00
11054-zfs-facts-checkrc.yml zfs_facts: use check_rc (#11054) 2025-11-09 08:14:56 +01:00
11069-deprecate-spotinst.yml spotinst_aws_elastigroup: deprecation (#11069) 2025-11-11 19:21:51 +13:00
11070-deprecate-layman.yml layman: deprecation (#11070) 2025-11-11 18:12:22 +13:00
11072-opendj-checkrc.yml opendj_backendprop: use check_rc (#11072) 2025-11-10 19:36:21 +13:00
11076-irc-true.yml irc: use True instead of 1 (#11076) 2025-11-10 19:29:06 +13:00
11078-py2-ssl.yml discard Python 2 ssl handling (#11078) 2025-11-10 21:12:17 +01:00
11087-deprecate-swupd.yml swupd: deprecation (#11087) 2025-11-11 18:48:42 +13:00
11088-deprecate-dconf-fallback.yml dconf: deprecate fallback mechanism (#11088) 2025-11-11 18:03:59 +13:00
11093-yum-versionlock-to-native.yml yum_versionlock: remove to_native() around command output (#11093) 2025-11-11 19:10:10 +13:00
11095-raise-from.yml Use raise from in plugins (#11095) 2025-11-12 20:34:26 +01:00
11097-raise-from.yml Use raise from in modules (#11097) 2025-11-12 21:00:17 +01:00
11098-tonative-1.yml replace batch of redundant to_native() occurrences (#11098) 2025-11-11 19:10:00 +13:00
11102-tonative-2.yml replace batch of redundant to_native() occurrences (#11102) 2025-11-12 21:42:19 +01:00
11104-tonative-3.yml replace batch of redundant to_native()/to_text() occurrences (#11104) 2025-11-12 21:42:37 +01:00
11105-tonative-4.yml replace batch of redundant to_native()/to_text() occurrences (#11105) 2025-11-12 21:42:52 +01:00
11106-tonative-5.yml replace batch of redundant to_native()/to_text() occurrences (#11106) 2025-11-12 21:43:14 +01:00
11107-extend-merge-variables-failure-message.yml Extend failure message for merge_variables type detection (#11107) 2025-11-16 13:31:07 +01:00
11110-tonative-6.yml replace batch 6 of redundant to_native()/to_text() occurrences (#11110) 2025-11-12 21:43:39 +01:00
11112-tonative-7.yml replace redundant to_native()/to_text() occurrences, batch 7 (#11112) 2025-11-13 10:38:29 +13:00
11115-ruff-cases-1.yml fix ruff case B007 (#11115) 2025-11-12 21:06:14 +01:00
11119-ruff-cases-2.yml fix ruff case SIM103 (#11119) 2025-11-12 21:12:47 +01:00
11121-ruff-cases-3.yml fix ruff case E721 (#11121) 2025-11-12 21:14:04 +01:00
11122-yield-from-ignore.yml remove ignore lines for Python 2 (#11122) 2025-11-12 21:14:51 +01:00
11143-tonative-8.yml replace redundant to_native()/to_text() occurrences, batch 8 (#11143) 2025-11-16 11:18:17 +13:00
11144-xcc-redfish-command-listkeys.yml xcc_redfish_command: fix messages showing dict keys (#11144) 2025-11-16 11:07:56 +13:00
11145-ruff-cases-4.yml fix ruff case B015 (#11145) 2025-11-13 06:23:30 +01:00
11148-snmp-facts-improve.yml snmp_facts: improvements (#11148) 2025-11-23 13:17:11 +01:00
11149-rv-exception.yml fix return value exception (#11149) 2025-11-18 20:07:26 +13:00
11167-typing.yml Add type hints to action and test plugins and to plugin utils; fix some bugs, and improve input validation (#11167) 2025-11-22 22:52:21 +01:00
11168-homebrew_service.yml Address UP014: use NamedTuple class syntax (#11168) 2025-11-21 18:19:36 +01:00
11179-mas-list-parsing.yml mas: Fix parsing on mas 3.0.0+. (#11179) 2025-11-24 21:32:16 +01:00
11189-ruff-cases-6.yml fix ruff case UP030 (#11189) 2025-11-23 08:37:41 +01:00
11190-ruff-cases-7.yml fix ruff case SIM112 (#11190) 2025-11-23 08:37:12 +01:00
11192-solaris-zone-os-system.yml solaris_zone: replace os.system() with run_command() (#11192) 2025-11-25 09:07:25 +13:00
11193-onepassword-info-popen.yml onepassword_info: replace subprocess.Popen() with run_command() (#11193) 2025-11-25 09:11:24 +13:00
filesystem-xfs-resize-slack.yml filesystem: xfs resize: minimal required increment (#11033) 2025-11-07 21:27:50 +01:00