Change logs for sosreport source package in Impish

  • sosreport (4.3-1ubuntu0.21.10.1) impish; urgency=medium
    
      * New 4.3 upstream. (LP: #1960996)
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.3
    
      * New patches:
        - d/p/0002-fix-setup-py.patch:
          Add python sos.help module, it was missed in
          upstream release.
        - d/p/0003-mention-sos-help-in-sos-manpage.patch:
          Fix sos-help manpage.
    
      * Former patches, now fixed:
        - d/p/0002-report-implement_estimate-only.patch
        - d/p/0003-ceph-add-support-for-containerized-ceph-setup.patch
        - d/p/0004-ceph-split-plugin-by-components.patch
        - d/p/0005-openvswitch-get-userspace-datapath-implementations.patch
        - d/p/0006-report-check-for-symlink-before-rmtree.patch
    
      * Remaining patches:
        - d/p/0001-debian-change-tmp-dir-location.patch
    
     -- Nikhil Kshirsagar <email address hidden>  Fri, 18 Feb 2022 10:15:33 +0000
  • sosreport (4.2-1ubuntu0.21.10.1) impish; urgency=medium
    
      * New 4.2 upstream release. (LP: #1941745)
        - This release contains numerous improvements
          and bug fixes to several components within sos,
          including an overhaul to the project's test suite
          and infrastructure.
    
      * For more details, full release note is available here:
        - https://github.com/sosreport/sos/releases/tag/4.2
    
      * Remaining patches:
       - d/p/0001-debian-change-tmp-dir-location.patch
    
      * New patches:
        - d/p/0002-report-implement_estimate-only.patch
        - d/p/0003-ceph-add-support-for-containerized-ceph-setup.patch
        - d/p/0004-ceph-split-plugin-by-components.patch
        - d/p/0005-openvswitch-get-userspace-datapath-implementations.patch
        - d/p/0006-report-check-for-symlink-before-rmtree.patch
    
      * Former patches, now fixed:
        - d/p/0002-clean-prevent-parsing-ubuntu-user.patch
        - d/p/0003-ubuntu-policy-fix-upload.patch
        - d/p/0004-chrony-configuration-can-now-be-fragmented.patch
        - d/p/0005-global-drop-plugin-version.patch
        - d/p/0006-networking-check-presence-of-devlink.patch
        - d/p/0007-sosnode-avoid-checksum-cleanup-if-no-archive.patch
    
      * d/control:
       - Add 'python3-coverage' as part of the build depends.
    
      * d/rules:
       - Fix misplaced and duplicated sos.conf file in /usr/config.
    
     -- Eric Desrochers <email address hidden>  Wed, 20 Oct 2021 12:38:22 -0400
  • sosreport (4.1-1ubuntu3) impish; urgency=medium
    
      * No-change rebuild to build packages with zstd compression.
    
     -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:24:39 +0200
  • sosreport (4.1-1ubuntu2) impish; urgency=medium
    
      * d/p/series:
        - Re-order patches in numerical order.
    
      * d/p/0003-ubuntu-policy-fix-upload.patch:
        - Fix sos archive upload to UA Canonical server
          (LP: #1923209)
    
      * d/p/0004-chrony-configuration-can-now-be-fragmented.patch:
        - Chrony 4.0, first introduced in Hirsute, support
          fragmented configuration.
    
      * d/p/0005-global-drop-plugin-version.patch:
        - Removal of plugins versionning features as it generate
          unhelpful noise. (LP: #1922925)
    
      * d/p/0006-networking-check-presence-of-devlink.patch:
        - On certain kernel configuration, devlink cmds may
          trigger the module to load automatically. This will
          also prevent simple.sh, part of the autopkgtest, in
          Bionic to fail due to devlink kernel conf in 4.15.
          (LP: #1923661)
    
      * d/p/0007-sosnode-avoid-checksum-cleanup-if-no-archive.patch:
        - Fixes an exception propagation from `cleanup()`
          where an attempt to look for and remove a checksum
          file was made when an archive was not generated.
          (LP: #1923641)
    
     -- Eric Desrochers <email address hidden>  Mon, 26 Apr 2021 15:34:42 -0400
  • sosreport (4.1-1ubuntu1) hirsute; urgency=medium
    
      * New 4.1 upstream minor release.
        - https://github.com/sosreport/sos/releases/tag/4.1
    
      * d/test/simple.sh:
        - Update the script from upstream
        - Modify the script to use /tmp as a target, instead
          of /var/tmp.
    
      * d/test/control:
        - Adding isolation-machine as simple.sh wants to
          interact with the kernel.
    
      * Former patches:
        - d/p/0002-fix-dict-order-py38-incompatibility.patch
        - d/p/0003-sosclean-fix-handling-of-filepath-with-archive-name.patch
        - d/p/0004-sosclean-fix-tarball-skipping-regex.patch
        - d/p/0005-ceph-collect-balancer-and-pg-autoscale-status.patch
        - d/p/0006-rabbitmq-add-info-on-maybe-stuck-processes.patch
        - d/p/0007-rabbitmq-add-10sec-timeout-to-call-to-maybestuck.patch
        - d/p/0008-networking-include-ip-neigh-and-rule-info.patch
        - d/p/0009-conntrack-add-conntrack-info.patch
        - d/p/0010-conntrack-gather-per-namespace-data.patch
        - d/p/0011-ceph-include-time-sync-status-for-ceph-mon.patch
        - d/p/0012-apt-move-unattended-upgrades-log-collection.patch
        - d/p/0013-bcache-add-a-new-plugin-for-bcache.patch
        - d/p/0014-k8s-add-cdk-master-auth-webhook-to-journal.patch
        - d/p/0015-k8s-fix-cdk-related-file-paths.patch
        - d/p/0016-systemd-prefer-resolvectl-over-systemd-resolve.patch
        - d/p/0017-ovn-extend-information.patch
        - d/p/0018-ua-prefer-new-ua-cmd-over-the-deprecated-one.patch
        - d/p/0019-ovn-fix-sbctl-cmd-execution.patch
    
      * Remaining patches:
       - d/p/0001-debian-change-tmp-dir-location.patch
    
      * New patches:
       - d/p/0002-clean-prevent-parsing-ubuntu-user.patch
    
     -- Eric Desrochers <email address hidden>  Mon, 22 Mar 2021 12:19:59 +0000