You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/03/01 10:28:42 UTC

[airflow-ci-infra] 02/02: Runner v2.288.1-airflow1

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit bbca11f57bae39959f8403ae66b6af541a15f821
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Tue Mar 1 10:28:25 2022 +0000

    Runner v2.288.1-airflow1
---
 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 233f9d9..4033666 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.287.1-airflow2"
+runner_version = "2.288.1-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"