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 2022/01/18 23:33:33 UTC

[airflow-ci-infra] branch main updated: Updated versions 286.1

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

potiuk 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 a2a5bc8  Updated versions 286.1
a2a5bc8 is described below

commit a2a5bc87a5c32a21869335c85910b0f5cce4cd4a
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Jan 19 00:32:07 2022 +0100

    Updated versions 286.1
---
 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 09ff458..5356f0b 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.286.0-airflow1"
+runner_version = "2.286.1-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"