Changelog |
* Mon Aug 13 2018 Christopher Snyder <csnyder@redhat.com> 1.23.3-1
- 1606435: Rename the async module for compatibility with python 3.7; ENT-737
(csnyder@redhat.com)
- Cockpit/Syspurpose service integration fix (aparadka@redhat.com)
- Display both new and old value in syspurpose diff message
(csnyder@redhat.com)
- Fix sending single value of addons. (jhnidek@redhat.com)
- Fix synchronization of usage with candlepin (jhnidek@redhat.com)
- 1596294: Fix displayin RHSM Spoke in Initial Setup (jhnidek@redhat.com)
- Syspurpose field value lists [ENT-766] (wpoteat@redhat.com)
- ENT-717: Syncing of syspurpose store with candlepin (jhnidek@redhat.com)
- 1609048: Replacement of imp module with importlib; ENT-758
(jhnidek@redhat.com)
* Fri Aug 03 2018 Christopher Snyder <csnyder@redhat.com> 1.23.2-1
- Move "nose" to test requirements for syspurpose (csnyder@redhat.com)
* Fri Aug 03 2018 Christopher Snyder <csnyder@redhat.com> 1.23.1-1
- Integrate Syspurpose DBus Signal with Cockpit (aparadka@redhat.com)
- Change usage_type to usage (csnyder@redhat.com)
- ENT-715 Sync syspurpose with server (csnyder@redhat.com)
- 1609052: DNF Plugin needs config initiated earlier (wpoteat@redhat.com)
- 1608963: Minimize packaging for python 3 (wpoteat@redhat.com)
- Improve test setup for syspurpose tests. (awood@redhat.com)
- Two simple fixes for syspurpose (jhnidek@redhat.com)
- Raise ioerr when necessary during sp read (csnyder@redhat.com)
- ENT-720 Adds the addons subcommand (csnyder@redhat.com)
- 1602056: Added role subcommand ENT-719 (jhnidek@redhat.com)
- Replace lsb-release in spec and Makefile (khowell@redhat.com)
- Mock out syspurpose code from being executed in subman tests
(csnyder@redhat.com)
- ENT-584 syspurpose UTF-8 support & better formatting - All syspurpose
operations now support UTF-8 - syspurpose.json now has user-friendly
indentation (nmoumoul@redhat.com)
- ENT-446 Report systempurpose on registration (csnyder@redhat.com)
- 1512944: Fix up remaining python2 deps ENT-724 (csnyder@redhat.com)
- ENT-721: Usage command (wpoteat@redhat.com)
- ENT-590 Enhanced SyspurposeStore add/remove operations - 'add' will now not
override an existing value that was added by the 'set' command, but it will
be maintained and added in a list along with the newly added value. - 'add'
will now not add an element to a list if the list already contains it (no
duplicates). - 'remove' will now unset the current value, if that turns out
to be scalar instead of being contained in a list. (nmoumoul@redhat.com)
- Move syspurpose out of packages directory. (awood@redhat.com)
- Correct small problems in syspurpose. (awood@redhat.com)
- ansible vagrant QOL fixes (khowell@redhat.com)
- ENT-723: Add System Purpose Status to System Status output
(wpoteat@redhat.com)
- Improve debug logging for release listing (khowell@redhat.com)
- Remove other references to python-kitchen. (awood@redhat.com)
- Make build_ext a proper dependency. (awood@redhat.com)
- Add zanata.xml configuration file and gettext keys.pot (awood@redhat.com)
- Move clean command to common build_ext module. (awood@redhat.com)
- Only gather optparse strings in subscription-manager. (awood@redhat.com)
- Move syspurpose source files to be under package directory.
(awood@redhat.com)
- Look for source files based on package directory locations.
(awood@redhat.com)
- Add gettext calls to syspurpose. (awood@redhat.com)
- Load build_ext i18n commands in setup.py (awood@redhat.com)
- Integrate Dbus signals with Cockpit GUI (aparadka@redhat.com)
- Do not install subman-gui from setup.py by default (khowell@redhat.com)
- ENT-591 Handle when syspurpose.json is missing & create it.
(nmoumoul@redhat.com)
- Fix indeterminate unit test failure. (awood@redhat.com)
- Removal of python-kitchen (wpoteat@redhat.com)
- ENT-731 Replaced syspurpose 'offerings' commands with 'role': - Removed
commands 'add-offerings', 'remove-offerings', 'unset-offerings' - Added
commands 'set-role' and 'unset-role' (nmoumoul@redhat.com)
- ENT-589 Intentctl -> syspurpose (csnyder@redhat.com)
- ENT-710: Add three_way_merge utility function (csnyder@redhat.com)
- ENT-477: Add signal EntitlementsChanged (aparadka@redhat.com)
- ENT-476: Add signal InstalledProductsChanged (aparadka@redhat.com)
- 1594733: Fix GetStatus in com.redhat.RHSM1.Entitlement ENT-641
(jhnidek@redhat.com)
- Make vagrant setup more flexible (khowell@redhat.com)
- ENT-475: Add signal ConfigChanged (aparadka@redhat.com)
- 1581777: Reraise exception properly. ENT-566 (jhnidek@redhat.com)
- Replace curly quote with straight quote (khowell@redhat.com)
- Add implementation of filesystem watcher (aparadka@redhat.com)
- 1581410: ENT-572: subman should require dnf-plugin-subscription-manager
(adarshvritant@gmail.com)
- ENT-478 com.redhat.RHSM1.Consumer D-Bus service object (jhnidek@redhat.com)
- 1576423: Polished changes provided in #1816 and added unit test.
(jhnidek@redhat.com)
* Fri Jun 22 2018 Christopher Snyder <csnyder@redhat.com> 1.22.1-1
- 1571998: Ignore HTB repos (nmoumoul@redhat.com)
- 1589296: subman list option --after now named --afterdate
(aparadka@redhat.com)
- 1558411: Begin building dnf-plugin-subscription-manager for RHEL 7
(csnyder@redhat.com)
- Use constant defined in cerdirectory.py. (jhnidek@redhat.com)
- 1553266: When d-bus methods are unavailable, show appropriate message. *
Added a "safe call" mechanism that makes the initial dbus calls
(entitlementService, configService, productsService) only if the service is
available, tries to restart the rhsm service if possible, and otherwise
failing gracefully. * Added new UI curtain that provides a meaningful message
and advice to the end user. * Re-added utility method statusUpdateFailed that
was accidentally deleted. (nmoumoul@redhat.com)
- 1580996: Fix comparision of objects in Python 3 (ENT-578)
(jhnidek@redhat.com)
- Make xauth Idempotent again (csnyder@redhat.com)
- Fixes missing locale issues while running nosetests (csnyder@redhat.com)
- Remove freezegun (khowell@redhat.com)
- 1576582: Make rhsm.full_fresh_on_yum=1 working again (ENT-534)
(jhnidek@redhat.com)
- ansible-fix: fixed ansible failing during vagrant up (aparadka@redhat.com)
- Update the license of the subman-cockpit-plugin to GPLv2 (csnyder@redhat.com)
- 1510920: Allow access to job cancellation API (wpoteat@redhat.com)
- ENT-447 Add icons to RPM package for subman cockpit plugin
(jhnidek@redhat.com)
* Fri Jun 08 2018 Christopher Snyder <csnyder@redhat.com> 1.22.0-1
- Remove F26 from releasers (Fedora 26 EOL) (csnyder@redhat.com)
* Thu Jun 07 2018 Christopher Snyder <csnyder@redhat.com> 1.21.5-1
- Fix python-rhsm Provides and Obsoletes (csnyder@redhat.com)
- 1568609: Updated man page for --after list option (aparadka@redhat.com)
- Get Initial Setup Addon to run during installation in Vagrant
(jhnidek@redhat.com)
- ENT-447 Create .desktop file that opens web page with our cockpit plugin
(jhnidek@redhat.com)
- ENT-481 service-level command & options now update syspurpose metadata
(nmoumoul@redhat.com)
- 1560727: Search for proxy auth message in whole error string
(aria.paradkar@gmail.com)
- 1555384: get_libexecdir now returns a string instead of bytes
(aria.paradkar@gmail.com)
- Added generic set/unset and add/remove commands to syspurpose
(crog@redhat.com)
- ENT-488 syspurpose now warns if running in container (nmoumoul@redhat.com)
- 1574706: Create python2-subscription-manager-rhsm properly
(jhnidek@redhat.com)
- Automatic rebuilding of updates.img on PXE Server (jhnidek@redhat.com)
- 1574529: Fix rhsmcertd integer overflow on i386 & i686 (csnyder@redhat.com)
- Respecting proxy port configured in rhsm.conf (oskar@wycislak.pl)
* Tue May 01 2018 Christopher Snyder <csnyder@redhat.com> 1.21.4-3
- Add dist back to release (csnyder@redhat.com)
* Tue May 01 2018 Christopher Snyder <csnyder@redhat.com> 1.21.4-2
- Add missing buildrequires to fix upstream fedora python2 builds
(csnyder@redhat.com)
* Tue May 01 2018 Christopher Snyder <csnyder@redhat.com> 1.21.4-1
- Stop building subscription-manager-gui, when Python 3 is used
(jhnidek@redhat.com)
- Remove kitchen from install_requires (khowell@redhat.com)
* Wed Apr 25 2018 Christopher Snyder <csnyder@redhat.com> 1.21.3-1
- 1439645: Perform a full entitlement refresh in the yum/dnf/zypper plugins
(csnyder@redhat.com)
- 1527727: Add proc_stat.btime fact (csnyder@redhat.com)
- 1568214: rhsmcertd no longer uses reload on py3 (csnyder@redhat.com)
- 1559227: Do not use str format for python 2.6 (csnyder@redhat.com)
- 1425766: Additional message in status to indicate content access
(wpoteat@redhat.com)
- Adds a new cli utility 'syspurpose' (csnyder@redhat.com)
- 1559227: Do not log Error messages for missing identity cert/key
(csnyder@redhat.com)
- 1458159: python-dmidecode bug fix requires specific RPM release.
(awood@redhat.com)
- fix for proxy-server provisioning - resolving of 'candlepin.example.com'
(jstavel@redhat.com)
- 1458159: Require latest version of python-dmidecode (awood@redhat.com)
- 1551044: Add the option to build both python{3,2}-subscription-manager-rhsm
(csnyder@redhat.com)
- 1559743: Reduce log level of network address fact collection to debug
(csnyder@redhat.com)
- added a vagrant section for a VM for proxy-server (jstavel@redhat.com)
- ansible role rhsm-services and TESTING.md document (jstavel@redhat.com)
- Fix updates.img to include required Python packages (jhnidek@redhat.com)
- Do not remove existing zypper repos when disconnected (csnyder@redhat.com)
- Apply updates.img druing PXE boot (jhnidek@redhat.com)
- Do not use private network addresses for vagrant hostmanager
(csnyder@redhat.com)
- Adds tool to make updates.img file for use with anaconda (csnyder@redhat.com)
- 1554482: Reenable RHUI support (csnyder@redhat.com)
- Fix building on SLES 11 (jhnidek@redhat.com)
- Added PXE BOOT client to the Vagrant setup (jhnidek@redhat.com)
- New Vagrant file for creating PXEBOOT server (jhnidek@redhat.com)
- 1551386: Cannot put unicode into gtk for button label (wpoteat@redhat.com)
- 1551465: Fix unicode decode issue on py 2.6 (csnyder@redhat.com)
- Remove unneeded spec file directives (awood@redhat.com)
* Tue Feb 27 2018 Alex Wood <awood@redhat.com> 1.21.2-3
- Add missing dist macro to release
* Mon Feb 26 2018 Alex Wood <awood@redhat.com> 1.21.2-2
- Remove %clean section (ignatenkobrain@fedoraproject.org)
- Remove BuildRoot definition (ignatenkobrain@fedoraproject.org)
* Mon Feb 26 2018 Alex Wood <awood@redhat.com> 1.21.2-1
- 1547354: Add missing requires for python-kitchen (awood@redhat.com)
- 1528625: Prevent dmidecode failure from returning None (awood@redhat.com)
- 1543639: Properly encode package profile data (jturel@redhat.com)
- 1527396: Subman cockpit plugin - fix registration using act. keys
(jhnidek@redhat.com)
- 1535974: Close register dialog, when status is changed (jhnidek@redhat.com)
- Add start date to available pool listing (wpoteat@redhat.com)
- Condition requiring --after and --all is unnecessary (wpoteat@redhat.com)
- 1510024: Handle rhel-alt product tags properly (khowell@redhat.com)
- 1540204: Raise RateLimitExceededException with headers (jhnidek@redhat.com)
- 1533905: Remove dependency on yum and chkconfig. (jhnidek@redhat.com)
- 1479353: Add --after option to list command (csnyder@redhat.com)
- 1537473: Subman rpm requires python-setuptools (jhnidek@redhat.com)
- 1525238: Do not protect rhel prod. cert with special case
(jhnidek@redhat.com)
- 1526622: Do not delete product certificates in protected directory
(jhnidek@redhat.com)
- 1519512: Handle non-UTF8 RPM vendors (khowell@redhat.com)
- 1487600: Fix registration success detection (khowell@redhat.com)
- 1527813: subman-gui use new URL of Online Documentation (jhnidek@redhat.com)
- 1527392: Clear credential data in register dialog (jhnidek@redhat.com)
- rct cat-manifest: show Web and API urls from consumer.json (evgeni@golov.de)
- Use dnf on RHEL or Fedora w/ using Python 3 (khowell@redhat.com)
- 1507030: RestlibExceptions should show they originate server-side
(awood@redhat.com)
- Package for Python 3 on Fedora (khowell@redhat.com)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jan 11 2018 Alex Wood <awood@redhat.com> 1.21.1-1
- Do not enable gpgcheck if the only a metadata gpg key is configured
(git@PaulSD.com)
- 1448313: Do not log error, when rhsmcertd is restarted (jhnidek@redhat.com)
- Support configuration of a repo metadata signing key (git@PaulSD.com)
- Generate bin scripts via setuptools entry_points (khowell@redhat.com)
- 1304056: Fix D-Bus path of com.redhat.RHSM1.Facts (jhnidek@redhat.com)
- 1516439: Cockpit reports error during unregister when candlepin unavailable
(jhnidek@redhat.com)
- 1510727: Enable starting of subman GUI, when consumer has been deleted
(jhnidek@redhat.com)
* Mon Dec 11 2017 Kevin Howell <khowell@redhat.com> 1.20.8-1
- Sync zanata translations (khowell@redhat.com)
- Add parameter to D-Bus API to pass locale for localization of errors
(jhnidek@redhat.com)
- 1463765: Fix wrong Indic-language translations (khowell@redhat.com)
- 1487600: Cockpit - Save configuration from register dialog
(jhnidek@redhat.com)
- 1464571: Improve multiple product certs errors (khowell@redhat.com)
- Replace cockpit-subscriptions (khowell@redhat.com)
- 1507158: Provide Host: in http CONNECT header (jhnidek@redhat.com)
- 1319927: Remove newline from auto enable message (khowell@redhat.com)
* Tue Nov 28 2017 Kevin Howell <khowell@redhat.com> 1.20.7-1
- Sync zanata translations (khowell@redhat.com)
* Tue Nov 28 2017 Kevin Howell <khowell@redhat.com> 1.20.6-1
- Sync zanata translations (khowell@redhat.com)
- 1514067: Call virt-what using absolute path (jhnidek@redhat.com)
- 1487688: Load config settings for cockpit plugin (khowell@redhat.com)
- Added dependencies to cockpit-bridge and cockpit-shell. (jhnidek@redhat.com)
- 1462456: Flush stdout and stderr on more places (jhnidek@redhat.com)
- 1491842: fixed typo in man page. (jhnidek@redhat.com)
- 1508591: Removed python-rhsm from subscription-manager version
(jhnidek@redhat.com)
- 1421010: Subman-GUI shows error dialog (wrong proxy settings)
(jhnidek@redhat.com)
- 1500106: subscription-manager status --ondate do not ignore date
(jhnidek@redhat.com)
- 1506970: Fixed default custom URL in cockpit plugin (jhnidek@redhat.com)
* Thu Nov 02 2017 Kevin Howell <khowell@redhat.com> 1.20.5-1
- Sync zanata translations (khowell@redhat.com)
- Cockpit - listing of installed products using patternfly-react
(jhnidek@redhat.com)
- 1508457: Bump versions in python-rhsm obsoletes (khowell@redhat.com)
- Implement fallback for settimeout on old m2crypto (khowell@redhat.com)
- Cockpit: reconcile translated strings (khowell@redhat.com)
- Cockpit: use translations from root dir (khowell@redhat.com)
* Mon Oct 30 2017 Kevin Howell <khowell@redhat.com> 1.20.4-1
- Fix cockpit tgz path in spec file (khowell@redhat.com)
* Mon Oct 30 2017 Kevin Howell <khowell@redhat.com> 1.20.3-1
- Cockpit: Implement modal dialog (khowell@redhat.com)
- Implement bootstrap-select component (khowell@redhat.com)
- Port cockpit subscriptions-client to dbus (khowell@redhat.com)
- Move python-rhsm build into subscription-manager (khowell@redhat.com)
- 1354667: Add identity cert detection to proxy error message generation
(wpoteat@redhat.com)
- 1501889: Enable yum plugins after sub-man subcommand is executed
(jhnidek@redhat.com)
- 1477958: Use inotify for checking changes of consumer certs
(jhnidek@redhat.com)
* Mon Oct 09 2017 Kevin Howell <khowell@redhat.com> 1.20.2-1
- Sync zanata translations (khowell@redhat.com)
- Bump python-rhsm requirement to 1.20.2 (khowell@redhat.com)
- 1448313: Do not log error, when rhsm_icon.json does not exist
(jhnidek@redhat.com)
- 1354667: Better message for proxy/identity cert issue (wpoteat@redhat.com)
- 1489917: More robust reading of yum plugin file (jhnidek@redhat.com)
- 1491842: Add man page doc for [rhsm] auto_enable_yum_plugins
(jhnidek@redhat.com)
- 1493711: Fix --matches option for the list command. (awood@redhat.com)
- 1476817: Set network.ipv4_address properly, when DNS misconfigured.
(jhnidek@redhat.com)
- 1483746: Force UTF-8 encoding in rhsm-service (jhnidek@redhat.com)
- rename RepoFile to YumRepoFile (dellweg@atix.de)
- 1466453: [RFE] rhn-migrate-classic-to-rhsm auto-enable yum plugins
(jhnidek@redhat.com)
- D-Bus service for removing entitlements (all/ID/serial num.)
(jhnidek@redhat.com)
- 1489917: More robust reading of yum plugin file (jhnidek@redhat.com)
- 1489877: minor typo in /etc/rhsm/rhsm.conf comment (jhnidek@redhat.com)
- restructure RepoFile hierarchy (dellweg@atix.de)
- 1319927: [RFE] sub-man automatically enables yum plugins (jhnidek@redhat.com)
- Fix polymorphy for RHSMLogHandler (dellweg@atix.de)
- 1481384: Do not update redhat.repo at RateLimitExceededException
(jhnidek@redhat.com)
- 1485008: subman register --type="RHUI" should work (jhnidek@redhat.com)
- 1481384: Do not update redhat.repo at RateLimitExceededException (#1685)
(jhnidek@redhat.com)
- Do not attempt to register if already registered. (awood@redhat.com)
- Integrate registration service into RegisterCommand. (awood@redhat.com)
- 1480659: Properly initialize clean repo copy (khowell@redhat.com)
- D-Bus service for unregistering system (#1680) (jhnidek@redhat.com)
- Add an entitlement service and use it in the CLI and DBus. (awood@redhat.com)
- Remove unneeded plugin conduit. (awood@redhat.com)
- Clean up imports in dbus.base_object (awood@redhat.com)
- Move certificate persistence into register service itself. (awood@redhat.com)
- 1480395: Force UTF-8 encoding in daemons (khowell@redhat.com)
- 1464571: 'sub-man release' prints error for more prod. certs.
(jhnidek@redhat.com)
- 1400326: Better error print, when consumer cert is corrupted
(jhnidek@redhat.com)
- Reload identity after registering. (awood@redhat.com)
- Move registration code to a distinct service. (awood@redhat.com)
- The get_installed_product_status() is now method of InstalledProducts, small
changes, refactoring. (jhnidek@redhat.com)
- D-Bus service for listing installed products (jhnidek@redhat.com)
- 1461003: Deprecate --type option on register command (wpoteat@redhat.com)
- 1462928: Reset status after connection validation (khowell@redhat.com)
- 1330036: Better status error message for initial-setup (jhnidek@redhat.com)
* Thu Jul 27 2017 Alex Wood <awood@redhat.com> 1.20.1-1
- Only return JSON body from Register service. (awood@redhat.com)
- Add a DBus object and service to attach subscriptions. (awood@redhat.com)
- 1472746: Correct sorting of dates in subman gui (jhnidek@redhat.com)
- 1472715: Python module rhsm should never call exit() (jhnidek@redhat.com)
- 1462456: added flush() method to Tee class in fixtures. (jhnidek@redhat.com)
- 1462456: flushing of stdout and stderr once again (jhnidek@redhat.com)
- 1329349: Add subscription-manager plugin to yum-config-manager
(khowell@redhat.com)
- 1468297: Fix gui proxy check (khowell@redhat.com)
- 1367672: Ignore "already attached" in register GUI (khowell@redhat.com)
- 1350402: fix broken pipe error in other bin scripts (jhnidek@redhat.com)
- 1463325: Output consumer name on registration (tony@anthonyjames.org)
- Tell SUSE to use yum since python-kitchen is unavailable. (awood@redhat.com)
- Do not package the yum plugins if they are not needed. (awood@redhat.com)
- Use python-kitchen instead of yum for util method. (awood@redhat.com)
- 1380341: Better dialog in GUI, when consumer is deleted at CP.
(jhnidek@redhat.com)
- 1459194: open Online Documentation, when env. var. LANG is unset
(jhnidek@redhat.com)
- 1455681: rhsm-debug created report dir with wrong perms (jhnidek@redhat.com)
- 1452075: print only readable part of SSL error to console
(jhnidek@redhat.com)
- 1413161: Add baseurl examples, explanation (khowell@redhat.com)
- 1386914: Add hypervisor consumer type to manpages (khowell@redhat.com)
- 1444453: Have gettext return unicode instead of bytes. (awood@redhat.com)
- 1443570: Update retired article reference (redhatrises@gmail.com)
- 1457348: Use https for the redhat.com/forgot_password label.
(jhnidek@redhat.com)
- 1457197: Env. variable no_proxy=* is not ignored (jhnidek@redhat.com)
- 1392709: Display better error msg., when wrong proxy is set up
(jhnidek@redhat.com)
- 1448501: subman gui can unregister, when network is up again
(jhnidek@redhat.com)
- 1422196: Update container certs after plugin install (khowell@redhat.com)
- 1441397: added --noproxy for rhsm-debug auto-completion (jhnidek@redhat.com)
- 1421010: GUI opens network dialog due to bad proxy during startup
(jhnidek@redhat.com)
- 1414529: Raise exception with path/string of wrong certificate.
(jhnidek@redhat.com)
- 1443164: no_proxy match the host name when *.redhat.com is used
(jhnidek@redhat.com)
- 1441397: Added --noproxy to bash completion script (jhnidek@redhat.com)
- Python 3 compatability fixes. (awood@redhat.com)
- 1365472: Add mnemonic for subscription-manager spoke (khowell@redhat.com)
- 1443159: Added default value for splay configuration (jhnidek@redhat.com)
- 1452737: Enable saving no_proxy settings from GUI (jhnidek@redhat.com)
- 1451003: identity reports right info in name field (jhnidek@redhat.com)
- 1450818: Bug fix of com.redhat.Subscriptionmanager D-Bus policy
(jhnidek@redhat.com)
- 1451166: Fix Host header when using proxy (khowell@redhat.com)
- 1450049: Replace `-` with `_` in completion functions (khowell@redhat.com)
- 1450862: remove obsolete certiciates of golden ticket (jhnidek@redhat.com)
- 1448855: golden ticket entitlement was not removed. (jhnidek@redhat.com)
- 1449824: facts collection aborts with unknown locale (jhnidek@redhat.com)
- 1432231: Support /etc/init.d daemon even on EL7 (khowell@redhat.com)
- 1450210: Make lscpu ignore locale again (khowell@redhat.com)
- 1447211: Don't read non-existing json cache file. (jhnidek@redhat.com)
- 1401787: Use json file for caching pool type. (jhnidek@redhat.com)
- 1447722: use socket.getaddrinfo() to mimic hostname -f cmd
(jhnidek@redhat.com)
- 1427069: Add secondary file to determine external repo file changes
(wpoteat@redhat.com)
- 1444453: set bin scripts file encoding to utf-8 (khowell@redhat.com)
- 1444453: Set default encoding for gui to UTF-8 (khowell@redhat.com)
- include 'full_refresh_on_yum' logic in zypper service plugin
(dellweg@atix.de)
- rehash ca-path in zypper service plugin (dellweg@atix.de)
- Add preliminary zypper support (khowell@redhat.com)
- Define libexec directory at compile time (kkaempf@suse.de)
- Separate CFLAGS and LDFLAGS (kkaempf@suse.de)
- 1445204: Update timestamp during intitial cert check. (jhnidek@redhat.com)
* Mon May 08 2017 Kevin Howell <khowell@redhat.com> 1.20.0-1
- Bump python-rhsm requirement to 1.20.0 (khowell@redhat.com)
- 1444512: Display deleted uuid in facts dialog correctly. (jhnidek@redhat.com)
* Tue May 02 2017 Kevin Howell <khowell@redhat.com> 1.19.12-1
- Bump python-rhsm requirement to 1.19.6 (khowell@redhat.com)
* Tue May 02 2017 Kevin Howell <khowell@redhat.com> 1.19.11-1
- 1446638: Remove dbus-x11 dependency (khowell@redhat.com)
- 1443101: Provide feedback for force register (khowell@redhat.com)
- 1446469: Use sys.setdefaultencoding('utf-8') in better way.
(jhnidek@redhat.com)
- 1440319: fixed wrong spelling. (jhnidek@redhat.com)
- 1426343: fixed rct to display cert without subjectAltName.
(jhnidek@redhat.com)
* Thu Apr 27 2017 Kevin Howell <khowell@redhat.com> 1.19.10-1
- Sync zanata translations (khowell@redhat.com)
- 1444714: Error reading system DMI information (jhnidek@redhat.com)
- 1357152: Print right dates on subscription-manager list --installed
(jhnidek@redhat.com)
- 1445387: Set locale fact to Unknown if value cannot be determined
(khowell@redhat.com)
- 1443693: Enable to overwrite system.certificate_version with custom fact.
(jhnidek@redhat.com)
- 1444800: Added mising policy file. (jhnidek@redhat.com)
- 1429505: Facts dbus service does not start properly due to timeout.
(jhnidek@redhat.com)
- 1443215: bug fix of writing time stamps. (jhnidek@redhat.com)
- 1443554: Clicking at Help->Getting Started opens yelp. (jhnidek@redhat.com)
- 1428002: Add proxy configuration info to man page (khowell@redhat.com)
- 1443598: Remove M2Crypto reference from rhsmlib (khowell@redhat.com)
* Thu Apr 20 2017 Kevin Howell <khowell@redhat.com> 1.19.9-1
- Sync zanata translations (khowell@redhat.com)
- 1438869: Capture dmidecode errors at fact gathering (khowell@redhat.com)
- 1443205: Simplify rhsmcertd log message plurality (csnyder@redhat.com)
- 1435771: Fix UnboundLocalError during custom facts collection
(csnyder@redhat.com)
- 1426357: Fix DBus register service configuration issue. (awood@redhat.com)
- 1405314: Better output message, when subman gui is launched with non-root
user. (jhnidek@redhat.com)
- 1426685: Bug fix: subman doesn't log errors when repository enabling failed
(jhnidek@redhat.com)
- 1441698: Install missing rpm package with fonts. (jhnidek@redhat.com)
- 1438085: Do not include virt.uuid for platforms where it is not known
(csnyder@redhat.com)
* Mon Apr 17 2017 Kevin Howell <khowell@redhat.com> 1.19.8-1
- Sync zanata translations (khowell@redhat.com)
- Bump python-rhsm requirement to 1.19.5 (khowell@redhat.com)
- 1435013: Add splay option to rhsmcertd, randomize over interval
(csnyder@redhat.com)
- 1438139: Make subscription details view expand (khowell@redhat.com)
- 1438869: Clear dmidecode warnings (khowell@redhat.com)
- Update log message to be more clear about the splay time being used
(csnyder@redhat.com)
- 1438561: Do not use D-Bus for facts collection (khowell@redhat.com)
- 1433368: 1432947: Filter content access certs at entitlement list level
(wpoteat@redhat.com)
* Tue Apr 11 2017 Kevin Howell <khowell@redhat.com> 1.19.7-1
- Sync zanata translations (khowell@redhat.com)
- 1440934: Ensure rhsmcertd performs both types of checks (csnyder@redhat.com)
- 1440251: Bug fixing building of rhsmcertd at RHEL (jhnidek@redhat.com)
- 1440922: Add a description of maxSplayMinutes to the rhsm.conf man page
(csnyder@redhat.com)
* Mon Apr 10 2017 Kevin Howell <khowell@redhat.com> 1.19.6-1
- Bump required python-rhsm version to 1.19.4-1 (khowell@redhat.com)
- 1435013: Add splay to all checks done by rhsmcertd (csnyder@redhat.com)
- 1431659: Let rhsmcertd-worker clean up on SIGTERM (khowell@redhat.com)
- 1428435: Make release set/unset regenerate repos (khowell@redhat.com)
- 1425922: System locale in facts (wpoteat@redhat.com)
- 1420533: Add no_proxy option to API, config, UI (khowell@redhat.com)
- 1424614: Add support to rct to print contentAccessMode attribute
(rjerrido@outsidaz.org)
- Automatic commit of package [python-rhsm] release [1.19.3-1].
(khowell@redhat.com)
- 1434860: Only log correlation ID for specified cmd (khowell@redhat.com)
* Thu Mar 30 2017 Kevin Howell <khowell@redhat.com> 1.19.5-1
- Zanata translations for 1.19.X (khowell@redhat.com)
- 1433479: rhsmcertd - check connection before lock (khowell@redhat.com)
- 1427069: Prioritize content from Basic entitlements (khowell@redhat.com)
- 1429657: Remove catch-all on register --force (khowell@redhat.com)
* Mon Mar 20 2017 Kevin Howell <khowell@redhat.com> 1.19.4-1
- Bump required python-rhsm version to 1.19.2 (khowell@redhat.com)
- 1434094: Deny D-BUS Config.Set from non-root (khowell@redhat.com)
* Mon Mar 20 2017 Kevin Howell <khowell@redhat.com> 1.19.3-1
- Lock down Facts object to be accessible to root only. (awood@redhat.com)
- 1423013: Allow DBus calls to the com.redhat.RHSM1 interfaces
(awood@redhat.com)
- Address code paths with Coverity FORWARD_NULL (khowell@redhat.com)
* Mon Mar 13 2017 Kevin Howell <khowell@redhat.com> 1.19.2-1
- Query.na_dict() has been renamed in dnf 2.0 (#1544)
(MichaelMraka@users.noreply.github.com)
- Add correlation ID to each cmd & rhsmcertd run (khowell@redhat.com)
- 1425438: Hide content access certs from list cmd (khowell@redhat.com)
- 1421930: Force update of icon cache on install of subman gui
(csnyder@redhat.com)
- Bug fix: make install works as expected, when PYTHON_VER is not set using
system variable. (jiri.hnidek@tul.cz)
- 1415708: Fix issues with facts gathering. (awood@redhat.com)
- Add content access cert functionality to subman (khowell@redhat.com)
- Bootstrap DBus mainloop when rhsmcertd runs. (awood@redhat.com)
- Fix string comparison missed in python3 PR (khowell@redhat.com)
- Add missing Requires and BuildRequires needed by F25. (awood@redhat.com)
* Fri Jan 20 2017 Alex Wood <awood@redhat.com> 1.19.1-1
- Add missing BuildRequires. (awood@redhat.com)
- Zanata translations for 1.19 (adarshvritant@gmail.com)
- Drop unsupported languages from zanata.xml (adarshvritant@gmail.com)
- Fix initialization of a couple of tests (khowell@redhat.com)
* Thu Jan 19 2017 Alex Wood <awood@redhat.com> 1.19.0-1
- Bump version to 1.19 (adarshvritant@gmail.com)
- 1405125: Strip null byte from end of virt uuid. (awood@redhat.com)
- Provide DBus objects for configuration, facts, and registration.
(awood@redhat.com)
- Use repo location for python-rhsm dependency. (awood@redhat.com)
- 1402009: Unset TERM inside subscription-manager (khowell@redhat.com)
- 1404930: Provide GUI flow to fix proxy settings (khowell@redhat.com)
- 1403387: Fix proxy conn test short-circuit (csnyder@redhat.com)
- 1401394: Collect fqdn via `hostname -f` (khowell@redhat.com)
* Fri Dec 09 2016 Vritant Jain <adarshvritant@gmail.com> 1.18.6-1
- 1401078: "Remote server error" on BadStatusLine (khowell@redhat.com)
- 1390712: Add --remove-rhn-packages to man pages (khowell@redhat.com)
- fix keyerror when showing subs that doesnt have derivedProvidedProducts
(rjerrido@outsidaz.org)
- Fix test failure when no legacy services installed (khowell@redhat.com)
- show Derived Provided Products for products that have them
(rjerrido@outsidaz.org)
- 1261215: Fix frozen progress bars (khowell@redhat.com)
- 1360427: Show error if browser is not detected (khowell@redhat.com)
* Fri Nov 25 2016 Vritant Jain <adarshvritant@gmail.com> 1.18.5-1
- 1395659: Handle ProxyExceptions that occur during GUI operation
(csnyder@redhat.com)
- 1395662: Properly parses exc_info based on type (csnyder@redhat.com)
- 1395794: Include python-decorator as a required dependency
(csnyder@redhat.com)
- 1378495: Do not touch OSTree Origin files. (csnyder@redhat.com)
- Replace m2crypto references (khowell@redhat.com)
- 1390258: Validate --remove-rhn-packages conflicting options
(khowell@redhat.com)
- 1390341: Disable SysV/systemd services properly (khowell@redhat.com)
- 1268033: Add progress screen for validate server (khowell@redhat.com)
* Tue Nov 08 2016 Vritant Jain <adarshvritant@gmail.com> 1.18.4-1
- Rev zanata version to 1.18.X (adarshvritant@gmail.com)
- 1389559: Parse log levels properly from config (khowell@redhat.com)
- 1390549: Force input prompts to use stdout (khowell@redhat.com)
- debrand so my Katello server errors don't point to real RHSM
(riehecky@fnal.gov)
* Mon Oct 17 2016 Vritant Jain <adarshvritant@gmail.com> 1.18.3-1
- 1367128, 1367126: Add network.fqdn fact (khowell@redhat.com)
- 1305729: Improve dnf-plugin package metadata (khowell@redhat.com)
- 1382897: Don't always reenable register menu item (khowell@redhat.com)
- 1382355: Don't swallow CLI autoattach exceptions (khowell@redhat.com)
- 1245473: Add container-specific no-certs warning (khowell@redhat.com)
- 1369577: Fix rct cat-manifest --no-content format (khowell@redhat.com)
- 1379258: Fix alignment of GTK3 choose_server screen (khowell@redhat.com)
- 1320371: Display user-friendly rate limit messages (khowell@redhat.com)
- 1362731: Change titles when moving to subscription attachment
(wpoteat@redhat.com)
- 1163968: Use macro for service restart (wpoteat@redhat.com)
- 1372779: Fix typo in "connection" (khowell@redhat.com)
- 1259768: initial-setup: notify and block for async (khowell@redhat.com)
- 1365472: Add keyboard mnemonics for initial-setup (khowell@redhat.com)
- 1176219: Treat port as integer for GUI conn test (khowell@redhat.com)
- 1366523: Ensure that each quantity spinner has proper settings
(wpoteat@redhat.com)
* Fri Sep 16 2016 Alex Wood <awood@redhat.com> 1.18.2-1
- 1176219: Error out if bad proxy settings detected (khowell@redhat.com)
- 1376014: Clear activation key list when checkbox unchecked
(wpoteat@redhat.com)
- 1367509: fix cert not found message, expand tilde (khowell@redhat.com)
- 1373922: Add cat-manifest --no-content desc to man (khowell@redhat.com)
- 1346368: Add server_timeout to rhsm.conf manpage (khowell@redhat.com)
- 1374389: rm --no-content from stat-cert completion (khowell@redhat.com)
- 1366799: Do not check for a releaseVer override when in container
(csnyder@redhat.com)
- 1185914: migrate - handle legacy services/packages (khowell@redhat.com)
- 1367657: Escape RestlibExceptions for gui display (csnyder@redhat.com)
- 1371632: Disallow connection test w/ missing info (khowell@redhat.com)
- 1372673: Ensure user is able to skip auto attach during initial-setup
(csnyder@redhat.com)
- 1330515: Account for keyboard interrupt (wpoteat@redhat.com)
- 1371202: Make sub attach view expand in GTK3 (khowell@redhat.com)
- 1370623: Fix text sorting for treeview columns (khowell@redhat.com)
- 1369522: Add cat-manifest --no-content to bash completion
(khowell@redhat.com)
- 1298140: Set default window icon (khowell@redhat.com)
- 1331739: Validate repo-override --remove non-empty [squashed]
(khowell@redhat.com)
- 1323271: Update compliance when facts update (khowell@redhat.com)
- Disallow empty name for --add (khowell@redhat.com)
- Make repo-override --add emit error same as remove (khowell@redhat.com)
- 1368362: Do not display logging config error on upgrade (csnyder@redhat.com)
- 1366055: Add docs for the LOGGING section to rhsm.conf man page
(csnyder@redhat.com)
- 1366301: Entitlement regeneration failure no longer aborts refresh
(crog@redhat.com)
- 1336428: Check notification object before use (wpoteat@redhat.com)
- 1365280: Change default log level back to INFO (csnyder@redhat.com)
- 1362138: Change method signature for Anaconda addon (jkonecny@redhat.com)
- 1251516: Disable import when registered (wpoteat@redhat.com)
- 1336880: Print virt_limit attributes with rct cat-manifest.
(rjerrido@outsidaz.org)
- 1336883: Add --no-content switch to cat-manifest to reduce output.
(rjerrido@outsidaz.org)
- Updated required python-rhsm version (crog@redhat.com)
- 1334916: Move logging configuration to rhsm.conf (csnyder@redhat.com)
- 1264108: Clear error message on back action (wpoteat@redhat.com)
- Kill transient parent warnings from Register dialog (wpoteat@redhat.com)
- 1333904: 1333906: Append accessible name to contain selected value
(wpoteat@redhat.com)
- 1360909: The refresh command now requests entitlement cert regeneration
(crog@redhat.com)
- 1351009: Modify message to cover more scenarios (wpoteat@redhat.com)
- 1351370: Ensure rhsmd exits on exceptions (csnyder@redhat.com)
- Don't warn about GTK_VERSION if SUBMAN_GTK_VERSION is set (vrjain@redhat.com)
- 1323276: Don't display or store 'None' in proxy values (wpoteat@redhat.com)
- 1327179: Check proxy configuration at GUI startup (wpoteat@redhat.com)
|