From 18af95eac18e17131963d0d0cad529e2b737d04c Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:43:21 +0000 Subject: [PATCH] chore(release): version 20.7.4 ## [20.7.4](https://github.com/SocialGouv/gitlab-ci-yml/compare/v20.7.3...v20.7.4) (2021-02-22) ### Bug Fixes * force path version ([42d5002](https://github.com/SocialGouv/gitlab-ci-yml/commit/42d500267e384d827c5a478f73f3a3b92dcd01f7)) --- CHANGELOG.md | 7 +++++++ README.md | 52 ++++++++++++++++++++++++++-------------------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6449a7be..c801dece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [20.7.4](https://github.com/SocialGouv/gitlab-ci-yml/compare/v20.7.3...v20.7.4) (2021-02-22) + + +### Bug Fixes + +* force path version ([42d5002](https://github.com/SocialGouv/gitlab-ci-yml/commit/42d500267e384d827c5a478f73f3a3b92dcd01f7)) + ## [20.7.3](https://github.com/SocialGouv/gitlab-ci-yml/compare/v20.7.2...v20.7.3) (2021-02-11) diff --git a/README.md b/README.md index ba3096ea..4cc6ef3d 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Use like this in your `.gitlab-ci.yml` : include: - project: SocialGouv/gitlab-ci-yml file: /base_semantic_release_stage.yml - ref: v20.7.3 + ref: v20.7.4 - project: SocialGouv/gitlab-ci-yml file: /base_register_stage.yml - ref: v20.7.3 + ref: v20.7.4 ```
@@ -49,7 +49,7 @@ This pipeline produces : include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v20.7.3 + ref: v20.7.4 ``` ### Deploy @@ -67,7 +67,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: v20.7.3 + ref: v20.7.4 variables: AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-tmp" @@ -83,7 +83,7 @@ To automatically release changes on branches you can set the `AUTO_DEVOPS_RELEAS include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v20.7.3 + ref: v20.7.4 variables: AUTO_DEVOPS_RELEASE_AUTO: "🔖" @@ -97,7 +97,7 @@ To automatically deploy releases to production you can set the `AUTO_DEVOPS_PROD include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v20.7.3 + ref: v20.7.4 variables: AUTO_DEVOPS_PRODUCTION_AUTO: "🚀" @@ -112,7 +112,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: v20.7.3 + ref: v20.7.4 variables: AUTO_DEVOPS_TEST_DISABLED: "🛑" @@ -128,7 +128,7 @@ You can use [Kaniko](https://github.com/GoogleContainerTools/kaniko) as containe include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v20.7.3 + ref: v20.7.4 variables: AUTO_DEVOPS_KANIKO: "🕹ī¸" @@ -143,7 +143,7 @@ Autodevops jobs are using a `.autodevops_*` definition you can extend. include: - project: SocialGouv/gitlab-ci-yml file: /autodevops.yml - ref: v20.7.3 + ref: v20.7.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 @@ -187,10 +187,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: v20.7.3 + ref: v20.7.4 - project: SocialGouv/gitlab-ci-yml file: /base_create_namespace_stage.yml - ref: v20.7.3 + ref: v20.7.4 # @@ -220,7 +220,7 @@ Create namespace: include: - project: SocialGouv/gitlab-ci-yml file: /base_delete_useless_k8s_ns_stage.yml - ref: v20.7.3 + ref: v20.7.4 # Delete useless k8s namespaces: @@ -239,10 +239,10 @@ Delete useless k8s namespaces: include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_helm_image_stage.yml - ref: v20.7.3 + ref: v20.7.4 - project: SocialGouv/gitlab-ci-yml file: /base_deploy_app_chart_stage.yml - ref: v20.7.3 + ref: v20.7.4 # @@ -292,10 +292,10 @@ Deploy app (prod): include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v20.7.3 + ref: v20.7.4 - project: SocialGouv/gitlab-ci-yml file: /base_docker_helm_image_stage.yml - ref: v20.7.3 + ref: v20.7.4 # @@ -313,10 +313,10 @@ Helm job: include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v20.7.3 + ref: v20.7.4 - project: SocialGouv/gitlab-ci-yml file: /base_deploy_kosko_stage.yml - ref: v20.7.3 + ref: v20.7.4 # @@ -347,7 +347,7 @@ kapp.k14s.io/disable-default-label-scoping-rules: "" include: - project: SocialGouv/gitlab-ci-yml file: /base_docker_kubectl_image_stage.yml - ref: v20.7.3 + ref: v20.7.4 # Kubectl job: @@ -368,7 +368,7 @@ You'll need a `MATTERMOST_WEBHOOK` variable in your CI. include: - project: SocialGouv/gitlab-ci-yml file: /base_notify_mattermost.yml - ref: v20.7.3 + ref: v20.7.4 Notify fail: extends: .base_notify_fail_mattermost @@ -391,7 +391,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: v20.7.3 + ref: v20.7.4 Nuclei Scan: extends: .base_nuclei_scan @@ -415,7 +415,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: v20.7.3 + ref: v20.7.4 ``` # [.base_register_docker_stage](./base_register_docker_stage.yml) @@ -426,7 +426,7 @@ include: include: - project: SocialGouv/gitlab-ci-yml file: /base_register_docker_stage.yml - ref: v20.7.3 + ref: v20.7.4 Register myapp image: extends: .base_register_docker_stage @@ -448,7 +448,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: v20.7.3 + ref: v20.7.4 Register myapp image: extends: .base_register_kaniko_stage @@ -467,7 +467,7 @@ Register myapp image: include: - project: SocialGouv/gitlab-ci-yml file: /base_semantic_release_stage.yml - ref: v20.7.3 + ref: v20.7.4 # @@ -493,7 +493,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: v20.7.3 + ref: v20.7.4 Trivy Scan: extends: .base_trivy_scan