This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-version-to-282.0 in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git
commit f37adbcaf58b1a367d503bd9c0571ace76cf3afb Author: Jarek Potiuk <[email protected]> AuthorDate: Tue Sep 21 11:21:05 2021 +0200 Update Version to latest --- 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 9fa4cea..69c7809 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.281.1-airflow1" +runner_version = "2.283.1-airflow1" session_manager_instance_profile_name = "packer_ssm_instance_profile"
