← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1980990] [NEW] [SRU] ubuntu-advantage-tools (27.9 -> 27.10) Xenial, Bionic, Focal, Impish, Jammy, Kinetic

 

Public bug reported:

[Impact]
This release sports both bug-fixes and new features such as:

  * Update ESM service names on every user output provided by UA
  * apt-hooks:
    - replace json APT go hook for a C++ version
    - only install APT hooks on LTS releases
  * cli:
    - properly sort services based on reverse dependencies before running attach/detach
    - collect-logs command not collect old rotated log files as well
    - display UA custom user features directly on `ua status`
    - add support for pro command
    - create api command with support to version and magic-attach
  * fix: add --dry-run support
  * security-status: include download size of package updates
  * timer: log when job start running


See the changelog entry below for a full list of changes and bugs.

[Test Case]
The following development and SRU process was followed:
[https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates](https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates)

The ubuntu-advantage-tools team will be in charge of attaching the
artifacts and console output of the appropriate run to the bug. ubuntu-
advantage-tools team members will not mark ‘verification-done’ until
this has happened.

[Regression Potential]
The goal of this release is to mainly perform the rebranding of ESM services while also creating the API cli for magic-attach. This is a flow where we would allow users to attach to UA by providing only their email as a key.

[Discussion]

We have changed our APT json go hook for a C++ version. This effort allows us to drop the go dependencies of the package while also making it smaller. However, due to that change, we might
be open to unexpected errors on the new implementation. We have tested the new C++ hook with the same scenario we have used for the go hook and we believe this is not a huge risk.

Additionally, we are now sorting the service based on their reverse
dependencies before running attach or detach. We were already doing
that, but in a partial way. The new solution just make it simpler if we
add new services with reverse dependencies, so we don't believe this
also poses a huge risk for the users.

Finally, all of other changes are new features to the users, so they
should pose no bigger threat to existing users.

[Changelog]

   * d/control:
    - Add ca-certificates dependency
  * d/rules:
    - Only install APT hooks on LTS series
  * New upstream release 27.10
    - api: add support for new api command for version and magic-attach
    - apt-hook:
      + update json hook messages
      + replace golang with cpp for json-hook
    - cli
      + properly sort services for detach/attach (GH: #1831)
      + collect-logs include rotated log files
      + display UA features directly on status
      + Add support for pro command
    - esm: Rename ESM service title and description
    - esm-apps: make service non-beta
    - fix:
      + update ua portal url when asking for attach
      + add --dry-run option
    - gcp-pro: handle metadata endpoint error
    - messages:
      + remove warranty message from MOTD and APT
      + update base UA url on all messages
    - security-status: include download size of package updates
    - timer: log when job start running

** Affects: ubuntu-advantage-tools (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Xenial)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Bionic)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Focal)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Impish)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Jammy)
     Importance: Undecided
         Status: New

** Affects: ubuntu-advantage-tools (Ubuntu Kinetic)
     Importance: Undecided
         Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Xenial)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Impish)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Kinetic)
   Importance: Undecided
       Status: New

** Also affects: ubuntu-advantage-tools (Ubuntu Bionic)
   Importance: Undecided
       Status: New

** Summary changed:

- [SRU] ubuntu-advantage-tools (27.9 -> 27.10) Xenial, Bionic, Focal, Impish, Jammy
+ [SRU] ubuntu-advantage-tools (27.9 -> 27.10) Xenial, Bionic, Focal, Impish, Jammy, Kinetic

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1980990

Title:
  [SRU] ubuntu-advantage-tools (27.9 -> 27.10) Xenial, Bionic, Focal,
  Impish, Jammy, Kinetic

Status in ubuntu-advantage-tools package in Ubuntu:
  New
Status in ubuntu-advantage-tools source package in Xenial:
  New
Status in ubuntu-advantage-tools source package in Bionic:
  New
Status in ubuntu-advantage-tools source package in Focal:
  New
Status in ubuntu-advantage-tools source package in Impish:
  New
Status in ubuntu-advantage-tools source package in Jammy:
  New
Status in ubuntu-advantage-tools source package in Kinetic:
  New

Bug description:
  [Impact]
  This release sports both bug-fixes and new features such as:

    * Update ESM service names on every user output provided by UA
    * apt-hooks:
      - replace json APT go hook for a C++ version
      - only install APT hooks on LTS releases
    * cli:
      - properly sort services based on reverse dependencies before running attach/detach
      - collect-logs command not collect old rotated log files as well
      - display UA custom user features directly on `ua status`
      - add support for pro command
      - create api command with support to version and magic-attach
    * fix: add --dry-run support
    * security-status: include download size of package updates
    * timer: log when job start running

  
  See the changelog entry below for a full list of changes and bugs.

  [Test Case]
  The following development and SRU process was followed:
  [https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates](https://wiki.ubuntu.com/UbuntuAdvantageToolsUpdates)

  The ubuntu-advantage-tools team will be in charge of attaching the
  artifacts and console output of the appropriate run to the bug.
  ubuntu-advantage-tools team members will not mark ‘verification-done’
  until this has happened.

  [Regression Potential]
  The goal of this release is to mainly perform the rebranding of ESM services while also creating the API cli for magic-attach. This is a flow where we would allow users to attach to UA by providing only their email as a key.

  [Discussion]

  We have changed our APT json go hook for a C++ version. This effort allows us to drop the go dependencies of the package while also making it smaller. However, due to that change, we might
  be open to unexpected errors on the new implementation. We have tested the new C++ hook with the same scenario we have used for the go hook and we believe this is not a huge risk.

  Additionally, we are now sorting the service based on their reverse
  dependencies before running attach or detach. We were already doing
  that, but in a partial way. The new solution just make it simpler if
  we add new services with reverse dependencies, so we don't believe
  this also poses a huge risk for the users.

  Finally, all of other changes are new features to the users, so they
  should pose no bigger threat to existing users.

  [Changelog]

     * d/control:
      - Add ca-certificates dependency
    * d/rules:
      - Only install APT hooks on LTS series
    * New upstream release 27.10
      - api: add support for new api command for version and magic-attach
      - apt-hook:
        + update json hook messages
        + replace golang with cpp for json-hook
      - cli
        + properly sort services for detach/attach (GH: #1831)
        + collect-logs include rotated log files
        + display UA features directly on status
        + Add support for pro command
      - esm: Rename ESM service title and description
      - esm-apps: make service non-beta
      - fix:
        + update ua portal url when asking for attach
        + add --dry-run option
      - gcp-pro: handle metadata endpoint error
      - messages:
        + remove warranty message from MOTD and APT
        + update base UA url on all messages
      - security-status: include download size of package updates
      - timer: log when job start running

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1980990/+subscriptions



Follow ups