Skip to content

Commit

Permalink
chore(release): version 23.3.3
Browse files Browse the repository at this point in the history
## [23.3.3](v23.3.2...v23.3.3) (2021-09-15)

### Bug Fixes

* **base_deploy_kosko_stage:** rm debug ([644b968](644b968))
  • Loading branch information
SocialGroovyBot committed Sep 15, 2021
1 parent 47ba360 commit 6758003
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [23.3.3](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.3.2...v23.3.3) (2021-09-15)


### Bug Fixes

* **base_deploy_kosko_stage:** rm debug ([644b968](https://github.com/SocialGouv/gitlab-ci-yml/commit/644b96880030cf06a61c39105303d657596df303))

## [23.3.2](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.3.1...v23.3.2) (2021-09-15)


Expand Down
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
ref: v23.3.3
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v23.3.2
ref: v23.3.3
```
<br>
Expand All @@ -51,7 +51,7 @@ This pipeline produces :
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v23.3.2
ref: v23.3.3
```

### Deploy
Expand All @@ -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.2
ref: v23.3.3
variables:
AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-tmp"
Expand All @@ -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.2
ref: v23.3.3
variables:
AUTO_DEVOPS_RELEASE_AUTO: "🔖"
Expand All @@ -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.2
ref: v23.3.3
variables:
AUTO_DEVOPS_PRODUCTION_AUTO: "🚀"
Expand All @@ -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.2
ref: v23.3.3
variables:
AUTO_DEVOPS_TEST_DISABLED: "🛑"
Expand All @@ -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.2
ref: v23.3.3
variables:
AUTO_DEVOPS_KANIKO: "🕹️"
Expand Down Expand Up @@ -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.2
ref: v23.3.3
# 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
Expand Down Expand Up @@ -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.2
ref: v23.3.3
- project: SocialGouv/gitlab-ci-yml
file: /base_create_namespace_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Expand Down Expand Up @@ -237,7 +237,7 @@ Create namespace:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_delete_useless_k8s_ns_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Delete useless k8s namespaces:
Expand All @@ -256,10 +256,10 @@ Delete useless k8s namespaces:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v23.3.2
ref: v23.3.3
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_app_chart_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Expand Down Expand Up @@ -309,10 +309,10 @@ Deploy app (prod):
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v23.3.2
ref: v23.3.3
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Expand All @@ -330,10 +330,10 @@ Helm job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v23.3.2
ref: v23.3.3
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_kosko_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Expand Down Expand Up @@ -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.2
ref: v23.3.3
#
Kubectl job:
Expand All @@ -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.2
ref: v23.3.3
Notify fail:
extends: .base_notify_fail_mattermost
Expand All @@ -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.2
ref: v23.3.3
Nuclei Scan:
extends: .base_nuclei_scan
Expand All @@ -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.2
ref: v23.3.3
```

# [.base_register_docker_stage](./base_register_docker_stage.yml)
Expand All @@ -443,7 +443,7 @@ include:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_docker_stage.yml
ref: v23.3.2
ref: v23.3.3
Register myapp image:
extends: .base_register_docker_stage
Expand All @@ -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.2
ref: v23.3.3
Register myapp image:
extends: .base_register_kaniko_stage
Expand All @@ -484,7 +484,7 @@ Register myapp image:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_semantic_release_stage.yml
ref: v23.3.2
ref: v23.3.3
#
Expand All @@ -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.2
ref: v23.3.3
Trivy Scan:
extends: .base_trivy_scan
Expand Down

0 comments on commit 6758003

Please sign in to comment.