From 5d8a574f33a0df0429dcc7330731b43f939dbc7a Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 6 Dec 2021 10:59:53 +0000 Subject: [PATCH] chore(release): version 23.3.4 ## [23.3.4](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.3.3...v23.3.4) (2021-12-06) ### Bug Fixes * **release:** use node@16 ([#583](https://github.com/SocialGouv/gitlab-ci-yml/issues/583)) ([2120735](https://github.com/SocialGouv/gitlab-ci-yml/commit/21207354c9345840fe39a2b42331a338d8f5b2f5)) --- CHANGELOG.md | 7 +++++++ README.md | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3fe927..6741b0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [23.3.4](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.3.3...v23.3.4) (2021-12-06) + + +### Bug Fixes + +* **release:** use node@16 ([#583](https://github.com/SocialGouv/gitlab-ci-yml/issues/583)) ([2120735](https://github.com/SocialGouv/gitlab-ci-yml/commit/21207354c9345840fe39a2b42331a338d8f5b2f5)) + ## [23.3.3](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.3.2...v23.3.3) (2021-09-15) diff --git a/README.md b/README.md index d03b7b75..d08cfc38 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ Use like this in your `.gitlab-ci.yml` : include: - project: SocialGouv/gitlab-ci-yml file: /base_semantic_release_stage.yml - ref: v23.3.3 + ref: v23.3.4 - project: SocialGouv/gitlab-ci-yml file: /base_register_stage.yml - ref: v23.3.3 + ref: v23.3.4 ```
@@ -51,7 +51,7 @@ This pipeline produces : include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 ``` ### Deploy @@ -69,7 +69,7 @@ Changing the cluster target will automatically alter the domaine as the url is f include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 variables: AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-tmp" @@ -85,7 +85,7 @@ To automatically release changes on branches you can set the `AUTO_DEVOPS_RELEAS include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 variables: AUTO_DEVOPS_RELEASE_AUTO: "🔖" @@ -99,7 +99,7 @@ To automatically deploy releases to production you can set the `AUTO_DEVOPS_PROD include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 variables: AUTO_DEVOPS_PRODUCTION_AUTO: "🚀" @@ -114,7 +114,7 @@ You can disable test jobs with `AUTO_DEVOPS_TEST_DISABLED` and/or lint with `AUT include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 variables: AUTO_DEVOPS_TEST_DISABLED: "🛑" @@ -130,7 +130,7 @@ You can use [Kaniko](https://github.com/GoogleContainerTools/kaniko) as containe include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 variables: AUTO_DEVOPS_KANIKO: "🕹ī¸" @@ -160,7 +160,7 @@ Autodevops jobs are using a `.autodevops_*` definition you can extend. include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v23.3.3 + ref: v23.3.4 # Same name as the "Build" job defined in the autodevops file # Override https://github.com/SocialGouv/gitlab-ci-yml/blob/v17.0.0/autodevops.yml#L50 @@ -204,10 +204,10 @@ As the gitlab yaml parser is working, defining a job **with the same name** will include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 - project: SocialGouv/gitlab-ci-yml file: /base_create_namespace_stage.yml - ref: v23.3.3 + ref: v23.3.4 # @@ -237,7 +237,7 @@ Create namespace: include: - project: SocialGouv/gitlab-ci-yml file: /base_delete_useless_k8s_ns_stage.yml - ref: v23.3.3 + ref: v23.3.4 # Delete useless k8s namespaces: @@ -256,10 +256,10 @@ Delete useless k8s namespaces: include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_helm_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 - project: SocialGouv/gitlab-ci-yml file: /base_deploy_app_chart_stage.yml - ref: v23.3.3 + ref: v23.3.4 # @@ -309,10 +309,10 @@ Deploy app (prod): include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 - project: SocialGouv/gitlab-ci-yml file: /base_docker_helm_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 # @@ -330,10 +330,10 @@ Helm job: include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 - project: SocialGouv/gitlab-ci-yml file: /base_deploy_kosko_stage.yml - ref: v23.3.3 + ref: v23.3.4 # @@ -364,7 +364,7 @@ kapp.k14s.io/disable-default-label-scoping-rules: "" include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v23.3.3 + ref: v23.3.4 # Kubectl job: @@ -385,7 +385,7 @@ You'll need a `MATTERMOST_WEBHOOK` variable in your CI. include: - project: SocialGouv/gitlab-ci-yml file: /base_notify_mattermost.yml - ref: v23.3.3 + ref: v23.3.4 Notify fail: extends: .base_notify_fail_mattermost @@ -408,7 +408,7 @@ A job to run a [nuclei](https://nuclei.projectdiscovery.io) security scan on the include: - project: SocialGouv/gitlab-ci-yml file: /base_nuclei_scan.yml - ref: v23.3.3 + ref: v23.3.4 Nuclei Scan: extends: .base_nuclei_scan @@ -432,7 +432,7 @@ This will run the two following scripts for feature-branches deployments : include: - project: SocialGouv/gitlab-ci-yml file: /base_migrate_azure_db.yml - ref: v23.3.3 + ref: v23.3.4 ``` # [.base_register_docker_stage](./base_register_docker_stage.yml) @@ -443,7 +443,7 @@ include: include: - project: SocialGouv/gitlab-ci-yml file: /base_register_docker_stage.yml - ref: v23.3.3 + ref: v23.3.4 Register myapp image: extends: .base_register_docker_stage @@ -465,7 +465,7 @@ To use kaniko instead of docker build, import this stage **after** other include include: - project: SocialGouv/gitlab-ci-yml file: /base_register_kaniko_stage.yml - ref: v23.3.3 + ref: v23.3.4 Register myapp image: extends: .base_register_kaniko_stage @@ -484,7 +484,7 @@ Register myapp image: include: - project: SocialGouv/gitlab-ci-yml file: /base_semantic_release_stage.yml - ref: v23.3.3 + ref: v23.3.4 # @@ -510,7 +510,7 @@ A manual job to run a [trivy](https://github.com/aquasecurity/trivy) security sc include: - project: SocialGouv/gitlab-ci-yml file: /base_trivy_scan.yml - ref: v23.3.3 + ref: v23.3.4 Trivy Scan: extends: .base_trivy_scan