Noticed today that I'm getting errors when trying to update my system that the mysql repo public key has expired.
Following the docs here:
https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/
And pulling latest repo setup package from here:
https://dev.mysql.com/downloads/repo/apt/
mysql-apt-config_0.8.34-1_all.deb
Results in the same expired public key getting installed:
gpg --no-default-keyring --keyring /usr/share/keyrings/mysql-apt-config.gpg --list-keys
/usr/share/keyrings/mysql-apt-config.gpg
----------------------------------------
pub rsa4096 2023-10-23 [SC] [expired: 2025-10-22]
BCA43417C3B485DD128EC6D4B7B3B788A8D3785C
uid [ expired] MySQL Release Engineering <mysql-build@oss.oracle.com>
Am I missing something, or do we need an updated repo setup package for APT?
Thanks in advance.