Skip to content

Commit

Permalink
chore(release): version 3.2.0
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.1...v3.2.0) (2019-12-13)

### Features

* **nodejs_chart:** force the wildcard-crt if not in production ([#13](#13)) ([ec5a613](ec5a613))
  • Loading branch information
SocialGroovyBot committed Dec 13, 2019
1 parent ec5a613 commit 7f83cc1
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 @@
# [3.2.0](https://github.com/SocialGouv/gitlab-ci-yml/compare/v3.1.1...v3.2.0) (2019-12-13)


### Features

* **nodejs_chart:** force the wildcard-crt if not in production ([#13](https://github.com/SocialGouv/gitlab-ci-yml/issues/13)) ([ec5a613](https://github.com/SocialGouv/gitlab-ci-yml/commit/ec5a6137f9847975c7c92c6928880e8069143699))

## [3.1.1](https://github.com/SocialGouv/gitlab-ci-yml/compare/v3.1.0...v3.1.1) (2019-12-13)


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

#

Expand All @@ -92,7 +92,7 @@ Create namespace:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_delete_useless_k8s_ns_stage.yml
ref: v3.1.1
ref: v3.2.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: v3.1.1
ref: v3.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v3.1.1
ref: v3.2.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: v3.1.1
ref: v3.2.0
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_helm_image_stage.yml
ref: v3.1.1
ref: v3.2.0
#
Expand All @@ -239,7 +239,7 @@ Helm job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_docker_kubectl_image_stage.yml
ref: v3.1.1
ref: v3.2.0
#
Kubectl job:
Expand All @@ -256,7 +256,7 @@ Kubectl job:
include:
- project: SocialGouv/gitlab-ci-yml
file: /base_register_stage.yml
ref: v3.1.1
ref: v3.2.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: v3.1.1
ref: v3.2.0
#
Expand Down

0 comments on commit 7f83cc1

Please sign in to comment.