This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch upgrade-to-latest-runner in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit 063db818d59f022634e47c5406282bda5acc7f28 Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Aug 11 22:07:12 2021 +0200 Upgrade to latest released runner version --- github-runner-ami/packer/vars/variables.pkrvars.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-runner-ami/packer/vars/variables.pkrvars.hcl b/github-runner-ami/packer/vars/variables.pkrvars.hcl index 0aaaf78..de7e644 100644 --- a/github-runner-ami/packer/vars/variables.pkrvars.hcl +++ b/github-runner-ami/packer/vars/variables.pkrvars.hcl @@ -19,5 +19,5 @@ vpc_id = "vpc-d73487bd" ami_name = "airflow-runner-ami" aws_regions = ["eu-central-1", "us-east-2"] packer_role_arn = "arn:aws:iam::827901512104:role/packer-role" -runner_version = "2.279.0-airflow1" +runner_version = "2.280.1-airflow1" session_manager_instance_profile_name = "packer_ssm_instance_profile"
