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/08/24 09:28:49 UTC

[airflow-ci-infra] branch main updated: Update to 2.296.0 runner

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 3790c4c  Update to 2.296.0 runner
3790c4c is described below

commit 3790c4c364717919cf00fde12b5c662b9fec7eea
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Aug 24 11:27:58 2022 +0200

    Update to 2.296.0 runner
---
 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 edf7e1e..ec70157 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.295.0-airflow1"
+runner_version = "2.296.0-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"