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 2021/11/02 17:25:16 UTC

[airflow-ci-infra] branch main updated: Updating to runner v 2.284.0-airflow1 (#43)

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


The following commit(s) were added to refs/heads/main by this push:
     new 3da7bd3  Updating to runner v 2.284.0-airflow1 (#43)
3da7bd3 is described below

commit 3da7bd327c905472244f47c5b6f2fcbebe27a942
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Tue Nov 2 17:24:53 2021 +0000

    Updating to runner v 2.284.0-airflow1 (#43)
---
 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 4b4c813..03339f0 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.283.3-airflow1"
+runner_version = "2.284.0-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"