** Description changed: ESM <distro>-infra-security and <distro>-apps-security will need to participate in unattended upgrades. + + + Currently /etc/apt/apt.conf.d/50unattended-upgrades provides: + Unattended-Upgrade::Allowed-Origins { + "${distro_id}ESM:${distro_codename}"; + } + + + Given that there have been ESM apt pocket renames over the last few months, the above ESM allowed-origin should not apply anymore and can be dropped or replaced. + + See RT #C122697 and #C121067 for the pocket/suite renames related to ESM + + + What is needed after the ESM apt pocket/suite renames: + + Support for unattended upgrades for ESM for Infrastructure customers: + + + Unattended-Upgrade::Allowed-Origins { + // Extended Security Maintenance; doesn't necessarily exist for + // every release and this system may not have it installed, but if + // available, the policy for updates is such that unattended-upgrades + // should also install from here by default. + "${distro_id}ESM:${distro_codename}-infra-security"; + "${distro_id}ESMApps:${distro_codename}-apps-security"; + }; + + + Confirmed proper origin on an attached Trusty instance with ESM-infra enabled: + + + 500 https://esm.ubuntu.com/ubuntu/ trusty-infra-security/main amd64 Packages + release v=14.04,o=UbuntuESM,a=trusty-infra-security,n=trusty,l=UbuntuESM,c=main + + Confirmed proper origins on Bionic for enabled ESM-infra and ESM-apps on an AWS Ubuntu PRO instance: + 500 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 Packages + release v=18.04,o=UbuntuESM,a=bionic-infra-security,n=bionic,l=UbuntuESM,c=main,b=amd64 + + 500 https://esm.ubuntu.com/apps/ubuntu bionic-apps-security/main amd64 Packages + release v=18.04,o=UbuntuESMApps,a=bionic-apps-security,n=bionic,l=UbuntuESMApps,c=main,b=amd64
** Description changed: ESM <distro>-infra-security and <distro>-apps-security will need to participate in unattended upgrades. - Currently /etc/apt/apt.conf.d/50unattended-upgrades provides: Unattended-Upgrade::Allowed-Origins { - "${distro_id}ESM:${distro_codename}"; + "${distro_id}ESM:${distro_codename}"; } - - Given that there have been ESM apt pocket renames over the last few months, the above ESM allowed-origin should not apply anymore and can be dropped or replaced. + Given that there have been ESM apt pocket renames over the last few + months, the above ESM allowed-origin should not apply anymore and can be + dropped or replaced. See RT #C122697 and #C121067 for the pocket/suite renames related to ESM - What is needed after the ESM apt pocket/suite renames: Support for unattended upgrades for ESM for Infrastructure customers: - Unattended-Upgrade::Allowed-Origins { - // Extended Security Maintenance; doesn't necessarily exist for - // every release and this system may not have it installed, but if - // available, the policy for updates is such that unattended-upgrades - // should also install from here by default. - "${distro_id}ESM:${distro_codename}-infra-security"; - "${distro_id}ESMApps:${distro_codename}-apps-security"; + // Extended Security Maintenance; doesn't necessarily exist for + // every release and this system may not have it installed, but if + // available, the policy for updates is such that unattended-upgrades + // should also install from here by default. + "${distro_id}ESM:${distro_codename}-infra-security"; + "${distro_id}ESMApps:${distro_codename}-apps-security"; }; + === Confirmed proper origin on an attached Trusty instance with ESM- + infra enabled: - Confirmed proper origin on an attached Trusty instance with ESM-infra enabled: + 500 https://esm.ubuntu.com/ubuntu/ trusty-infra-security/main amd64 Packages + release v=14.04,o=UbuntuESM,a=trusty-infra-security,n=trusty,l=UbuntuESM,c=main + === Confirmed proper origins on Bionic for enabled ESM-infra and ESM-apps on an AWS Ubuntu PRO instance: + 500 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 Packages + release v=18.04,o=UbuntuESM,a=bionic-infra-security,n=bionic,l=UbuntuESM,c=main,b=amd64 - 500 https://esm.ubuntu.com/ubuntu/ trusty-infra-security/main amd64 Packages - release v=14.04,o=UbuntuESM,a=trusty-infra-security,n=trusty,l=UbuntuESM,c=main - - Confirmed proper origins on Bionic for enabled ESM-infra and ESM-apps on an AWS Ubuntu PRO instance: - 500 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 Packages - release v=18.04,o=UbuntuESM,a=bionic-infra-security,n=bionic,l=UbuntuESM,c=main,b=amd64 - - 500 https://esm.ubuntu.com/apps/ubuntu bionic-apps-security/main amd64 Packages - release v=18.04,o=UbuntuESMApps,a=bionic-apps-security,n=bionic,l=UbuntuESMApps,c=main,b=amd64 + 500 https://esm.ubuntu.com/apps/ubuntu bionic-apps-security/main amd64 Packages + release v=18.04,o=UbuntuESMApps,a=bionic-apps-security,n=bionic,l=UbuntuESMApps,c=main,b=amd64 ** Summary changed: - Please add ${distro_id}ESM:${distro_codename}-infra-security and ${distro_id}ESM:${distro_codename}-apps-security to allowed origins (on Ubuntu) + Please add ${distro_id}ESM:${distro_codename}-infra-security and ${distro_id}ESMApps:${distro_codename}-apps-security to allowed origins (on Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1857051 Title: Please add ${distro_id}ESM:${distro_codename}-infra-security and ${distro_id}ESMApps:${distro_codename}-apps-security to allowed origins (on Ubuntu) Status in unattended-upgrades package in Ubuntu: Incomplete Status in unattended-upgrades source package in Trusty: New Status in unattended-upgrades source package in Xenial: New Status in unattended-upgrades source package in Bionic: New Bug description: ESM <distro>-infra-security and <distro>-apps-security will need to participate in unattended upgrades. Currently /etc/apt/apt.conf.d/50unattended-upgrades provides: Unattended-Upgrade::Allowed-Origins { "${distro_id}ESM:${distro_codename}"; } Given that there have been ESM apt pocket renames over the last few months, the above ESM allowed-origin should not apply anymore and can be dropped or replaced. See RT #C122697 and #C121067 for the pocket/suite renames related to ESM What is needed after the ESM apt pocket/suite renames: Support for unattended upgrades for ESM for Infrastructure customers: Unattended-Upgrade::Allowed-Origins { // Extended Security Maintenance; doesn't necessarily exist for // every release and this system may not have it installed, but if // available, the policy for updates is such that unattended-upgrades // should also install from here by default. "${distro_id}ESM:${distro_codename}-infra-security"; "${distro_id}ESMApps:${distro_codename}-apps-security"; }; === Confirmed proper origin on an attached Trusty instance with ESM- infra enabled: 500 https://esm.ubuntu.com/ubuntu/ trusty-infra-security/main amd64 Packages release v=14.04,o=UbuntuESM,a=trusty-infra-security,n=trusty,l=UbuntuESM,c=main === Confirmed proper origins on Bionic for enabled ESM-infra and ESM-apps on an AWS Ubuntu PRO instance: 500 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 Packages release v=18.04,o=UbuntuESM,a=bionic-infra-security,n=bionic,l=UbuntuESM,c=main,b=amd64 500 https://esm.ubuntu.com/apps/ubuntu bionic-apps-security/main amd64 Packages release v=18.04,o=UbuntuESMApps,a=bionic-apps-security,n=bionic,l=UbuntuESMApps,c=main,b=amd64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1857051/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp