netdata 2.7.0 missing on Ubuntu 22.04 jammy

We have the Netdata repository configured in apt on Ubuntu 22.04 jammy:

deb "https://repo.netdata.cloud/repos/stable/ubuntu/" jammy/

and have done an apt-get updatebut install fails:

# apt install netdata
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 netdata-plugin-chartsd : Depends: netdata (= 2.7.0) but 2.6.3 is to be installed
 netdata-plugin-pythond : Depends: netdata (= 2.7.0) but 2.6.3 is to be installed
E: Unable to correct problems, you have held broken packages.

and apt-cache policy netdata confirms that 2.6.3 is the latest in the repository, but e.g., netdata-plugin-chartsd has 2.7.0.

Did part of the build fail or get lost?

It looks like there was, indeed, a failure to upload some of the packages to some of the backend systems for our package repositories. I’ve retriggered that part of the release process to hopefully resolve things.

That said, you’re also pointing at an old URL for our repositories (currently the hostname should be repositories.netdata.cloud, not repo.netdata.cloud), and switching that to point to the new host name may resolve the issue faster than waiting for the packages to be re-uploaded by CI.

Thank you, it’s working now. I’ll get the URL updated in our Cinc cookbook.