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/08/11 15:34:14 UTC

[airflow-ci-infra] branch main updated: Update runner to v2.295.0-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


The following commit(s) were added to refs/heads/main by this push:
     new 40a2682  Update runner to v2.295.0-airflow1
40a2682 is described below

commit 40a26825a76a3e23d69e574f4c9a88d1f32aa8f9
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Thu Aug 11 16:33:49 2022 +0100

    Update runner to v2.295.0-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 3471ee9..edf7e1e 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.294.0-airflow1"
+runner_version = "2.295.0-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"