From a04319fc8dc6f224c41858260d79443506b512b9 Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 9 Nov 2022 00:21:46 +0100 Subject: [PATCH] chore(release): 1.96.10 --- .github/actions/Dockerfile | 2 +- .../actions/debug-manifests-output/Dockerfile | 2 +- .github/actions/debug-manifests/action.yaml | 2 +- .github/actions/deploy-via-webhook/Dockerfile | 2 +- .../actions/deployment-reporting/action.yaml | 2 +- .../actions/deployment-starting/action.yaml | 2 +- .github/actions/load-remote-config/Dockerfile | 2 +- .github/workflows/workflow-deploy.yaml | 2 +- .../workflows/workflow-gotoprod-manual.yaml | 6 ++-- .github/workflows/workflow-webhook.yaml | 6 ++-- CHANGELOG.md | 7 +++++ .../argocd/kontinuous-webhook/values.yaml | 2 +- .../workflows/kontinuous-webhook-delete.yml | 2 +- .../workflows/kontinuous-webhook-deploy.yml | 2 +- .../workflows/kontinuous-webhook-delete.yml | 2 +- .../workflows/kontinuous-webhook-deploy.yml | 2 +- .../.github/workflows/kontinuous-gotoprod.yml | 2 +- .../workflows/kontinuous-webhook-delete.yml | 2 +- .../workflows/kontinuous-webhook-deploy.yml | 2 +- docker-compose.yaml | 4 +-- package.json | 2 +- packages/argocd/Dockerfile | 4 +-- packages/common/package.json | 2 +- packages/dev-tools/package.json | 2 +- packages/kontinuous/package.json | 2 +- .../tests/__snapshots__/deactivate.dev.yaml | 2 +- .../tests/__snapshots__/include-file.dev.yaml | 2 +- .../__snapshots__/init-container.dev.yaml | 2 +- .../__snapshots__/jobs-build-options.dev.yaml | 2 +- .../__snapshots__/jobs-build-stage.dev.yaml | 8 +++--- .../tests/__snapshots__/jobs-build.dev.yaml | 8 +++--- .../__snapshots__/jobs-runs-map.dev.yaml | 4 +-- .../__snapshots__/jobs-seed-command.dev.yaml | 4 +-- .../__snapshots__/jobs-seed-sql.dev.yaml | 10 +++---- .../__snapshots__/jobs-uses-relative.dev.yaml | 4 +-- .../__snapshots__/jobs-uses-self-ref.dev.yaml | 4 +-- .../env/dev/values.yaml | 2 +- packages/wait-needs/package.json | 2 +- packages/webhook/Chart.yaml | 2 +- packages/webhook/package.json | 2 +- packages/webhook/values.yaml | 2 +- plugins/contrib/Chart.yaml | 28 +++++++++---------- plugins/contrib/charts/app/Chart.yaml | 2 +- .../contrib/charts/contrib-helpers/Chart.yaml | 2 +- plugins/contrib/charts/deactivate/Chart.yaml | 4 +-- plugins/contrib/charts/hasura/Chart.yaml | 2 +- plugins/contrib/charts/jobs/Chart.yaml | 4 +-- plugins/contrib/charts/jobs/values.yaml | 2 +- plugins/contrib/charts/maildev/Chart.yaml | 2 +- plugins/contrib/charts/metabase/Chart.yaml | 2 +- plugins/contrib/charts/namespace/Chart.yaml | 2 +- .../contrib/charts/oauth2-proxy/Chart.yaml | 2 +- plugins/contrib/charts/pgweb/Chart.yaml | 2 +- .../charts/rancher-namespace/Chart.yaml | 2 +- plugins/contrib/charts/redis/Chart.yaml | 2 +- .../charts/security-policies/Chart.yaml | 2 +- .../05.1-needs-using-initcontainers.js | 2 +- plugins/fabrique/Chart.yaml | 4 +-- 58 files changed, 100 insertions(+), 93 deletions(-) diff --git a/.github/actions/Dockerfile b/.github/actions/Dockerfile index 5a784cae59..2cfc206c7c 100644 --- a/.github/actions/Dockerfile +++ b/.github/actions/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous:1.96.9 as base +FROM ghcr.io/socialgouv/kontinuous:v1.96.10 as base USER 0 RUN apt-get update && \ diff --git a/.github/actions/debug-manifests-output/Dockerfile b/.github/actions/debug-manifests-output/Dockerfile index 32e09ed6b9..23eb2be0c8 100644 --- a/.github/actions/debug-manifests-output/Dockerfile +++ b/.github/actions/debug-manifests-output/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:1.96.9 +FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:v1.96.10 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/debug-manifests/action.yaml b/.github/actions/debug-manifests/action.yaml index e4542d8c77..9d17930ef3 100644 --- a/.github/actions/debug-manifests/action.yaml +++ b/.github/actions/debug-manifests/action.yaml @@ -8,7 +8,7 @@ runs: steps: - name: Debug manifests id: debug-manifests - uses: socialgouv/kontinuous/.github/actions/debug-manifests-output@1.96.9 + uses: socialgouv/kontinuous/.github/actions/debug-manifests-output@v1.96.10 with: path: manifests.yaml diff --git a/.github/actions/deploy-via-webhook/Dockerfile b/.github/actions/deploy-via-webhook/Dockerfile index 32e09ed6b9..23eb2be0c8 100644 --- a/.github/actions/deploy-via-webhook/Dockerfile +++ b/.github/actions/deploy-via-webhook/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:1.96.9 +FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:v1.96.10 COPY entrypoint.sh /entrypoint.sh diff --git a/.github/actions/deployment-reporting/action.yaml b/.github/actions/deployment-reporting/action.yaml index 4d69d05eea..10a1a79d62 100644 --- a/.github/actions/deployment-reporting/action.yaml +++ b/.github/actions/deployment-reporting/action.yaml @@ -31,6 +31,6 @@ runs: deployment_id: ${{ inputs.deployment_id }} - name: Debug manifests - uses: socialgouv/kontinuous/.github/actions/debug-manifests@1.96.9 + uses: socialgouv/kontinuous/.github/actions/debug-manifests@v1.96.10 with: token: ${{ inputs.token }} diff --git a/.github/actions/deployment-starting/action.yaml b/.github/actions/deployment-starting/action.yaml index 7c743f5edf..a10172178c 100644 --- a/.github/actions/deployment-starting/action.yaml +++ b/.github/actions/deployment-starting/action.yaml @@ -12,7 +12,7 @@ runs: steps: - name: Load kontinuous config id: kontinuous-config - uses: socialgouv/kontinuous/.github/actions/load-remote-config@1.96.9 + uses: socialgouv/kontinuous/.github/actions/load-remote-config@v1.96.10 - name: Notify deployment start uses: bobheadxi/deployments@v1 diff --git a/.github/actions/load-remote-config/Dockerfile b/.github/actions/load-remote-config/Dockerfile index a007e63e77..2bb77974f3 100644 --- a/.github/actions/load-remote-config/Dockerfile +++ b/.github/actions/load-remote-config/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:1.96.9 +FROM ghcr.io/socialgouv/kontinuous/gh-actions-common:v1.96.10 COPY entrypoint.sh /entrypoint.sh COPY bin/ /usr/local/bin/ diff --git a/.github/workflows/workflow-deploy.yaml b/.github/workflows/workflow-deploy.yaml index c9739cd9e5..1252d120c8 100644 --- a/.github/workflows/workflow-deploy.yaml +++ b/.github/workflows/workflow-deploy.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: kontinuous pipeline - uses: socialgouv/kontinuous/.github/actions/deploy-via-github@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deploy-via-github@v1.96.10 with: token: ${{ secrets.GITHUB_TOKEN }} kubeconfig: ${{ secrets.KUBECONFIG }} diff --git a/.github/workflows/workflow-gotoprod-manual.yaml b/.github/workflows/workflow-gotoprod-manual.yaml index c889273b72..8313af49d1 100644 --- a/.github/workflows/workflow-gotoprod-manual.yaml +++ b/.github/workflows/workflow-gotoprod-manual.yaml @@ -16,13 +16,13 @@ jobs: steps: - name: Starting Deployment 🎬 - uses: socialgouv/kontinuous/.github/actions/deployment-starting@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deployment-starting@v1.96.10 id: deployment-starting with: token: ${{ secrets.GITHUB_TOKEN }} - name: Kontinuous Pipeline 🥷 - uses: socialgouv/kontinuous/.github/actions/deploy-via-webhook@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deploy-via-webhook@v1.96.10 with: token: ${{ secrets.GITHUB_TOKEN }} webhookToken: ${{ secrets.KUBEWEBHOOK_TOKEN }} @@ -31,7 +31,7 @@ jobs: environment: "prod" - name: Reporting 📜 - uses: socialgouv/kontinuous/.github/actions/deployment-reporting@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deployment-reporting@v1.96.10 with: token: ${{ secrets.GITHUB_TOKEN }} deployment_id: ${{ steps.deployment-starting.outputs.deployment_id }} \ No newline at end of file diff --git a/.github/workflows/workflow-webhook.yaml b/.github/workflows/workflow-webhook.yaml index 4d98e90118..0c832d8b2f 100644 --- a/.github/workflows/workflow-webhook.yaml +++ b/.github/workflows/workflow-webhook.yaml @@ -21,13 +21,13 @@ jobs: steps: - name: Starting Deployment 🎬 - uses: socialgouv/kontinuous/.github/actions/deployment-starting@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deployment-starting@v1.96.10 id: deployment-starting with: token: ${{ secrets.GITHUB_TOKEN }} - name: Kontinuous Pipeline 🥷 - uses: socialgouv/kontinuous/.github/actions/deploy-via-webhook@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deploy-via-webhook@v1.96.10 with: token: ${{ secrets.GITHUB_TOKEN }} webhookToken: ${{ secrets.KUBEWEBHOOK_TOKEN }} @@ -36,7 +36,7 @@ jobs: environment: ${{ inputs.environment }} - name: Reporting 📜 - uses: socialgouv/kontinuous/.github/actions/deployment-reporting@1.96.9 + uses: socialgouv/kontinuous/.github/actions/deployment-reporting@v1.96.10 with: token: ${{ secrets.GITHUB_TOKEN }} deployment_id: ${{ steps.deployment-starting.outputs.deployment_id }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c52159ab..ca3c7597dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.96.10](https://github.com/socialgouv/kontinuous/compare/v1.96.9...v1.96.10) (2022-11-08) + + +### Bug Fixes + +* e2e version ([e1b8ab8](https://github.com/socialgouv/kontinuous/commit/e1b8ab8e8b1f766d0bd78b68690a8fb4d415cac1)) + ### [1.96.9](https://github.com/socialgouv/kontinuous/compare/v1.96.8...v1.96.9) (2022-11-08) diff --git a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml index 85dde4b517..66568a330b 100644 --- a/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml +++ b/boilerplates/infra-samples/argocd/kontinuous-webhook/values.yaml @@ -1,5 +1,5 @@ kontinuous-webhook: - image: ghcr.io/socialgouv/kontinuous/webhook:1.96.9 + image: ghcr.io/socialgouv/kontinuous/webhook:v1.96.10 # image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:1 host: "kontinuous.fabrique.social.gouv.fr" kubeconfigSecrets: diff --git a/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-delete.yml b/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-delete.yml index 656a4c0997..79bcef4380 100644 --- a/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-delete.yml +++ b/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-delete.yml @@ -8,5 +8,5 @@ concurrency: jobs: cleaning: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit diff --git a/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-deploy.yml b/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-deploy.yml index 7b71361472..886984fe18 100644 --- a/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-deploy.yml +++ b/boilerplates/repositories/gitflow-gitops/.github/workflows/kontinuous-webhook-deploy.yml @@ -12,7 +12,7 @@ concurrency: jobs: deploy: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit with: triggerWebhook: true # comment this line when enabling webhook on repository diff --git a/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-delete.yml b/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-delete.yml index 656a4c0997..79bcef4380 100644 --- a/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-delete.yml +++ b/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-delete.yml @@ -8,5 +8,5 @@ concurrency: jobs: cleaning: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit diff --git a/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-deploy.yml b/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-deploy.yml index 75c91b6f99..e71b0e0885 100644 --- a/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-deploy.yml +++ b/boilerplates/repositories/trunk-gitops/.github/workflows/kontinuous-webhook-deploy.yml @@ -10,7 +10,7 @@ concurrency: jobs: deploy: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit with: triggerWebhook: true # comment this line when enabling webhook on repository \ No newline at end of file diff --git a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-gotoprod.yml b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-gotoprod.yml index da0635c06a..29346c3380 100644 --- a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-gotoprod.yml +++ b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-gotoprod.yml @@ -10,5 +10,5 @@ concurrency: jobs: deploy: - uses: socialgouv/kontinuous/.github/workflows/workflow-gotoprod-manual.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-gotoprod-manual.yaml@v1.96.10 secrets: inherit diff --git a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-delete.yml b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-delete.yml index 656a4c0997..79bcef4380 100644 --- a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-delete.yml +++ b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-delete.yml @@ -8,5 +8,5 @@ concurrency: jobs: cleaning: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit diff --git a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-deploy.yml b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-deploy.yml index 3308410ad5..54e8450604 100644 --- a/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-deploy.yml +++ b/boilerplates/repositories/trunk-manual-prod/.github/workflows/kontinuous-webhook-deploy.yml @@ -12,7 +12,7 @@ concurrency: jobs: deploy: - uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@1.96.9 + uses: socialgouv/kontinuous/.github/workflows/workflow-webhook.yaml@v1.96.10 secrets: inherit with: triggerWebhook: true # comment this line when enabling webhook on repository diff --git a/docker-compose.yaml b/docker-compose.yaml index 6cd18d968d..fce3d2a255 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,6 +16,6 @@ services: KUBEWEBHOOK_CONFIG_PATH: config.sample.yaml KUBEWEBHOOK_SUPERTOKEN: ${KUBEWEBHOOK_SUPERTOKEN:-1234} KUBEWEBHOOK_EXPOSED_PORT: ${KUBEWEBHOOK_EXPOSED_PORT:-7530} - KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:1.96.9"} - KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:1.96.9"} + KUBEWEBHOOK_PIPELINE_IMAGE: ${KUBEWEBHOOK_PIPELINE_IMAGE:-"ghcr.io/socialgouv/kontinuous:v1.96.10"} + KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE: ${KUBEWEBHOOK_PIPELINE_CHECKOUT_IMAGE:-"ghcr.io/socialgouv/kontinuous/degit:v1.96.10"} KS_LOG_LEVEL: "trace" diff --git a/package.json b/package.json index 14d63c67b8..bf4154d48d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "~dev", - "version": "1.96.9", + "version": "1.96.10", "repository": "git@github.com:socialgouv/kontinuous.git", "license": "MIT", "private": true, diff --git a/packages/argocd/Dockerfile b/packages/argocd/Dockerfile index 51b1cced06..a0d49ee7ff 100644 --- a/packages/argocd/Dockerfile +++ b/packages/argocd/Dockerfile @@ -23,8 +23,8 @@ RUN chown 1001:1001 /workspace RUN git config --global --add safe.directory /workspace -COPY --from=ghcr.io/socialgouv/kontinuous:1.96.9 /usr/local/bin /usr/local/bin/ -COPY --from=ghcr.io/socialgouv/kontinuous:v1.96.8 --chown=999:1.96.9 /opt/kontinuous /opt/kontinuous/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.96.10 /usr/local/bin /usr/local/bin/ +COPY --from=ghcr.io/socialgouv/kontinuous:v1.96.8 --chown=999:v1.96.10 /opt/kontinuous /opt/kontinuous/ # Switch back to non-root user USER 999 \ No newline at end of file diff --git a/packages/common/package.json b/packages/common/package.json index 55e819518f..e8c9173bdb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "~common", - "version": "1.96.9", + "version": "1.96.10", "description": "", "license": "MIT", "author": "", diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 378a21ce3c..5bbffdcf4d 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "dev-tools", - "version": "1.96.9", + "version": "1.96.10", "dependencies": { "replace": "^1.2.2" } diff --git a/packages/kontinuous/package.json b/packages/kontinuous/package.json index cb79378258..f945b1c636 100644 --- a/packages/kontinuous/package.json +++ b/packages/kontinuous/package.json @@ -1,6 +1,6 @@ { "name": "kontinuous", - "version": "1.96.9", + "version": "1.96.10", "repository": "https://github.com/socialgouv/kontinuous.git", "homepage": "https://socialgouv.github.io/kontinuous/", "license": "MIT", diff --git a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml index 485adeb53e..a9a2cfa52e 100644 --- a/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/deactivate.dev.yaml @@ -82,7 +82,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml index 7a932cad79..7d165815fe 100644 --- a/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/include-file.dev.yaml @@ -139,7 +139,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml b/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml index 9132263d3a..1eaa8f754f 100644 --- a/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/init-container.dev.yaml @@ -140,7 +140,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml index 5c6099ce9b..c391eb873d 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-options.dev.yaml @@ -152,7 +152,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml index 663ec26b55..503a0d0407 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build-stage.dev.yaml @@ -155,7 +155,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -313,7 +313,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -459,7 +459,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh @@ -632,7 +632,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml index acf35a3618..86ff81a51f 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-build.dev.yaml @@ -154,7 +154,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -311,7 +311,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -455,7 +455,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh @@ -626,7 +626,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh diff --git a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml index c731cc9707..0fd118a179 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-runs-map.dev.yaml @@ -153,7 +153,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -310,7 +310,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml index 485acdc5dc..d5030ec57d 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-command.dev.yaml @@ -154,7 +154,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -311,7 +311,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml index b46f3c9f7e..70bdbbb74c 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-seed-sql.dev.yaml @@ -154,7 +154,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -311,7 +311,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -457,7 +457,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -594,7 +594,7 @@ spec: restartPolicy: Never initContainers: - name: degit-repository - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 imagePullPolicy: IfNotPresent command: - sh @@ -617,7 +617,7 @@ spec: cpu: 10m memory: 64Mi - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml index 18ebff0bd2..29f0cc86bd 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-relative.dev.yaml @@ -153,7 +153,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -310,7 +310,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml index 25c672e5db..5165bc8730 100644 --- a/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml +++ b/packages/kontinuous/tests/__snapshots__/jobs-uses-self-ref.dev.yaml @@ -153,7 +153,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' @@ -310,7 +310,7 @@ spec: restartPolicy: Never initContainers: - name: degit-action - image: ghcr.io/socialgouv/kontinuous/degit:1.96.9 + image: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 command: - sh - '-c' diff --git a/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml b/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml index fa44abbb16..799732b117 100644 --- a/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml +++ b/packages/kontinuous/tests/samples/jobs-uses-degit.disabled/env/dev/values.yaml @@ -2,6 +2,6 @@ jobs: enabled: true runs: db: - use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@1.96.9 + use: socialgouv/kontinuous/plugins/contrib/jobs/create-db@v1.96.10 with: pgAdminSecretRefName: pg-scaleway diff --git a/packages/wait-needs/package.json b/packages/wait-needs/package.json index af971125b3..5c4f50f555 100644 --- a/packages/wait-needs/package.json +++ b/packages/wait-needs/package.json @@ -8,5 +8,5 @@ "~common": "workspace:^" }, "bin": "./bin/wait-needs", - "version": "1.96.9" + "version": "1.96.10" } diff --git a/packages/webhook/Chart.yaml b/packages/webhook/Chart.yaml index 82bfd4673f..da76ae11b1 100644 --- a/packages/webhook/Chart.yaml +++ b/packages/webhook/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: kontinuous-webhook -version: 1.96.9 +version: 1.96.10 home: https://socialgouv.github.io/kontinuous/ description: Webhook CI for Kubernetes icon: https://avatars.githubusercontent.com/u/45039513?v=4 diff --git a/packages/webhook/package.json b/packages/webhook/package.json index 44359c27fa..fd58279b85 100644 --- a/packages/webhook/package.json +++ b/packages/webhook/package.json @@ -1,6 +1,6 @@ { "name": "~webhook", - "version": "1.96.9", + "version": "1.96.10", "description": "", "license": "MIT", "author": "", diff --git a/packages/webhook/values.yaml b/packages/webhook/values.yaml index 2216803186..93647d0187 100644 --- a/packages/webhook/values.yaml +++ b/packages/webhook/values.yaml @@ -8,7 +8,7 @@ replicas: 2 isProdCluster: true containerPort: 3000 image: harbor.fabrique.social.gouv.fr/sre/kontinuous/webhook:latest -# image: ghcr.io/socialgouv/kontinuous/webhook:1.96.9 +# image: ghcr.io/socialgouv/kontinuous/webhook:v1.96.10 resources: limits: cpu: 2 diff --git a/plugins/contrib/Chart.yaml b/plugins/contrib/Chart.yaml index 93b67bcfc2..c0e4249cc2 100644 --- a/plugins/contrib/Chart.yaml +++ b/plugins/contrib/Chart.yaml @@ -1,55 +1,55 @@ apiVersion: v2 name: fabrique -version: 1.96.9 +version: 1.96.10 dependencies: - name: rancher-namespace repository: file://./charts/rancher-namespace - version: 1.96.9 + version: 1.96.10 condition: global.rancherNamespaceEnabled,rancher-namespace.enabled - name: namespace repository: file://./charts/namespace - version: 1.96.9 + version: 1.96.10 condition: global.namespaceEnabled,namespace.enabled - name: security-policies repository: file://./charts/security-policies - version: 1.96.9 + version: 1.96.10 condition: global.securityPoliciesEnabled,security-policies.enabled - name: contrib-helpers repository: file://./charts/contrib-helpers - version: 1.96.9 + version: 1.96.10 - name: app repository: file://./charts/app - version: 1.96.9 + version: 1.96.10 condition: app.enabled - name: deactivate repository: file://./charts/deactivate - version: 1.96.9 + version: 1.96.10 condition: deactivate.enabled - name: hasura repository: file://./charts/hasura - version: 1.96.9 + version: 1.96.10 condition: hasura.enabled - name: jobs repository: file://./charts/jobs - version: 1.96.9 + version: 1.96.10 condition: jobs.enabled - name: maildev repository: file://./charts/maildev - version: 1.96.9 + version: 1.96.10 condition: maildev.enabled - name: metabase repository: file://./charts/metabase - version: 1.96.9 + version: 1.96.10 condition: metabase.enabled - name: oauth2-proxy repository: file://./charts/oauth2-proxy - version: 1.96.9 + version: 1.96.10 condition: oauth2-proxy.enabled - name: pgweb repository: file://./charts/pgweb - version: 1.96.9 + version: 1.96.10 condition: pgweb.enabled - name: redis repository: file://./charts/redis - version: 1.96.9 + version: 1.96.10 condition: redis.enabled diff --git a/plugins/contrib/charts/app/Chart.yaml b/plugins/contrib/charts/app/Chart.yaml index 5fcf303253..d26a207425 100644 --- a/plugins/contrib/charts/app/Chart.yaml +++ b/plugins/contrib/charts/app/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: app -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/contrib-helpers/Chart.yaml b/plugins/contrib/charts/contrib-helpers/Chart.yaml index 1f5c8e9cc5..15b115bf99 100644 --- a/plugins/contrib/charts/contrib-helpers/Chart.yaml +++ b/plugins/contrib/charts/contrib-helpers/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: contrib-helpers -version: 1.96.9 +version: 1.96.10 type: library diff --git a/plugins/contrib/charts/deactivate/Chart.yaml b/plugins/contrib/charts/deactivate/Chart.yaml index 1abdd97ab4..e60b75b529 100644 --- a/plugins/contrib/charts/deactivate/Chart.yaml +++ b/plugins/contrib/charts/deactivate/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: deactivate -version: 1.96.9 +version: 1.96.10 dependencies: - name: jobs repository: file://../jobs condition: 'true' alias: jobs-deactivate - version: 1.96.9 + version: 1.96.10 diff --git a/plugins/contrib/charts/hasura/Chart.yaml b/plugins/contrib/charts/hasura/Chart.yaml index 437305dd72..5426300ec5 100644 --- a/plugins/contrib/charts/hasura/Chart.yaml +++ b/plugins/contrib/charts/hasura/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: hasura -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/jobs/Chart.yaml b/plugins/contrib/charts/jobs/Chart.yaml index 9123241b88..635457975a 100644 --- a/plugins/contrib/charts/jobs/Chart.yaml +++ b/plugins/contrib/charts/jobs/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: jobs -version: 1.96.9 +version: 1.96.10 dependencies: - name: rancher-namespace repository: file://../rancher-namespace - version: 1.96.9 + version: 1.96.10 condition: createRancherNamespace diff --git a/plugins/contrib/charts/jobs/values.yaml b/plugins/contrib/charts/jobs/values.yaml index c974533a97..e245af439f 100644 --- a/plugins/contrib/charts/jobs/values.yaml +++ b/plugins/contrib/charts/jobs/values.yaml @@ -6,7 +6,7 @@ gitBranch: runs: {} image: "debian:stable" -degitImage: ghcr.io/socialgouv/kontinuous/degit:1.96.9 +degitImage: ghcr.io/socialgouv/kontinuous/degit:v1.96.10 # degitImagePullPolicy: Always degitImagePullPolicy: IfNotPresent diff --git a/plugins/contrib/charts/maildev/Chart.yaml b/plugins/contrib/charts/maildev/Chart.yaml index b5d5d4b483..9953f4b9fe 100644 --- a/plugins/contrib/charts/maildev/Chart.yaml +++ b/plugins/contrib/charts/maildev/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: maildev -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/metabase/Chart.yaml b/plugins/contrib/charts/metabase/Chart.yaml index 36ee96acfc..5e6325ea60 100644 --- a/plugins/contrib/charts/metabase/Chart.yaml +++ b/plugins/contrib/charts/metabase/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: metabase -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/namespace/Chart.yaml b/plugins/contrib/charts/namespace/Chart.yaml index 5754a06640..007c905dfa 100644 --- a/plugins/contrib/charts/namespace/Chart.yaml +++ b/plugins/contrib/charts/namespace/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: namespace -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/oauth2-proxy/Chart.yaml b/plugins/contrib/charts/oauth2-proxy/Chart.yaml index 7d56080a01..5fa5443d16 100644 --- a/plugins/contrib/charts/oauth2-proxy/Chart.yaml +++ b/plugins/contrib/charts/oauth2-proxy/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: oauth2-proxy -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/pgweb/Chart.yaml b/plugins/contrib/charts/pgweb/Chart.yaml index f64029c55f..aa3a3ec875 100644 --- a/plugins/contrib/charts/pgweb/Chart.yaml +++ b/plugins/contrib/charts/pgweb/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: pgweb -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/rancher-namespace/Chart.yaml b/plugins/contrib/charts/rancher-namespace/Chart.yaml index bf535a145a..7c168832f8 100644 --- a/plugins/contrib/charts/rancher-namespace/Chart.yaml +++ b/plugins/contrib/charts/rancher-namespace/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: rancher-namespace -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/redis/Chart.yaml b/plugins/contrib/charts/redis/Chart.yaml index ba61e7d204..e0d727e975 100644 --- a/plugins/contrib/charts/redis/Chart.yaml +++ b/plugins/contrib/charts/redis/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: redis -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/charts/security-policies/Chart.yaml b/plugins/contrib/charts/security-policies/Chart.yaml index 3f75023531..7cfab50991 100644 --- a/plugins/contrib/charts/security-policies/Chart.yaml +++ b/plugins/contrib/charts/security-policies/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: security-policies -version: 1.96.9 +version: 1.96.10 diff --git a/plugins/contrib/patches/05.1-needs-using-initcontainers.js b/plugins/contrib/patches/05.1-needs-using-initcontainers.js index 77ab1f52e9..cc819e079c 100644 --- a/plugins/contrib/patches/05.1-needs-using-initcontainers.js +++ b/plugins/contrib/patches/05.1-needs-using-initcontainers.js @@ -1,4 +1,4 @@ -const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:1.96.9" +const kontinuousNeedsImage = "ghcr.io/socialgouv/kontinuous/wait-needs:v1.96.10" // const kontinuousNeedsImage = "harbor.fabrique.social.gouv.fr/sre/kontinuous/wait-needs:v1" const getDeps = require("../lib/get-needs-deps") diff --git a/plugins/fabrique/Chart.yaml b/plugins/fabrique/Chart.yaml index 04877ae417..e69247b6f0 100644 --- a/plugins/fabrique/Chart.yaml +++ b/plugins/fabrique/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fabrique -version: 1.96.9 +version: 1.96.10 dependencies: - name: keycloakx repository: https://codecentric.github.io/helm-charts @@ -8,5 +8,5 @@ dependencies: condition: keycloakx.enabled - name: contrib repository: file://./charts/contrib - version: 1.96.9 + version: 1.96.10 condition: contrib.enabled