Activity log for bug #1867673

Date Who What changed Old value New value Message
2020-03-16 19:40:22 Graham Leggett bug added bug
2020-04-27 20:23:52 Cody Shepherd bug task added focal (Ubuntu)
2020-04-27 20:26:24 Cody Shepherd bug task deleted focal (Ubuntu)
2020-04-27 20:39:34 Cody Shepherd bug added subscriber Cody Shepherd
2020-04-27 21:35:58 Cody Shepherd description awscli is not kept up to date, and so new AWS features are not available. The AWS pip installation method is unaudited and unsigned, and is not a production ready solution to the out-of-date problem. The awscli package needs to be kept up to date and available on all supported Ubuntu OSes. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: awscli (not installed) ProcVersionSignature: Ubuntu 4.4.0-1100.111-aws 4.4.203 Uname: Linux 4.4.0-1100-aws x86_64 ApportVersion: 2.20.1-0ubuntu2.21 Architecture: amd64 Date: Mon Mar 16 19:36:32 2020 Ec2AMI: ami-a8d2d7ce Ec2AMIManifest: (unknown) Ec2AvailabilityZone: eu-west-1a Ec2InstanceType: t2.micro Ec2Kernel: unavailable Ec2Ramdisk: unavailable SourcePackage: awscli UpgradeStatus: No upgrade log present (probably fresh install) [Original Bug Description] awscli is not kept up to date, and so new AWS features are not available. The AWS pip installation method is unaudited and unsigned, and is not a production ready solution to the out-of-date problem. The awscli package needs to be kept up to date and available on all supported Ubuntu OSes. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: awscli (not installed) ProcVersionSignature: Ubuntu 4.4.0-1100.111-aws 4.4.203 Uname: Linux 4.4.0-1100-aws x86_64 ApportVersion: 2.20.1-0ubuntu2.21 Architecture: amd64 Date: Mon Mar 16 19:36:32 2020 Ec2AMI: ami-a8d2d7ce Ec2AMIManifest: (unknown) Ec2AvailabilityZone: eu-west-1a Ec2InstanceType: t2.micro Ec2Kernel: unavailable Ec2Ramdisk: unavailable SourcePackage: awscli UpgradeStatus: No upgrade log present (probably fresh install) [[ SRU Request Template ]] [Impact] * the awscli package is out of date to varying degrees across supported Ubuntu releases * old versions of awscli lack critical functionality for modern AWS cloud features. For example, several `aws eks` commands are unavailable and/or unsupported prior to version 1.18.17 [1]. * An updated awscli package will allow Xenial and Bionic, in particular, to access modern AWS functionality from the archive. [Test Case] * on any ubuntu-release without groovy-proposed enabled, apt-get install awscli and attempt `aws eks update-kubeconfig`. * This is functionality described in the AWS EKS getting started guide [1] as requiring version 1.18.17 or later [1], and is part of the documented web-console path to using Ubuntu (or any distro) on EKS. * On the version of awscli in bionic (1.14.44), the `eks` subcommand is not available. * On eoan or focal, this command may not correctly update the user's kubeconfig file depending on the configuration of their AWS EKS cluster (k8s version, cluster options, etc). * The latest version of this package is part of acceptance criteria of AWS cloud images for Ubuntu CPC and cloud partners. [Regression Potential] * users of ubuntu and awscli who have scripting or automation reliant on outdated versions of awscli are likely to see some form of breakage insofar as AWS has been willing to break functionality of older versions. * The latest version of awscli (1.18.47) lists botocore 1.15.47 as a dependency; at the time of this description the version of python-botocore in the archive does not meet this requirement [2] -- package builds or installation could fail if this dependency is not correctly resolved. * Any Ubuntu image builds which preinstall this package and/or use it in boot scripts may break depending on their expectations. [Other Info] * The Hardware Enablement exception likely applies here, as updating this package version will enable using functionality of the AWS cloud which are impossible to use with the versions of the cli currently in the archive. [1] https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html [2] https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1875485
2020-04-27 21:36:08 Cody Shepherd summary awscli not kept up to date [SRU] awscli not kept up to date
2020-04-27 21:37:29 Cody Shepherd description [Original Bug Description] awscli is not kept up to date, and so new AWS features are not available. The AWS pip installation method is unaudited and unsigned, and is not a production ready solution to the out-of-date problem. The awscli package needs to be kept up to date and available on all supported Ubuntu OSes. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: awscli (not installed) ProcVersionSignature: Ubuntu 4.4.0-1100.111-aws 4.4.203 Uname: Linux 4.4.0-1100-aws x86_64 ApportVersion: 2.20.1-0ubuntu2.21 Architecture: amd64 Date: Mon Mar 16 19:36:32 2020 Ec2AMI: ami-a8d2d7ce Ec2AMIManifest: (unknown) Ec2AvailabilityZone: eu-west-1a Ec2InstanceType: t2.micro Ec2Kernel: unavailable Ec2Ramdisk: unavailable SourcePackage: awscli UpgradeStatus: No upgrade log present (probably fresh install) [[ SRU Request Template ]] [Impact] * the awscli package is out of date to varying degrees across supported Ubuntu releases * old versions of awscli lack critical functionality for modern AWS cloud features. For example, several `aws eks` commands are unavailable and/or unsupported prior to version 1.18.17 [1]. * An updated awscli package will allow Xenial and Bionic, in particular, to access modern AWS functionality from the archive. [Test Case] * on any ubuntu-release without groovy-proposed enabled, apt-get install awscli and attempt `aws eks update-kubeconfig`. * This is functionality described in the AWS EKS getting started guide [1] as requiring version 1.18.17 or later [1], and is part of the documented web-console path to using Ubuntu (or any distro) on EKS. * On the version of awscli in bionic (1.14.44), the `eks` subcommand is not available. * On eoan or focal, this command may not correctly update the user's kubeconfig file depending on the configuration of their AWS EKS cluster (k8s version, cluster options, etc). * The latest version of this package is part of acceptance criteria of AWS cloud images for Ubuntu CPC and cloud partners. [Regression Potential] * users of ubuntu and awscli who have scripting or automation reliant on outdated versions of awscli are likely to see some form of breakage insofar as AWS has been willing to break functionality of older versions. * The latest version of awscli (1.18.47) lists botocore 1.15.47 as a dependency; at the time of this description the version of python-botocore in the archive does not meet this requirement [2] -- package builds or installation could fail if this dependency is not correctly resolved. * Any Ubuntu image builds which preinstall this package and/or use it in boot scripts may break depending on their expectations. [Other Info] * The Hardware Enablement exception likely applies here, as updating this package version will enable using functionality of the AWS cloud which are impossible to use with the versions of the cli currently in the archive. [1] https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html [2] https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1875485 [Original Bug Description] awscli is not kept up to date, and so new AWS features are not available. The AWS pip installation method is unaudited and unsigned, and is not a production ready solution to the out-of-date problem. The awscli package needs to be kept up to date and available on all supported Ubuntu OSes. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: awscli (not installed) ProcVersionSignature: Ubuntu 4.4.0-1100.111-aws 4.4.203 Uname: Linux 4.4.0-1100-aws x86_64 ApportVersion: 2.20.1-0ubuntu2.21 Architecture: amd64 Date: Mon Mar 16 19:36:32 2020 Ec2AMI: ami-a8d2d7ce Ec2AMIManifest: (unknown) Ec2AvailabilityZone: eu-west-1a Ec2InstanceType: t2.micro Ec2Kernel: unavailable Ec2Ramdisk: unavailable SourcePackage: awscli UpgradeStatus: No upgrade log present (probably fresh install) [[ SRU Request Template ]] [Impact]  * the awscli package is out of date to varying degrees across supported Ubuntu releases  * old versions of awscli lack critical functionality for modern AWS cloud features. For example, several `aws eks` commands are unavailable and/or unsupported prior to version 1.18.17 [1].  * An updated awscli package will allow Xenial and Bionic, in particular, to access modern AWS functionality from the archive. [Test Case]  * on any ubuntu release without groovy-proposed enabled: `apt-get install awscli` and attempt `aws eks update-kubeconfig`.    * This is functionality described in the AWS EKS getting started guide [1] as requiring version 1.18.17 or later [1], and is part of the documented web-console path to using Ubuntu (or any distro) on EKS.    * On the version of awscli in bionic (1.14.44), the `eks` subcommand is not available.    * On eoan or focal, this command may not correctly update the user's kubeconfig file depending on the configuration of their AWS EKS cluster (k8s version, cluster options, etc).  * The latest version of this package is part of acceptance criteria of AWS cloud images for Ubuntu CPC and cloud partners. [Regression Potential]  * users of ubuntu and awscli who have scripting or automation reliant on outdated versions of awscli are likely to see some form of breakage insofar as AWS has been willing to break functionality of older versions.  * The latest version of awscli (1.18.47) lists botocore 1.15.47 as a dependency; at the time of this description the version of python-botocore in the archive does not meet this requirement [2] -- package builds or installation could fail if this dependency is not correctly resolved.  * Any Ubuntu image builds which preinstall this package and/or use it in boot scripts may break depending on their expectations. [Other Info]  * The Hardware Enablement exception likely applies here, as updating this package version will enable using functionality of the AWS cloud which are impossible to use with the versions of the cli currently in the archive. [1] https://docs.aws.amazon.com/eks/latest/userguide/getting-started-console.html [2] https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1875485
2020-04-28 12:23:29 Francis Ginther tags amd64 apport-bug ec2-images xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 xenial
2020-05-05 17:42:06 Łukasz Zemczak awscli (Ubuntu): assignee Łukasz Zemczak (sil2100)
2020-05-06 09:01:03 Łukasz Zemczak nominated for series Ubuntu Xenial
2020-05-06 09:01:03 Łukasz Zemczak bug task added awscli (Ubuntu Xenial)
2020-05-06 09:01:03 Łukasz Zemczak nominated for series Ubuntu Focal
2020-05-06 09:01:03 Łukasz Zemczak bug task added awscli (Ubuntu Focal)
2020-05-06 09:01:03 Łukasz Zemczak nominated for series Ubuntu Eoan
2020-05-06 09:01:03 Łukasz Zemczak bug task added awscli (Ubuntu Eoan)
2020-05-06 09:01:03 Łukasz Zemczak nominated for series Ubuntu Bionic
2020-05-06 09:01:03 Łukasz Zemczak bug task added awscli (Ubuntu Bionic)
2020-05-06 09:01:12 Łukasz Zemczak awscli (Ubuntu): status New Fix Released
2020-05-22 18:36:38 Steve Langasek awscli (Ubuntu Eoan): status New Incomplete
2020-05-22 18:36:46 Steve Langasek awscli (Ubuntu Bionic): status New Incomplete
2020-05-22 18:36:47 Steve Langasek awscli (Ubuntu Xenial): status New Incomplete
2020-06-17 15:45:34 Brian Murray awscli (Ubuntu Focal): status New Fix Committed
2020-06-17 15:45:36 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2020-06-17 15:45:38 Brian Murray bug added subscriber SRU Verification
2020-06-17 15:45:41 Brian Murray tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-focal xenial
2020-06-17 16:54:58 Brian Murray awscli (Ubuntu Bionic): status Incomplete Fix Committed
2020-06-17 16:55:04 Brian Murray tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-focal xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-bionic verification-needed-focal xenial
2020-06-17 17:30:40 Brian Murray awscli (Ubuntu Xenial): status Incomplete Fix Committed
2020-06-17 17:30:47 Brian Murray tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-bionic verification-needed-focal xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial
2020-06-18 12:54:23 Francis Ginther tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial
2020-06-26 13:24:16 Joe Stewart bug added subscriber Joe Stewart
2020-06-29 15:11:32 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-focal verification-needed-xenial xenial
2020-06-29 15:15:17 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-focal verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial
2020-06-29 15:27:08 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-needed verification-needed-focal verification-needed-xenial xenial
2020-06-30 19:57:54 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-needed verification-needed-focal verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-needed verification-needed-xenial xenial
2020-06-30 20:00:20 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-needed verification-needed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial verification-needed xenial
2020-06-30 20:00:58 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial verification-needed xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial xenial
2020-07-01 16:21:50 Brian Murray awscli (Ubuntu Eoan): status Incomplete Fix Committed
2020-07-01 16:22:06 Brian Murray tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial verification-needed verification-needed-eoan xenial
2020-07-01 21:42:20 David Krauser tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-focal verification-failed-xenial verification-needed verification-needed-eoan xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-eoan verification-done-focal verification-failed-xenial xenial
2020-07-03 22:02:30 Mathew Hodson tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 verification-done-bionic verification-done-eoan verification-done-focal verification-failed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 upgrade-software-version verification-done-bionic verification-done-eoan verification-done-focal verification-failed-xenial xenial
2020-07-16 19:10:23 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2020-07-16 19:15:10 Launchpad Janitor awscli (Ubuntu Eoan): status Fix Committed Fix Released
2020-07-16 19:20:26 Launchpad Janitor awscli (Ubuntu Focal): status Fix Committed Fix Released
2020-07-16 19:20:32 Launchpad Janitor awscli (Ubuntu Bionic): status Fix Committed Fix Released
2020-08-24 10:52:21 Lukas Märdian tags amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 upgrade-software-version verification-done-bionic verification-done-eoan verification-done-focal verification-failed-xenial xenial amd64 apport-bug ec2-images id-5ea6eb3d73f4d32753382fc6 id-5eea51b0f3f7f2772ffde077 upgrade-software-version verification-done-bionic verification-done-eoan verification-done-focal verification-done-xenial xenial
2020-08-26 19:35:36 Launchpad Janitor awscli (Ubuntu Xenial): status Fix Committed Fix Released