Skip to content

Commit

Permalink
chore(release): version 4.5.2
Browse files Browse the repository at this point in the history
## [4.5.2](v4.5.1...v4.5.2) (2019-12-31)

### Bug Fixes

* **autodevops_simple_app:** ensure to set the HOST on notify ([49b99d5](49b99d5))
  • Loading branch information
SocialGroovyBot committed Dec 31, 2019
1 parent 49b99d5 commit 9cf88d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.5.2](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.5.1...v4.5.2) (2019-12-31)


### Bug Fixes

* **autodevops_simple_app:** ensure to set the HOST on notify ([49b99d5](https://github.com/SocialGouv/gitlab-ci-yml/commit/49b99d5a3b87856672395762b05f6ea623a0d5cb))

## [4.5.1](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.5.0...v4.5.1) (2019-12-31)


Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ These jobs sends the feature-branch deployed environment url and status to GitHu
include:
- project: SocialGouv/gitlab-ci-yml
file: /autodevops_simple_app.yml
ref: v4.5.1
ref: v4.5.2

variables:
PROJECT: "sample-next-app"
Expand All @@ -64,10 +64,10 @@ variables:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.5.1
ref: v4.5.2
- project: SocialGouv/gitlab-ci-yml
file: /base_create_namespace_stage.yml
ref: v4.5.1
ref: v4.5.2

#

Expand All @@ -92,7 +92,7 @@ Create namespace:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_delete_useless_k8s_ns_stage.yml
ref: v4.5.1
ref: v4.5.2
#

Delete useless k8s namespaces:
Expand Down Expand Up @@ -172,10 +172,10 @@ Please consider using `base_deploy_hpa_chart_stage` block instead.
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_deploy_nodejs_chart_stage.yml
ref: v4.5.1
ref: v4.5.2
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.5.1
ref: v4.5.2
#
Expand Down Expand Up @@ -218,10 +218,10 @@ Deploy myapp (prod):
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.5.1
ref: v4.5.2
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.5.1
ref: v4.5.2
#
Expand All @@ -239,7 +239,7 @@ Helm job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.5.1
ref: v4.5.2
#
Kubectl job:
Expand All @@ -256,7 +256,7 @@ Kubectl job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v4.5.1
ref: v4.5.2
Register myapp image:
extends: .base_register_stage
Expand All @@ -275,7 +275,7 @@ Register myapp image:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_semantic_release_stage.yml
ref: v4.5.1
ref: v4.5.2
#
Expand Down

0 comments on commit 9cf88d3

Please sign in to comment.