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/09/21 09:21:36 UTC

[airflow-ci-infra] branch update-version-to-282.0 created (now f37adbc)

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

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


      at f37adbc  Update Version to latest

This branch includes the following new commits:

     new f37adbc  Update Version to latest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[airflow-ci-infra] 01/01: Update Version to latest

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f37adbcaf58b1a367d503bd9c0571ace76cf3afb
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Sep 21 11:21:05 2021 +0200

    Update Version to latest
---
 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 9fa4cea..69c7809 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.281.1-airflow1"
+runner_version = "2.283.1-airflow1"
 session_manager_instance_profile_name = "packer_ssm_instance_profile"