Skip to content

Commit

Permalink
chore(release): version 4.4.1
Browse files Browse the repository at this point in the history
## [4.4.1](v4.4.0...v4.4.1) (2019-12-30)

### Bug Fixes

* **nodejs:** extra "l" typo ([2638243](2638243))
  • Loading branch information
SocialGroovyBot committed Dec 30, 2019
1 parent 2638243 commit f576cb6
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.4.1](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.4.0...v4.4.1) (2019-12-30)


### Bug Fixes

* **nodejs:** extra "l" typo ([2638243](https://github.com/SocialGouv/gitlab-ci-yml/commit/2638243facd9a1e22d1fa996e7a0d2b5a44a9d18))

# [4.4.0](https://github.com/SocialGouv/gitlab-ci-yml/compare/v4.3.0...v4.4.0) (2019-12-30)


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.4.0
ref: v4.4.1

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

#

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

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

0 comments on commit f576cb6

Please sign in to comment.