-
### Minecraft Version
1.20.1
### Mod
Farm and Charm
### Mod Version
1.0.4
### Latest Version
- [X] Yes. I'm using the latest Version.
### Issue Description
Upon loading into single player, I …
-
### Bug Description
The command `charmcraft list-lib` seems to expect the charm name to be in a `metadata.yaml` file, but newer charms do not have this file, as everything is in `charmcraft.yaml`.
#…
-
Java has a lot of features that we now and then need to touch in our charms. Most commonly: managing certs in truststore, keys in keystore or JVM options.
My proposal is to add a new lib here that …
-
### Bug Description
Hi,
Data team is using Mattermost charm to test [PgBouncer K8s](https://charmhub.io/pgbouncer-k8s) charm stability.
[The pgbouncer CI test](https://github.com/canonical/pgbo…
-
With the addition of KRaft mode, the snap introduced a new daemon called `controller`. #45
This change is not needed anymore since the charm is implementing a single process solution. Revert the c…
-
### Bug Description
Subordinate charms use the base of the principal charm. Therefore, subordinate charms such as MySQL Router need to support multiple bases, since we can't enforce the principal cha…
-
It is common to see the following relation data update patterns in charm code:
```python
for relation in self._charm.model.relations[self._relation_name]:
relation.data[self._charm.app]["first"]…
sed-i updated
1 month ago
-
It seems that most charms' integration tests assume that `ops_test.model` is truthy (6592 call sites):
```py
async def setup_env(ops_test: OpsTest):
await ops_test.model.set_config(...)
```
…
-
### Context
At the moment of writing, we support versions 1.8 and 1.9 of Charmed Kubeflow. For deploying on an airgapped instance, we have create 2 scripts named `deploy-1.8.sh` and `deploy-1.9.sh` t…
-
From: https://github.com/canonical/operator/pull/1437
`ruff==0.7.0` flags our use of NamedTemporaryFile, and I believe it is correct to do so.
The temp files are owned by `_FilesParser` which is…