charmcraft:hotfix/2.6

Last commit made on 2024-04-15
Get this branch:
git clone -b hotfix/2.6 https://git.launchpad.net/charmcraft

Branch merges

Branch information

Name:
hotfix/2.6
Repository:
lp:charmcraft

Recent commits

d4d5da9... by Alex Lowe

chore: enable riscv64 for 2.x (#1651)

2248543... by Alex Lowe

build(deps): bump internal libraries (#1641)

This bumps only craft-providers and craft-store to match the minor
versions used by snapcraft 7.x

0f7a56d... by Tony Meyer

feat(config): support `type:secret` in config.options (#1623)

The `config.options` section of `charmcraft.yaml` supports, from Juju
3.1, a type `secret` (this is currently missing from the documentation,
but the Juju team are addressing that now).

This adds support for that, so that Charmcraft 2.5 can be used to pack
charms that make use of this functionality.

5ee6169... by Alex Lowe

test(spread): replace lunar test with mantic (#1499)

5c33304... by Alex Lowe

test(spread): disable centos spread test (#1502)

4d9820b... by Alex Lowe

build(deps): update dependencies for 2.5 branch (#1494)

bed3656... by Alex Lowe

style: ruff autoformat

4279371... by Alex Lowe

test(spread): disable almalinux tests

See: https://github.com/canonical/charmcraft/issues/1496

f1650e7... by Alex Lowe

fix(builder): don't rely on part names (#1485)

Fixes #1439

ea3a500... by Alex Lowe

fix(linters): ensure CheckResult text isn't None (#1483)