snappy:release/2.48-state-debug

Last commit made on 2021-02-19
Get this branch:
git clone -b release/2.48-state-debug https://git.launchpad.net/snappy

Branch merges

Branch information

Name:
release/2.48-state-debug
Repository:
lp:snappy

Recent commits

4b97358... by Samuele Pedroni

overlord: DEBUG PATCH: print some information about state.json

Merge pull request #9946 from bboozzoo/bboozzoo/state-debug-2.48

a8e8fda... by Maciej Borzecki

overlord: HACK HACK print some information about state.json

Signed-off-by: Maciej Borzecki <email address hidden>

7be7ba6... by Michael Vogt

Merge pull request #9824 from anonymouse64/bugfix/2-48-backport-greengrass-flavors

interfaces/greengrass-support: back-port interface changes to 2.48

0b206e1... by Maciej Borzecki

tests/lib/snaps/test-snapd-sh: add cmd command

So that we don't have to deal with silly quoting when calling test-snapd-sh.sh.

Signed-off-by: Maciej Borzecki <email address hidden>

e544986... by Maciej Borzecki

tests/main/cohorts: replace yq with a Python snippet

The yq tool changed its command line arguments and the test broke. Try not to
depend on external tools and use a simple Python snippet to extract the cohort key.

Signed-off-by: Maciej Borzecki <email address hidden>

4d3de63... by James Henstridge

run-checks: don't run ineffassign static check with Go < 1.12

2a007a8... by James Henstridge

run-checks: update to match new argument syntax of ineffassign

f3973d9... by Ian Johnson

interfaces/greengrass-support: finalize the flavor attribute names

The flavor attribute names are now as follows:

- "legacy-container" is the full containerization also known as
  "Greengrass container" in AWS's UI.
- "no-container" is the process-mode, no confinement mode, also known as "no
  container" in AWS's UI.

Signed-off-by: Ian Johnson <email address hidden>

dfb839e... by Michael Vogt

interfaces: add XXX to greegras attr naming

The PR that added greengras attribute names was merged prematurely
before Samuele had a chance to review the naming. This commit adds
the TODO and will be milestoned 2.49 to ensure that we do not
release anything to stable with the preliminary names.

6d602b9... by Ian Johnson

interfaces/greengrass-support: don't fail if attribute is malformed

Signed-off-by: Ian Johnson <email address hidden>