charmcraft:weekly-uses-edge

Last commit made on 2024-04-11
Get this branch:
git clone -b weekly-uses-edge https://git.launchpad.net/charmcraft

Branch merges

Branch information

Name:
weekly-uses-edge
Repository:
lp:charmcraft

Recent commits

9c79cbf... by Alex Lowe

ci: use charmcraft from edge for weekly CI

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)