Skip to content

Commit

Permalink
chore(release): version 4.3.0
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.0...v4.3.0) (2019-12-27)

### Features

* add ssl to hpa chart ([#25](#25)) ([343d00d](343d00d))
  • Loading branch information
SocialGroovyBot committed Dec 27, 2019
1 parent 343d00d commit 2522a25
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.3.0](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.2.0...v4.3.0) (2019-12-27)


### Features

* add ssl to hpa chart ([#25](https://github.com/SocialGouv/gitlab-ci-yml/issues/25)) ([343d00d](https://github.com/SocialGouv/gitlab-ci-yml/commit/343d00d20866d835fc66940e79bab3c36d42f89e))

# [4.2.0](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.1.0...v4.2.0) (2019-12-19)


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.2.0
ref: v4.3.0

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.2.0
ref: v4.3.0
- project: SocialGouv/gitlab-ci-yml
file: /base_create_namespace_stage.yml
ref: v4.2.0
ref: v4.3.0

#

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

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.2.0
ref: v4.3.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.2.0
ref: v4.3.0
#
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.2.0
ref: v4.3.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v4.2.0
ref: v4.3.0
#
Expand All @@ -239,7 +239,7 @@ Helm job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v4.2.0
ref: v4.3.0
#
Kubectl job:
Expand All @@ -256,7 +256,7 @@ Kubectl job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v4.2.0
ref: v4.3.0
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.2.0
ref: v4.3.0
#
Expand Down

0 comments on commit 2522a25

Please sign in to comment.