Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating alpha with October releases and latest Ubuntu AMI version #10062

Merged

Conversation

moshevayner
Copy link
Member

Updating alpha channel with yesterday's releases to k8s versions:

Also, updated Ubuntu AMI to latest release:

$ aws ec2 describe-images --region us-east-1 --output table \
>     --owners 099720109477 \
>     --query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
>     --filters "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-*"
-------------------------------------------------------------------------------------------------------------------------
|                                                    DescribeImages                                                     |
+--------------------------+------------------------------------------------------------------+-------------------------+
|  2020-04-23T11:35:02.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200423  |  ami-068663a3c619dd892  |
|  2020-05-29T01:38:58.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200528  |  ami-0e2512bd9da751ea8  |
|  2020-06-10T01:14:00.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200609  |  ami-02ae530dacc099fc9  |
|  2020-06-26T16:09:27.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200625  |  ami-0c40fbd26b9ac0da9  |
|  2020-07-02T03:19:54.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200701  |  ami-04e7b4117bb0488e4  |
|  2020-07-16T19:18:04.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200716  |  ami-0d57c0143330e1fa7  |
|  2020-07-21T00:35:15.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200720  |  ami-06c8ff16263f3db59  |
|  2020-07-30T15:39:28.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200729  |  ami-0758470213bdd23b1  |
|  2020-08-18T17:26:37.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200817  |  ami-05cf2c352da0bfb2e  |
|  2020-09-04T22:45:42.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200903  |  ami-03f6f0014076ab3c5  |
|  2020-09-08T00:55:25.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200907  |  ami-0dba2cb6798deb6d8  |
|  2020-09-17T16:23:49.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200916  |  ami-030bb5fda5f7e1896  |
|  2020-09-25T01:16:05.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20200924  |  ami-0c43b23f011ba5061  |
|  2020-10-14T16:38:23.000Z|  ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20201014  |  ami-07bfe0a3ec9dfcffa  |
+--------------------------+------------------------------------------------------------------+-------------------------+

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Oct 16, 2020
@hakman
Copy link
Member

hakman commented Oct 16, 2020

Fast as usual, @MoShitrit. :)
/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman, MoShitrit

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 16, 2020
@k8s-ci-robot k8s-ci-robot merged commit a466d1f into kubernetes:master Oct 16, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.19 milestone Oct 16, 2020
@moshevayner moshevayner deleted the k8s-october-releases-alpha branch October 16, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/channels cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants