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 02778af Move to 283.2
02778af is described below
commit 02778afd3f5a19e4222ed1d4620244ea809b7710
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Oct 3 18:53:27 2021 +0200
Move to 283.2
---
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 69c7809..0cff593 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.1-airflow1"
+runner_version = "2.283.2-airflow1"
session_manager_instance_profile_name = "packer_ssm_instance_profile"