Skip to content

Commit

Permalink
Merge pull request #3 from iaacautomation/update-tools
Browse files Browse the repository at this point in the history
Update wf file names
  • Loading branch information
iaacautomation authored Oct 26, 2024
2 parents 68ffd13 + d488868 commit 614abc5
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-azure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release Deploy Azure Image
name: Azure Deploy Docker Image
on:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release Deploy Image
name: Deploy Image with AWS
on:
push:
paths:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/mega.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Build and Release Deploy Image
name: Mega Docker Image
on:
push:
branches:
- 'master'
paths:
- 'megacmd/**'
- '.github/workflows/megacmd.yaml'
- '.github/workflows/mega.yaml'
schedule:
- cron: '0 0 * * 0'

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/whisparr.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and Release Deploy Image
name: Whisparr Docker Image
on:
push:
branches:
- 'master'
paths:
- 'whisparr/**'
- '.github/workflows/whisparr.yaml'
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v4.0.4
1. OpenTofu 1.8.4
2. ansible 2.17.0
3. ansible-lint 24.5.0
4. helm 3.16.2
1. diff 3.9.11
2. git 0.15.1
3. s3 0.16.0
4. secrets 4.6.0
5. helmfile 0.169.1
6. node 20.15.1
7. gitlab-tofu 0.31.0
8. azure-cli 2.65.0

## v4.0.2
1. OpenTofu 1.8.2
2. ansible 2.17.0
Expand Down
6 changes: 3 additions & 3 deletions deploy-azure/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL org.opencontainers.image.title="CI/CD Tools base"
LABEL org.opencontainers.image.documentation="https://github.com/iaacautomation/devops-tools"
LABEL org.opencontainers.image.description="Docker Image with terraform ans azure for CI PIpelines"
LABEL org.opencontainers.image.base.name "public.ecr.aws/docker/library/python:3.10-bookworm"
LABEL org.opencontainers.image.revision v4.0.2
LABEL build.date 20240924(YYYYMMDD)
ARG GITLAB_TOFU_VERSION=0.27.0
LABEL org.opencontainers.image.revision v4.0.4
LABEL build.date 20241126(YYYYMMDD)
ARG GITLAB_TOFU_VERSION=0.41.0

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
8 changes: 4 additions & 4 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ LABEL org.opencontainers.image.title="CI/CD Tools base"
LABEL org.opencontainers.image.documentation="https://github.com/iaacautomation/devops-tools"
LABEL org.opencontainers.image.description="CI Tools Image for CI PIpelines"
LABEL org.opencontainers.image.base.name="alpine:latest"
LABEL org.opencontainers.image.revision v4.0.2
LABEL build.date=20240924(YYYYMMDD)
ARG HELMFILE_VERSION=0.167.1
ARG GITLAB_TOFU_VERSION=0.27.0
LABEL org.opencontainers.image.revision v4.0.4
LABEL build.date=20241026(YYYYMMDD)
ARG HELMFILE_VERSION=0.169.1
ARG GITLAB_TOFU_VERSION=0.331.0
ARG TARGETARCH
WORKDIR /tmp

Expand Down

0 comments on commit 614abc5

Please sign in to comment.