~athos-ribeiro/ubuntu/+source/ubuntu-advantage-tools:upload-27.14.3-jammy

Last commit made on 2023-04-01
Get this branch:
git clone -b upload-27.14.3-jammy https://git.launchpad.net/~athos-ribeiro/ubuntu/+source/ubuntu-advantage-tools
Only Athos Ribeiro can upload to this branch. If you are Athos Ribeiro please log in for upload directions.

Branch merges

Branch information

Name:
upload-27.14.3-jammy
Repository:
lp:~athos-ribeiro/ubuntu/+source/ubuntu-advantage-tools

Recent commits

f6964bf... by Grant Orndorff

changelog backport to jammy

98ff2b2... by Grant Orndorff

release 27.14.3

4bee0ac... by Grant Orndorff

livepatch: check series affordances again

livepatch treats Ubuntu Release version support differently from how it
treats kernel version/flavor/arch support. The Ubuntu Release is checked
against hardcoded list and causes the canonical-livepatch command to
raise errors. Because of this, we need to use the Contract
Server-defined series affordance to prevent even attempting to install
and run canonical-livepatch on unsupported releases (interim releases).

fd292fb... by Lucas Albuquerque Medeiros de Moura

new upstream release: 27.14.2

f5405e9... by Lucas Albuquerque Medeiros de Moura

bump version to 27.14.2

2bdc151... by Grant Orndorff

always use dpkg instead of lscpu for arch

cdfe994... by Renan Rodrigo

new release 27.14.1

Signed-off-by: Renan Rodrigo <email address hidden>

fd2c7e4... by Lucas Albuquerque Medeiros de Moura

apt: make pkg candidate function safer

We are isolating the creation of both caches (normal apt and esm cache)
on the get_pkg_candidate_version function. This is just to make this
function safer regarding the handling of the global apt configuration

ff8bcf0... by Lucas Albuquerque Medeiros de Moura

security_status: remove unused variable

Since we are using the context manager to create the esm cache,
we don't need to manually create it anymore. Additionally, we understand
that the context manager should properly handle the apt configuration,
but we are removing that extra line to make the code safer, since this could
cause errors on scenarios we cannot anticipate

01aebdc... by Lucas Albuquerque Medeiros de Moura

apt: modify check for Acquire keys for esm cache