Skip to content

Commit

Permalink
Merge pull request #1027 from devops-infra/develop
Browse files Browse the repository at this point in the history
Updates for 2022-07-01
  • Loading branch information
ChristophShyper authored Jul 1, 2022
2 parents 003c06a + 8ea3031 commit 53f324c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CRON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Create pull request
if: env.VERSION_TAG != 'null'
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: Bump for ${{ env.VERSION_TAG }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Create pull request - develop (conditional)
if: ${{ github.ref == 'refs/heads/develop' }}
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -130,7 +130,7 @@ jobs:

- name: Create pull request - bugfix (conditional)
if: startsWith(github.ref, 'refs/heads/bugfix')
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Create pull request - dependency (conditional)
if: startsWith(github.ref, 'refs/heads/dependency')
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -152,7 +152,7 @@ jobs:

- name: Create pull request - documentation (conditional)
if: startsWith(github.ref, 'refs/heads/documentation')
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -163,7 +163,7 @@ jobs:

- name: Create pull request - feature (conditional)
if: startsWith(github.ref, 'refs/heads/feature')
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -174,7 +174,7 @@ jobs:

- name: Create pull request - test (conditional)
if: startsWith(github.ref, 'refs/heads/test')
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -187,7 +187,7 @@ jobs:

- name: Create pull request - other (conditional)
if: "!startsWith(github.ref, 'refs/heads/develop') && !startsWith(github.ref, 'refs/heads/bugfix') && !startsWith(github.ref, 'refs/heads/dependabot') && !startsWith(github.ref, 'refs/heads/dependency') && !startsWith(github.ref, 'refs/heads/documentation') && !startsWith(github.ref, 'refs/heads/feature') && !startsWith(github.ref, 'refs/heads/test')"
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ phony: help
AWS_VERSION := 2.7.12
GCP_VERSION := 392.0.0
TF_VERSION := 1.2.4
TG_VERSION := 0.38.2
TG_VERSION := 0.38.3

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ bundled with or not (see second table below).

| Registry | Example full image name | Image name | Image version | Terraform version | Terragrunt version |
|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|---------------------|----------------------|-------------------|--------------------|
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.2.4-tg-0.38.2` | `docker-terragrunt` | `tf-1.2.4-tg-0.38.2` | `1.2.4` | `0.38.2` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.2.4-tg-0.38.2` | `docker-terragrunt` | `tf-1.2.4-tg-0.38.2` | `1.2.4` | `0.38.2` |
| [Docker Hub](https://hub.docker.com/repository/docker/devopsinfra/docker-terragrunt) | `devopsinfra/docker-terragrunt:tf-1.2.4-tg-0.38.3` | `docker-terragrunt` | `tf-1.2.4-tg-0.38.3` | `1.2.4` | `0.38.3` |
| [GitHub Packages](https://github.com/devops-infra/docker-terragrunt/packages) | `ghcr.io/devops-infra/docker-terragrunt/docker-terragrunt:tf-1.2.4-tg-0.38.3` | `docker-terragrunt` | `tf-1.2.4-tg-0.38.3` | `1.2.4` | `0.38.3` |


# Available flavours
Expand All @@ -87,15 +87,15 @@ Tag of the image tells also which cloud API/SDK is included in the image.

| Image name | AWS | Azure | GCP | Size |
| ---------------------------------------------------- | --- | ----- | --- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `docker-terragrunt:slim-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.2.4-tg-0.38.2` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:slim-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/slim-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:gcp-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-gcp-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:azure-gcp-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |
| `docker-terragrunt:aws-azure-gcp-tf-1.2.4-tg-0.38.3` |||| ![Docker size](https://img.shields.io/docker/image-size/devopsinfra/docker-terragrunt/aws-azure-gcp-latest?label=Image%20size&style=flat-square&logo=docker) |


# Usage
Expand Down
2 changes: 1 addition & 1 deletion pip/aws/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.24.20
boto3==1.24.21

0 comments on commit 53f324c

Please sign in to comment.