Skip to content

Commit

Permalink
chore(release): version 23.2.0
Browse files Browse the repository at this point in the history
# [23.2.0](v23.1.1...v23.2.0) (2021-07-01)

### Bug Fixes

* **autodevops:** skip post-release master pipeline ([#523](#523)) ([455adcc](455adcc))

### Features

* add grafana urls ([#524](#524)) ([1e9a3dc](1e9a3dc))
  • Loading branch information
SocialGroovyBot committed Jul 1, 2021
1 parent 1e9a3dc commit d085535
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [23.2.0](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.1.1...v23.2.0) (2021-07-01)


### Bug Fixes

* **autodevops:** skip post-release master pipeline ([#523](https://github.com/SocialGouv/gitlab-ci-yml/issues/523)) ([455adcc](https://github.com/SocialGouv/gitlab-ci-yml/commit/455adcceed855dc769516e15e2320b3dffea13b1))


### Features

* add grafana urls ([#524](https://github.com/SocialGouv/gitlab-ci-yml/issues/524)) ([1e9a3dc](https://github.com/SocialGouv/gitlab-ci-yml/commit/1e9a3dcaf461a2132792b6e23e25c2707b3c2821))

## [23.1.1](https://github.com/SocialGouv/gitlab-ci-yml/compare/v23.1.0...v23.1.1) (2021-06-30)


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

### Deploy
Expand All @@ -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: v23.1.1
ref: v23.2.0
variables:
AUTO_DEVOPS_DEV_ENVIRONMENT_NAME: "-tmp"
Expand All @@ -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: v23.1.1
ref: v23.2.0
variables:
AUTO_DEVOPS_RELEASE_AUTO: "🔖"
Expand All @@ -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: v23.1.1
ref: v23.2.0
variables:
AUTO_DEVOPS_PRODUCTION_AUTO: "🚀"
Expand All @@ -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: v23.1.1
ref: v23.2.0
variables:
AUTO_DEVOPS_TEST_DISABLED: "🛑"
Expand All @@ -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: v23.1.1
ref: v23.2.0
variables:
AUTO_DEVOPS_KANIKO: "🕹️"
Expand Down Expand Up @@ -158,7 +158,7 @@ Autodevops jobs are using a `.autodevops_*` definition you can extend.
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops.yml
ref: v23.1.1
ref: v23.2.0
# 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 @@ -202,10 +202,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.1.1
ref: v23.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_create_namespace_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Expand Down Expand Up @@ -235,7 +235,7 @@ Create namespace:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_delete_useless_k8s_ns_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Delete useless k8s namespaces:
Expand All @@ -254,10 +254,10 @@ Delete useless k8s namespaces:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v23.1.1
ref: v23.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_app_chart_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Expand Down Expand Up @@ -307,10 +307,10 @@ Deploy app (prod):
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v23.1.1
ref: v23.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Expand All @@ -328,10 +328,10 @@ Helm job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v23.1.1
ref: v23.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_kosko_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Expand Down Expand Up @@ -362,7 +362,7 @@ kapp.k14s.io/disable-default-label-scoping-rules: ""
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Kubectl job:
Expand All @@ -383,7 +383,7 @@ You'll need a `MATTERMOST_WEBHOOK` variable in your CI.
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_notify_mattermost.yml
ref: v23.1.1
ref: v23.2.0
Notify fail:
extends: .base_notify_fail_mattermost
Expand All @@ -406,7 +406,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.1.1
ref: v23.2.0
Nuclei Scan:
extends: .base_nuclei_scan
Expand All @@ -430,7 +430,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.1.1
ref: v23.2.0
```

# [.base_register_docker_stage](./base_register_docker_stage.yml)
Expand All @@ -441,7 +441,7 @@ include:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_docker_stage.yml
ref: v23.1.1
ref: v23.2.0
Register myapp image:
extends: .base_register_docker_stage
Expand All @@ -463,7 +463,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.1.1
ref: v23.2.0
Register myapp image:
extends: .base_register_kaniko_stage
Expand All @@ -482,7 +482,7 @@ Register myapp image:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_semantic_release_stage.yml
ref: v23.1.1
ref: v23.2.0
#
Expand All @@ -508,7 +508,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.1.1
ref: v23.2.0
Trivy Scan:
extends: .base_trivy_scan
Expand Down

0 comments on commit d085535

Please sign in to comment.