You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/08/20 09:15:06 UTC

[airflow-ci-infra] 01/01: Update runner to 2.280.3

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

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

commit bb3ce211efe5f8bb264f1e02e5358a0f7a3bef6f
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Aug 20 11:14:38 2021 +0200

    Update runner to 2.280.3
---
 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 a9038ed..8887899 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.280.2-airflow1"
+runner_version = "2.280.3-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"