Skip to content

Releases: SocialGouv/gitlab-ci-yml

v4.5.2

31 Dec 00:43
Compare
Choose a tag to compare

4.5.2 (2019-12-31)

Bug Fixes

  • autodevops_simple_app: ensure to set the HOST on notify (49b99d5)

v4.5.1

31 Dec 00:13
Compare
Choose a tag to compare

4.5.1 (2019-12-31)

Bug Fixes

  • nodejs: use variable to sync helm chart version (e7d4487)

v4.5.0

31 Dec 00:03
Compare
Choose a tag to compare

4.5.0 (2019-12-31)

Features

  • nodejs: use helm chart version 2.13.0 (b368202)

v4.4.1

30 Dec 22:44
Compare
Choose a tag to compare

4.4.1 (2019-12-30)

Bug Fixes

v4.4.0

30 Dec 18:02
Compare
Choose a tag to compare

4.4.0 (2019-12-30)

Features

  • nodejs: use helm chart version 2.12.0 (34bc606)

v4.3.0

27 Dec 14:55
Compare
Choose a tag to compare

4.3.0 (2019-12-27)

Features

v4.2.0

19 Dec 15:33
Compare
Choose a tag to compare

4.2.0 (2019-12-19)

Features

v4.1.0

19 Dec 11:37
Compare
Choose a tag to compare

4.1.0 (2019-12-19)

Features

  • notify: change production ENVIRONMENT test (7165ca5)
  • notify: rename update url to HOST (56c418c)
  • update hpa helm version from 2.9.0 to 2.10.0 (#20) (d01cbec)

v4.0.1

13 Dec 13:27
Compare
Choose a tag to compare

4.0.1 (2019-12-13)

Bug Fixes

  • node_chart: unexpected EOF while looking for matching `"' (7298ebb)

v4.0.0

13 Dec 11:53
Compare
Choose a tag to compare

4.0.0 (2019-12-13)

Features

  • nodejs_chart: force the wildcard-crt if not in production (#13) (dedc550)

BREAKING CHANGES

  • nodejs_chart: feat(nodejs_chart): force the wildcard-crt if not in production
    • .base_deploy_nodejs_chart_stage: The job is now forcing --set ingress.tls[0].secretName=wildcard-crt if not in production mode.