The bundle handler's `AddCharmChange` implementation is [ignoring the channel](https://github.com/juju/python-libjuju/blob/d6fae9e/juju/bundle.py#L439) even though it [does have the channel available](https://github.com/juju/python-libjuju/blob/d6fae9e/juju/bundle.py#L447-L448). E.g., a deploy logged this: ``` INFO juju.bundle:bundle.py:166 Applying change: upload charm cs:~containers/kubernetes-worker for series focal from channel edge ``` But in fact deployed the charm rev from stable.
The bundle handler's
AddCharmChangeimplementation is ignoring the channel even though it does have the channel available. E.g., a deploy logged this:But in fact deployed the charm rev from stable.