~suligap/snapstore-client:core22-as-base-in-offline-install-bundle

Last commit made on 2023-04-27
Get this branch:
git clone -b core22-as-base-in-offline-install-bundle https://git.launchpad.net/~suligap/snapstore-client
Only Przemysław Suliga can upload to this branch. If you are Przemysław Suliga please log in for upload directions.

Branch merges

Branch information

Name:
core22-as-base-in-offline-install-bundle
Repository:
lp:~suligap/snapstore-client

Recent commits

ab19eaa... by Przemysław Suliga

Bundle core22 as base in offline install bundle

snap-store-proxy is moving to core22 as a base. core20 is installed by
default on Focal and newer images and Focal is minimum required for
snap-store-proxy now.

24d1669... by Przemysław Suliga

Do not echo the configured proxy private key during offline install

Merged from https://code.launchpad.net/~suligap/snapstore-client/+git/snapstore-client/+merge/428155

52b0c40... by Przemysław Suliga

Release 1.3.1

0260e87... by Przemysław Suliga

Do not echo the configured proxy private key during offline install

This hides the output of snap-store-proxy config that echoes the config
values being set. We don't want to encourage accidentally sharing this
info in pastes for example.

0fcf295... by Przemysław Suliga

Bump version to 1.3.0

Merged from https://code.launchpad.net/~suligap/snapstore-client/+git/snapstore-client/+merge/428153

d309d9d... by Przemysław Suliga

Bump version to 1.3.0

8bb5875... by Maximiliano Bertacchini

Add support for exporting and using auth token for non-interactive use cases

If found, the STORE_ADMIN_TOKEN env is used as authentication token, with the same format as the "admin-account.macaroon" included in exported store bundles.

Closes https://warthogs.atlassian.net/browse/SN-682.

Merged from https://code.launchpad.net/~maxiberta/snapstore-client/+git/snapstore-client/+merge/425096

7266727... by Maximiliano Bertacchini

Add some extra logging around exporting token

719faa3... by Maximiliano Bertacchini

Move export_token() from logic.stores to logic.accounts

fc4b705... by Maximiliano Bertacchini

Move the "export token" subcommand from cli.stores to cli.common