From 53b8c79d11be2ec532fb0957869fbe65ef0d30f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C8=9Aoncu?= Date: Wed, 25 Sep 2024 22:34:33 +0300 Subject: [PATCH] chore: Bump Tags --- bucket-production.yml | 2 +- bucket-quality.yml | 2 +- cloudrun-production.yml | 4 ++-- cloudrun-quality.yml | 4 ++-- container-registry-push.yml | 2 +- dataflow-production.yml | 2 +- dataflow-quality.yml | 2 +- docker.yml | 2 +- endpoints-multiregion.yml | 2 +- endpoints-quality.yml | 2 +- endpoints-regional.yml | 2 +- endpoints-validate.yml | 2 +- helm-fullstack-multiregion.yml | 2 +- helm-fullstack-quality.yml | 4 ++-- helm-fullstack-regional.yml | 2 +- helm-multiregion.yml | 2 +- helm-only-internal.yml | 2 +- helm-only-multiregion.yml | 2 +- helm-only-quality.yml | 2 +- helm-only-regional.yml | 2 +- helm-quality.yml | 4 ++-- helm-regional.yml | 2 +- kubernetes-multiregion.yml | 2 +- kubernetes-quality.yml | 4 ++-- kubernetes-regional.yml | 2 +- kubernetes-task-multiregion.yml | 2 +- kubernetes-task-production.yml | 2 +- kubernetes-task-quality.yml | 2 +- lint-generic.yml | 2 +- lint-go.yml | 2 +- lint-javascript.yml | 2 +- lint-python.yml | 2 +- lint-typescript.yml | 2 +- npm-package-publish.yml | 2 +- prettier-generic.yml | 2 +- sast.yml | 2 +- secrets-multiregion.yml | 2 +- secrets-quality.yml | 2 +- secrets-regional.yml | 2 +- sentry-fullstack.yml | 2 +- sentry.yml | 2 +- serverless-multiregion.yml | 2 +- serverless-quality.yml | 2 +- serverless-regional.yml | 2 +- shell-job.yml | 4 ++-- ssh-production.yml | 2 +- ssh-quality.yml | 2 +- terraform.yml | 2 +- test-unit-generic.yml | 2 +- test-unit-go.yml | 2 +- test-unit-javascript.yml | 2 +- test-unit-python.yml | 2 +- tfsec.yml | 2 +- tofu.yml | 2 +- 54 files changed, 60 insertions(+), 60 deletions(-) diff --git a/bucket-production.yml b/bucket-production.yml index 6c46c9c..50855df 100644 --- a/bucket-production.yml +++ b/bucket-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/bucket-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/bucket-quality.yml' deploy:production: extends: .deploy diff --git a/bucket-quality.yml b/bucket-quality.yml index 70e1b04..70d30cb 100644 --- a/bucket-quality.yml +++ b/bucket-quality.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/bucket.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/bucket.yml' deploy:quality: extends: .deploy diff --git a/cloudrun-production.yml b/cloudrun-production.yml index d34ec21..9288b57 100644 --- a/cloudrun-production.yml +++ b/cloudrun-production.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/cloudrun.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/cloudrun.yml" deploy:production: extends: .cloudrun:deploy diff --git a/cloudrun-quality.yml b/cloudrun-quality.yml index a059b72..851f5d2 100644 --- a/cloudrun-quality.yml +++ b/cloudrun-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/cloudrun.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/cloudrun.yml" deploy:quality: extends: .cloudrun:deploy diff --git a/container-registry-push.yml b/container-registry-push.yml index 33c3d9c..4df91fa 100644 --- a/container-registry-push.yml +++ b/container-registry-push.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/container-registry-push.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/container-registry-push.yml" container-registry:push:quality: extends: .container-registry:push diff --git a/dataflow-production.yml b/dataflow-production.yml index bca17d7..da7b535 100644 --- a/dataflow-production.yml +++ b/dataflow-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/dataflow-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/dataflow-quality.yml' deploy:production:dataflow: extends: .deploy:dataflow diff --git a/dataflow-quality.yml b/dataflow-quality.yml index 468afb0..bfed6a7 100644 --- a/dataflow-quality.yml +++ b/dataflow-quality.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/dataflow.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/dataflow.yml' deploy:quality:dataflow: extends: .deploy:dataflow diff --git a/docker.yml b/docker.yml index 21b8cc4..66ec286 100644 --- a/docker.yml +++ b/docker.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/docker.yml" build: stage: build diff --git a/endpoints-multiregion.yml b/endpoints-multiregion.yml index ebb75a4..e23b177 100644 --- a/endpoints-multiregion.yml +++ b/endpoints-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/endpoints-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/endpoints-quality.yml" # EUROPE diff --git a/endpoints-quality.yml b/endpoints-quality.yml index f4271ed..8b45eff 100644 --- a/endpoints-quality.yml +++ b/endpoints-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/endpoints.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/endpoints.yml" endpoints:validate:quality: extends: .endpoints:validate diff --git a/endpoints-regional.yml b/endpoints-regional.yml index 1ffffde..cbc1410 100644 --- a/endpoints-regional.yml +++ b/endpoints-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/endpoints-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/endpoints-quality.yml" endpoints:validate:production: extends: .endpoints:validate diff --git a/endpoints-validate.yml b/endpoints-validate.yml index 308d046..2ba04a1 100644 --- a/endpoints-validate.yml +++ b/endpoints-validate.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/endpoints.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/endpoints.yml" endpoints:validate: extends: .endpoints:validate diff --git a/helm-fullstack-multiregion.yml b/helm-fullstack-multiregion.yml index 6aa17aa..529c4a3 100644 --- a/helm-fullstack-multiregion.yml +++ b/helm-fullstack-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-fullstack-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-fullstack-quality.yml" # EUROPE diff --git a/helm-fullstack-quality.yml b/helm-fullstack-quality.yml index 2ba832e..8d243b4 100644 --- a/helm-fullstack-quality.yml +++ b/helm-fullstack-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/helm.yml" deploy:helm:api:quality: extends: .deploy:quality:helm diff --git a/helm-fullstack-regional.yml b/helm-fullstack-regional.yml index 1f4950b..53ef1d0 100644 --- a/helm-fullstack-regional.yml +++ b/helm-fullstack-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-fullstack-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-fullstack-quality.yml" deploy:helm:api:production: extends: .deploy:production:helm diff --git a/helm-multiregion.yml b/helm-multiregion.yml index ac686b2..de20b77 100644 --- a/helm-multiregion.yml +++ b/helm-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-quality.yml" # EUROPE diff --git a/helm-only-internal.yml b/helm-only-internal.yml index 3bc4d9b..b10334f 100644 --- a/helm-only-internal.yml +++ b/helm-only-internal.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/helm.yml" deploy:internal:helm: extends: .deploy:internal:helm diff --git a/helm-only-multiregion.yml b/helm-only-multiregion.yml index e78968a..c48df3a 100644 --- a/helm-only-multiregion.yml +++ b/helm-only-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-only-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-only-quality.yml" # EUROPE diff --git a/helm-only-quality.yml b/helm-only-quality.yml index a5fa0b8..bc31429 100644 --- a/helm-only-quality.yml +++ b/helm-only-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/helm.yml" deploy:quality:helm: extends: .deploy:quality:helm diff --git a/helm-only-regional.yml b/helm-only-regional.yml index 3dde08b..8a18353 100644 --- a/helm-only-regional.yml +++ b/helm-only-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-only-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-only-quality.yml" deploy:production:helm: extends: .deploy:production:helm diff --git a/helm-quality.yml b/helm-quality.yml index 6eefdfc..39d2da6 100644 --- a/helm-quality.yml +++ b/helm-quality.yml @@ -1,7 +1,7 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/docker.yml" - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/helm.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/docker.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/helm.yml" deploy:quality:helm: extends: .deploy:quality:helm diff --git a/helm-regional.yml b/helm-regional.yml index 6ba204d..9fa1159 100644 --- a/helm-regional.yml +++ b/helm-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/helm-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/helm-quality.yml" deploy:production:helm: extends: .deploy:production:helm diff --git a/kubernetes-multiregion.yml b/kubernetes-multiregion.yml index 874bd9d..a19b627 100644 --- a/kubernetes-multiregion.yml +++ b/kubernetes-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/kubernetes-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/kubernetes-quality.yml" # EUROPE deploy:production:europe:image: diff --git a/kubernetes-quality.yml b/kubernetes-quality.yml index 3ae9cbb..e171dee 100644 --- a/kubernetes-quality.yml +++ b/kubernetes-quality.yml @@ -1,6 +1,6 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/docker.yml' - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/kubernetes.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/docker.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/kubernetes.yml' deploy:quality:image: extends: .deploy:image diff --git a/kubernetes-regional.yml b/kubernetes-regional.yml index 465b5cd..896def2 100644 --- a/kubernetes-regional.yml +++ b/kubernetes-regional.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/kubernetes-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/kubernetes-quality.yml' deploy:production:image: extends: .deploy:image diff --git a/kubernetes-task-multiregion.yml b/kubernetes-task-multiregion.yml index fc5a591..3d20735 100644 --- a/kubernetes-task-multiregion.yml +++ b/kubernetes-task-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/kubernetes-task-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/kubernetes-task-quality.yml' task:production:europe: extends: .task diff --git a/kubernetes-task-production.yml b/kubernetes-task-production.yml index 33010c0..6d2bd96 100644 --- a/kubernetes-task-production.yml +++ b/kubernetes-task-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/kubernetes-task-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/kubernetes-task-quality.yml' task:production: extends: .task diff --git a/kubernetes-task-quality.yml b/kubernetes-task-quality.yml index a5c8584..8117c0a 100644 --- a/kubernetes-task-quality.yml +++ b/kubernetes-task-quality.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/kubernetes-task.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/kubernetes-task.yml' task:quality: extends: .task diff --git a/lint-generic.yml b/lint-generic.yml index 1a2126a..4238a15 100644 --- a/lint-generic.yml +++ b/lint-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/lint.yml" lint: extends: .lint diff --git a/lint-go.yml b/lint-go.yml index 53b23fb..580f66b 100644 --- a/lint-go.yml +++ b/lint-go.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/lint.yml" lint:go: extends: .lint diff --git a/lint-javascript.yml b/lint-javascript.yml index 5cb386d..b10f6c7 100644 --- a/lint-javascript.yml +++ b/lint-javascript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/lint.yml" lint:eslint: extends: .lint diff --git a/lint-python.yml b/lint-python.yml index 16283b5..7f4e556 100644 --- a/lint-python.yml +++ b/lint-python.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/lint.yml" lint:python: extends: .lint diff --git a/lint-typescript.yml b/lint-typescript.yml index 851f05f..ce664a1 100644 --- a/lint-typescript.yml +++ b/lint-typescript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/lint.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/lint.yml" lint:typecheck: extends: .lint diff --git a/npm-package-publish.yml b/npm-package-publish.yml index 3f121a3..2c5210a 100644 --- a/npm-package-publish.yml +++ b/npm-package-publish.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/npm-package-publish.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/npm-package-publish.yml" npm-package:publish: extends: .npm-package:publish diff --git a/prettier-generic.yml b/prettier-generic.yml index c11b892..5d1b314 100644 --- a/prettier-generic.yml +++ b/prettier-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/prettier.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/prettier.yml" prettier: extends: .prettier diff --git a/sast.yml b/sast.yml index 9fd98e1..e1bd9e6 100644 --- a/sast.yml +++ b/sast.yml @@ -1,5 +1,5 @@ include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/sast.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/sast.yml" sast: extends: .sast diff --git a/secrets-multiregion.yml b/secrets-multiregion.yml index 578d648..e739de8 100644 --- a/secrets-multiregion.yml +++ b/secrets-multiregion.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/secrets-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/secrets-quality.yml" # EUROPE deploy:production:europe:secrets: diff --git a/secrets-quality.yml b/secrets-quality.yml index fe28048..c184dc6 100644 --- a/secrets-quality.yml +++ b/secrets-quality.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/secrets.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/secrets.yml" deploy:quality:secrets: extends: .deploy:quality:secrets diff --git a/secrets-regional.yml b/secrets-regional.yml index 7ae7972..214a5bd 100644 --- a/secrets-regional.yml +++ b/secrets-regional.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/secrets-quality.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/secrets-quality.yml" deploy:production:secrets: extends: .deploy:production:secrets diff --git a/sentry-fullstack.yml b/sentry-fullstack.yml index 636e8bd..5cba0b1 100644 --- a/sentry-fullstack.yml +++ b/sentry-fullstack.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/sentry.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/sentry.yml" sentry:api:release:set: extends: .sentry:release:set diff --git a/sentry.yml b/sentry.yml index 5077a00..683bd38 100644 --- a/sentry.yml +++ b/sentry.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/sentry.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/sentry.yml" sentry:release:set: extends: .sentry:release:set diff --git a/serverless-multiregion.yml b/serverless-multiregion.yml index 0e0fd23..bf00b47 100644 --- a/serverless-multiregion.yml +++ b/serverless-multiregion.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/serverless-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/serverless-quality.yml' # EUROPE deploy:production:europe: diff --git a/serverless-quality.yml b/serverless-quality.yml index c49659c..4f0e05d 100644 --- a/serverless-quality.yml +++ b/serverless-quality.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/serverless.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/serverless.yml' deploy:quality: extends: .serverless:deploy diff --git a/serverless-regional.yml b/serverless-regional.yml index e286c1a..25b7261 100644 --- a/serverless-regional.yml +++ b/serverless-regional.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/serverless-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/serverless-quality.yml' deploy:production: extends: .serverless:deploy diff --git a/shell-job.yml b/shell-job.yml index df521ab..f4ad66a 100644 --- a/shell-job.yml +++ b/shell-job.yml @@ -1,6 +1,6 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/lint-shell.yml' - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/terraform.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/lint-shell.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/terraform.yml' job:shell: stage: deploy diff --git a/ssh-production.yml b/ssh-production.yml index 2972b2b..54e92e6 100644 --- a/ssh-production.yml +++ b/ssh-production.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/ssh-quality.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/ssh-quality.yml' ssh:production: extends: .ssh:exec diff --git a/ssh-quality.yml b/ssh-quality.yml index a156508..d950092 100644 --- a/ssh-quality.yml +++ b/ssh-quality.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/ssh.yml' + - remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/ssh.yml' ssh:quality: extends: .ssh:exec diff --git a/terraform.yml b/terraform.yml index ad0e62c..868a4a6 100644 --- a/terraform.yml +++ b/terraform.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/terraform.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/terraform.yml" cache: key: ${CI_PIPELINE_ID} diff --git a/test-unit-generic.yml b/test-unit-generic.yml index 7c2a1cd..9440634 100644 --- a/test-unit-generic.yml +++ b/test-unit-generic.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/test-unit.yml" test:unit: extends: .test:unit diff --git a/test-unit-go.yml b/test-unit-go.yml index f59c352..6ad0a07 100644 --- a/test-unit-go.yml +++ b/test-unit-go.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/test-unit.yml" test:unit:go: extends: .test:unit diff --git a/test-unit-javascript.yml b/test-unit-javascript.yml index cbc48c4..7f83d7d 100644 --- a/test-unit-javascript.yml +++ b/test-unit-javascript.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/test-unit.yml" test:unit:js: extends: .test:unit diff --git a/test-unit-python.yml b/test-unit-python.yml index 305ef96..3291609 100644 --- a/test-unit-python.yml +++ b/test-unit-python.yml @@ -1,6 +1,6 @@ --- include: - - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/test-unit.yml" + - remote: "https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/test-unit.yml" test:unit:python: extends: .test:unit diff --git a/tfsec.yml b/tfsec.yml index dbd3d7c..da717b0 100644 --- a/tfsec.yml +++ b/tfsec.yml @@ -1,6 +1,6 @@ --- include: - - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/tfsec.yml + - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/tfsec.yml tfsec:security:scan: extends: .tfsec diff --git a/tofu.yml b/tofu.yml index 739cabf..8a5aed9 100644 --- a/tofu.yml +++ b/tofu.yml @@ -1,6 +1,6 @@ --- include: - - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.0/templates/tofu.yml + - remote: https://raw.githubusercontent.com/jobtome-labs/ci-templates/v3.37.1/templates/tofu.yml cache: key: ${CI_PIPELINE_ID}