~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools:upload-27.11.3-kinetic

Last commit made on 2022-10-18
Get this branch:
git clone -b upload-27.11.3-kinetic https://git.launchpad.net/~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools
Only Grant Orndorff can upload to this branch. If you are Grant Orndorff please log in for upload directions.

Branch merges

Branch information

Name:
upload-27.11.3-kinetic
Repository:
lp:~orndorffgrant/ubuntu/+source/ubuntu-advantage-tools

Recent commits

35d791d... by Grant Orndorff

version: use /run for candidate-version cache

86dbce8... by Grant Orndorff

changelog: add LP reference and update timestamp

fada3ea... by Grant Orndorff

version: fix permissions on candidate-version tmp cache file

Fixes: #2294

48d0212... by Grant Orndorff

apt messaging tweaks

Fixes: #2288

1e69423... by Renan Rodrigo

chore: fix the changelog entry for 27.11.3

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

66e2178... by Renan Rodrigo

new release 27.11.3

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

80073b7... by Lucas Albuquerque Medeiros de Moura

collect-logs: Do not fail if we can't read a file

Currently, if we fail to read a file, we will error out
during the execution of the command. We are updating that
so that we will just warn the user that a file could not be read
and proceed with the command.

LP: #1991858

ec38bc3... by Renan Rodrigo

tests: add check for APT messages disabling apt_news

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

023942a... by Grant Orndorff

messaging: move pro beta message and add config option to disable it

The placement of the "Try Ubuntu Pro beta..." message in apt output is
considered distasteful. To make it somewhat more sensible, we're moving
the message to the bottom of apt output, so that it is more clearly a
separate banner from the normal output.

We're also adding a config option to disable this post-apt-output
banner: pro config set apt_news=false

LP: #1992026

273d8e7... by Renan Rodrigo

tests: fix 'or' condition in docker feature

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