After performing:
charmcraft close mongodb latest
charmcraft close mongodb latest/stable
charmcraft close mongodb latest/edge
MongoDB is no longer visible on charmhub - you can still access the charms homepage via URL
More info: From what we can tell the charm is listed:
curl https://api.charmhub.io/v2/charms/info/mongodb?fields=result.unlisted
{"id":"Jfd56ZWJ9IaNHuPjXVLP9d9Xa2XMTSKp","name":"mongodb","result":{"unlisted":false},"type":"charm"}
and from what we can tell there is a default channel:
curl https://api.charmhub.io/v2/charms/info/mongodb?fields=default-release.channel | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 271 100 271 0 0 1022 0 --:--:-- --:--:-- --:--:-- 1022
{
"default-release": {
"channel": {
"base": {
"architecture": "amd64",
"channel": "20.04",
"name": "ubuntu"
},
"name": "3.6/stable",
"released-at": "2023-02-14T08:43:33.580737+00:00",
"risk": "stable",
"track": "3.6"
}
},
"id": "Jfd56ZWJ9IaNHuPjXVLP9d9Xa2XMTSKp",
"name": "mongodb",
"type": "charm"
}
Two questions:
- How can we make MonogDB visible?
- Why are their no series specified for 3.6 on charmhub - at a glance they are specified in the
metadata.yaml
in the source code?