Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updatecli) tracks AWS Terraform module irsa_role version #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions updatecli/updatecli.d/irsa-role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bump version of the Terraform "irsa_role" module in terraform-aws-sponsorship/eks-cijenkinsio-agents-2.tf

scms:
default:
kind: github
spec:
user: "{{ .github.user }}"
email: "{{ .github.email }}"
owner: "{{ .github.owner }}"
repository: "{{ .github.repository }}"
token: "{{ requiredEnv .github.token }}"
username: "{{ .github.username }}"
branch: "{{ .github.branch }}"

sources:
getLatestVersion:
kind: terraform/registry
name: Retrieve the latest version
spec:
type: module
namespace: terraform-aws-modules
name: iam
targetsystem: aws

targets:
upgradeAutoscalerModuleVersion:
name: Update the Terraform "cijenkinsio_agents_2_autoscaler_irsa_role" module version in terraform-aws-sponsorship/eks-cijenkinsio-agents-2.tf
kind: hcl
sourceid: getLatestVersion
spec:
file: eks-cijenkinsio-agents-2.tf
path: module.cijenkinsio_agents_2_autoscaler_irsa_role.version
scmid: default

upgradeEbsCsiModuleVersion:
name: Update the Terraform "cijenkinsio_agents_2_ebscsi_irsa_role" module version in terraform-aws-sponsorship/eks-cijenkinsio-agents-2.tf
kind: hcl
sourceid: getLatestVersion
spec:
file: eks-cijenkinsio-agents-2.tf
path: module.cijenkinsio_agents_2_ebscsi_irsa_role.version
scmid: default

actions:
upgradeAutoscalerModuleVersion:
kind: github/pullrequest
scmid: default
title: Bump version of the AWS Terraform module "cijenkinsio_agents_2_autoscaler_irsa_role" to {{ source "getLatestVersion" }}
spec:
labels:
- dependencies
- terraform-aws-iam-role-module

upgradeEbsCsiModuleVersion:
kind: github/pullrequest
scmid: default
title: Bump version of the AWS Terraform module "cijenkinsio_agents_2_ebscsi_irsa_role" to {{ source "getLatestVersion" }}
spec:
labels:
- dependencies
- terraform-aws-iam-role-module