Giter Club home page Giter Club logo

Comments (13)

jk1z avatar jk1z commented on July 20, 2024

Can I get the logs that are outputted by the app, please?

Also, Is your merged request in merged state? And Is it merged/updated in between 2 of your tags?

from gitlab-release-note-generator.

jk1z avatar jk1z commented on July 20, 2024

Another possible reason why your latest merge request is not in the release note is that you didn't specify the TARGET_TAG_REGEX in the app docker env. The generator could be finding the merge requests updated at time in between a develop tag and a master tag.

from gitlab-release-note-generator.

jk1z avatar jk1z commented on July 20, 2024

The way I set up the release note generator for develop and master branch is something like this

# for master branch
generate-release-note:
    allow_failure: true
    only:
        refs:
            - tags
        variables:
            - $CI_COMMIT_TITLE =~ /^[0-9]+.[0-9]+.[0-9]+$/
    stage: post_deploy
    image: docker:stable
    services:
        - docker:dind
    script:
        - docker container run -e GITLAB_PERSONAL_TOKEN=${GITLAB_PERSONAL_TOKEN} -e GITLAB_PROJECT_ID=${CI_PROJECT_ID} -e TARGET_TAG_REGEX="^v[0-9]+.[0-9]+.[0-9]+$" 00freezy00/gitlab-release-note-generator

# for develop branch
generate-release-note:
    allow_failure: true
    only:
        refs:
            - tags
        variables:
            - $CI_COMMIT_TITLE =~ /^[0-9]+.[0-9]+.[0-9]+(-[0-9]+)$/
    stage: post_deploy
    image: docker:stable
    services:
        - docker:dind
    script:
        - docker container run -e GITLAB_PERSONAL_TOKEN=${GITLAB_PERSONAL_TOKEN} -e GITLAB_PROJECT_ID=${CI_PROJECT_ID} -e TARGET_TAG_REGEX="^v[0-9]+.[0-9]+.[0-9]+(-[0-9]+)$" 00freezy00/gitlab-release-note-generator

Note It's impossible to distinguish the release tag by which branch they belong to in a develop and a master branch setup. Because your develop branch will eventually get merged into the master for a production release and that makes the tag belongs to both develop and master branch.

The better way of doing it is using Regex to distinguish the tag whether it's on master or develop branch.

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

Can I get the logs that are outputted by the app, please?

Also, Is your merged request in merged state? And Is it merged/updated in between 2 of your tags?

�[0KRunning with gitlab-runner 12.2.0 (a987417a)
�[0;m�[0K  on git-stage-runner 6-V4y4M5
�[0;msection_start:1567718485:prepare_executor
�[0K�[0KUsing Docker executor with image debian:stable ...
�[0;m�[0KPulling docker image debian:stable ...
�[0;m�[0KUsing docker image sha256:f5356914cf3cf56af4cc5862b083089246ff064787b361dd33bab8fa92edc4b8 for debian:stable ...
�[0;msection_end:1567718487:prepare_executor
�[0Ksection_start:1567718487:prepare_script
�[0KRunning on runner-6-V4y4M5-project-11500-concurrent-0 via docker...
section_end:1567718488:prepare_script
�[0Ksection_start:1567718488:get_sources
�[0K�[32;1mFetching changes...�[0;m
Reinitialized existing Git repository in /builds/contact-center/integrations/devops/environments/engage-digital/.git/
From https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital
   7ff5c57..70a707d  EO-810     -> origin/EO-810
   80ee3f6..352a039  develop    -> origin/develop
�[32;1mChecking out 352a0397 as develop...�[0;m

�[32;1mSkipping Git submodules setup�[0;m
section_end:1567718490:get_sources
�[0Ksection_start:1567718490:restore_cache
�[0Ksection_end:1567718491:restore_cache
�[0Ksection_start:1567718491:download_artifacts
�[0Ksection_end:1567718492:download_artifacts
�[0Ksection_start:1567718492:build_script
�[0K�[32;1m$ source environments/lab/make.env�[0;m
�[32;1m$ apt-get clean -qq�[0;m
�[32;1m$ apt-get update -qq --fix-missing�[0;m
�[32;1m$ apt-get install -qq --fix-missing jq git�[0;m
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package perl-modules-5.28.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../00-perl-modules-5.28_5.28.1-6_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-6) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../01-libgdbm6_1.18.1-4_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-4) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../02-libgdbm-compat4_1.18.1-4_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
Selecting previously unselected package libperl5.28:amd64.
Preparing to unpack .../03-libperl5.28_5.28.1-6_amd64.deb ...
Unpacking libperl5.28:amd64 (5.28.1-6) ...
Selecting previously unselected package perl.
Preparing to unpack .../04-perl_5.28.1-6_amd64.deb ...
Unpacking perl (5.28.1-6) ...
Selecting previously unselected package less.
Preparing to unpack .../05-less_487-0.1+b1_amd64.deb ...
Unpacking less (487-0.1+b1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../06-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../07-krb5-locales_1.17-3_all.deb ...
Unpacking krb5-locales (1.17-3) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../08-libbsd0_0.9.1-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../09-libedit2_3.1-20181209-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20181209-1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../10-libkeyutils1_1.6-6_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-6) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../11-libkrb5support0_1.17-3_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-3) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../12-libk5crypto3_1.17-3_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-3) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../13-libssl1.1_1.1.1c-1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1c-1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../14-libkrb5-3_1.17-3_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-3) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../15-libgssapi-krb5-2_1.17-3_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-3) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../16-openssh-client_1%3a7.9p1-10_amd64.deb ...
Unpacking openssh-client (1:7.9p1-10) ...
Selecting previously unselected package openssl.
Preparing to unpack .../17-openssl_1.1.1c-1_amd64.deb ...
Unpacking openssl (1.1.1c-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../18-ca-certificates_20190110_all.deb ...
Unpacking ca-certificates (20190110) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../19-libsasl2-modules-db_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../20-libsasl2-2_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../21-libldap-common_2.4.47+dfsg-3_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../22-libldap-2.4-2_2.4.47+dfsg-3_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../23-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../24-libpsl5_0.20.2-2_amd64.deb ...
Unpacking libpsl5:amd64 (0.20.2-2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../25-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../26-libssh2-1_1.8.0-2.1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../27-libcurl3-gnutls_7.64.0-4_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../28-libexpat1_2.2.6-2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../29-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../30-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../31-git-man_1%3a2.20.1-2_all.deb ...
Unpacking git-man (1:2.20.1-2) ...
Selecting previously unselected package git.
Preparing to unpack .../32-git_1%3a2.20.1-2_amd64.deb ...
Unpacking git (1:2.20.1-2) ...
Selecting previously unselected package libonig5:amd64.
Preparing to unpack .../33-libonig5_6.9.1-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.1-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../34-libjq1_1.5+dfsg-2+b1_amd64.deb ...
Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
Selecting previously unselected package jq.
Preparing to unpack .../35-jq_1.5+dfsg-2+b1_amd64.deb ...
Unpacking jq (1.5+dfsg-2+b1) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../36-libsasl2-modules_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../37-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../38-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../39-libxcb1_1.13.1-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.13.1-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../40-libx11-data_2%3a1.6.7-1_all.deb ...
Unpacking libx11-data (2:1.6.7-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../41-libx11-6_2%3a1.6.7-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.7-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../42-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../43-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
Selecting previously unselected package patch.
Preparing to unpack .../44-patch_2.7.6-3+deb10u1_amd64.deb ...
Unpacking patch (2.7.6-3+deb10u1) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../45-publicsuffix_20190415.1030-1_all.deb ...
Unpacking publicsuffix (20190415.1030-1) ...
Selecting previously unselected package xauth.
Preparing to unpack .../46-xauth_1%3a1.0.10-1_amd64.deb ...
Unpacking xauth (1:1.0.10-1) ...
Setting up perl-modules-5.28 (5.28.1-6) ...
Setting up libexpat1:amd64 (2.2.6-2) ...
Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
Setting up libkeyutils1:amd64 (1.6-6) ...
Setting up libpsl5:amd64 (0.20.2-2) ...
Setting up libssl1.1:amd64 (1.1.1c-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1) ...
Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
Setting up less (487-0.1+b1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up krb5-locales (1.17-3) ...
Setting up libldap-common (2.4.47+dfsg-3) ...
Setting up libkrb5support0:amd64 (1.17-3) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1) ...
Setting up libx11-data (2:1.6.7-1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Setting up patch (2.7.6-3+deb10u1) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up libk5crypto3:amd64 (1.17-3) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-1) ...
Setting up git-man (1:2.20.1-2) ...
Setting up libssh2-1:amd64 (1.8.0-2.1) ...
Setting up netbase (5.6) ...
Setting up libkrb5-3:amd64 (1.17-3) ...
Setting up openssl (1.1.1c-1) ...
Setting up libbsd0:amd64 (0.9.1-2) ...
Setting up publicsuffix (20190415.1030-1) ...
Setting up libonig5:amd64 (6.9.1-1) ...
Setting up libgdbm6:amd64 (1.18.1-4) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.13.1-2) ...
Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
Setting up libedit2:amd64 (3.1-20181209-1) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3) ...
Setting up ca-certificates (20190110) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs...
128 added, 0 removed; done.
Setting up libgssapi-krb5-2:amd64 (1.17-3) ...
Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
Setting up libperl5.28:amd64 (5.28.1-6) ...
Setting up jq (1.5+dfsg-2+b1) ...
Setting up libx11-6:amd64 (2:1.6.7-1) ...
Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
Setting up openssh-client (1:7.9p1-10) ...
Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4) ...
Setting up perl (5.28.1-6) ...
Setting up xauth (1:1.0.10-1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up git (1:2.20.1-2) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for ca-certificates (20190110) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
�[32;1m$ which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )�[0;m
/usr/bin/ssh-agent
�[32;1m$ eval $(ssh-agent -s)�[0;m
Agent pid 3069
�[32;1m$ echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null�[0;m
Identity added: (stdin) ([email protected])
�[32;1m$ mkdir -p ~/.ssh�[0;m
�[32;1m$ chmod 700 ~/.ssh�[0;m
�[32;1m$ ssh-keyscan git-stage.nordigy.ru >> ~/.ssh/known_hosts�[0;m
# git-stage.nordigy.ru:22 SSH-2.0-OpenSSH_7.4
# git-stage.nordigy.ru:22 SSH-2.0-OpenSSH_7.4
# git-stage.nordigy.ru:22 SSH-2.0-OpenSSH_7.4
�[32;1m$ chmod 644 ~/.ssh/known_hosts�[0;m
�[32;1m$ export VERSION=$DOCKER_TAG�[0;m
�[32;1m$ git config --global user.name "${GITLAB_USER_NAME}"�[0;m
�[32;1m$ git config --global user.email "${GITLAB_USER_EMAIL}"�[0;m
�[32;1m$ git config -l�[0;m
user.name=Maria.Kotlyarevskaya
[email protected]
fetch.recursesubmodules=false
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=https://gitlab-ci-token:[MASKED]@git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
�[32;1m$ git remote set-url origin "[email protected]:contact-center/integrations/devops/environments/engage-digital.git"�[0;m
�[32;1m$ git remote -v�[0;m
origin	[email protected]:contact-center/integrations/devops/environments/engage-digital.git (fetch)
origin	[email protected]:contact-center/integrations/devops/environments/engage-digital.git (push)
�[32;1m$ git tag -af "${VERSION}" ${CI_COMMIT_SHA} -m "${VERSION}"�[0;m
Updated tag '19.3.5' (was 16eb4a1)
�[32;1m$ git push origin --tags -f�[0;m
Warning: Permanently added the ECDSA host key for IP address '192.168.27.104' to the list of known hosts.
To git-stage.nordigy.ru:contact-center/integrations/devops/environments/engage-digital.git
 + 16eb4a1...a30b233 19.3.5 -> 19.3.5 (forced update)
section_end:1567718511:build_script
�[0Ksection_start:1567718511:after_script
�[0Ksection_end:1567718512:after_script
�[0Ksection_start:1567718512:archive_cache
�[0Ksection_end:1567718513:archive_cache
�[0Ksection_start:1567718513:upload_artifacts_on_success
�[0Ksection_end:1567718515:upload_artifacts_on_success
�[0K�[32;1mJob succeeded
�[0;m

generating release notes

�[0KRunning with gitlab-runner 12.2.0 (a987417a)
�[0;m�[0K  on git-stage-runner 6-V4y4M5
�[0;msection_start:1567719157:prepare_executor
�[0K�[0KUsing Docker executor with image docker:18-git ...
�[0;m�[0KStarting service docker:18-dind ...
�[0;m�[0KPulling docker image docker:18-dind ...
�[0;m�[0KUsing docker image sha256:27105793dc2bbf270ec87d6a9ba041bba52cfef66384251980a4d55d03ed736c for docker:18-dind ...
�[0;m�[0KWaiting for services to be up and running...
�[0;m
�[0;33m*** WARNING:�[0;m Service runner-6-V4y4M5-project-11500-concurrent-0-docker-0 probably didn't start properly.

Health check error:
service "runner-6-V4y4M5-project-11500-concurrent-0-docker-0-wait-for-service" timeout

Health check container logs:


Service container logs:
2019-09-05T21:32:39.799876294Z time="2019-09-05T21:32:39.799655484Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
2019-09-05T21:32:39.800624028Z time="2019-09-05T21:32:39.799875494Z" level=warning msg="[!] DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!]"
2019-09-05T21:32:39.802069395Z time="2019-09-05T21:32:39.801558471Z" level=info msg="libcontainerd: started new containerd process" pid=26
2019-09-05T21:32:39.802086495Z time="2019-09-05T21:32:39.801615074Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2019-09-05T21:32:39.802093196Z time="2019-09-05T21:32:39.801629475Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2019-09-05T21:32:39.802098996Z time="2019-09-05T21:32:39.801690177Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}]" module=grpc
2019-09-05T21:32:39.802104896Z time="2019-09-05T21:32:39.801715178Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2019-09-05T21:32:39.802110597Z time="2019-09-05T21:32:39.801820283Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0001ebee0, CONNECTING" module=grpc
2019-09-05T21:32:39.821331377Z time="2019-09-05T21:32:39.821167069Z" level=info msg="starting containerd" revision=894b81a4b802e4eb2a91d1ce216b8817763c29fb version=v1.2.6 
2019-09-05T21:32:39.822052810Z time="2019-09-05T21:32:39.821499384Z" level=info msg="loading plugin "io.containerd.content.v1.content"..." type=io.containerd.content.v1 
2019-09-05T21:32:39.822065910Z time="2019-09-05T21:32:39.821579988Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.btrfs"..." type=io.containerd.snapshotter.v1 
2019-09-05T21:32:39.822072411Z time="2019-09-05T21:32:39.821784297Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.btrfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter" 
2019-09-05T21:32:39.822080211Z time="2019-09-05T21:32:39.821817899Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.aufs"..." type=io.containerd.snapshotter.v1 
2019-09-05T21:32:39.828051184Z time="2019-09-05T21:32:39.827971181Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.aufs" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1" 
2019-09-05T21:32:39.828067285Z time="2019-09-05T21:32:39.828001182Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.native"..." type=io.containerd.snapshotter.v1 
2019-09-05T21:32:39.828137188Z time="2019-09-05T21:32:39.828076486Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1 
2019-09-05T21:32:39.828322797Z time="2019-09-05T21:32:39.828270594Z" level=info msg="loading plugin "io.containerd.snapshotter.v1.zfs"..." type=io.containerd.snapshotter.v1 
2019-09-05T21:32:39.828529106Z time="2019-09-05T21:32:39.828474304Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.zfs" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter" 
2019-09-05T21:32:39.828546707Z time="2019-09-05T21:32:39.828497105Z" level=info msg="loading plugin "io.containerd.metadata.v1.bolt"..." type=io.containerd.metadata.v1 
2019-09-05T21:32:39.828598509Z time="2019-09-05T21:32:39.828540907Z" level=warning msg="could not use snapshotter aufs in metadata plugin" error="modprobe aufs failed: "ip: can't find device 'aufs'\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n": exit status 1" 
2019-09-05T21:32:39.828607310Z time="2019-09-05T21:32:39.828561108Z" level=warning msg="could not use snapshotter zfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter" 
2019-09-05T21:32:39.828613110Z time="2019-09-05T21:32:39.828567908Z" level=warning msg="could not use snapshotter btrfs in metadata plugin" error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs must be a btrfs filesystem to be used with the btrfs snapshotter" 
2019-09-05T21:32:39.884459267Z time="2019-09-05T21:32:39.884323461Z" level=info msg="loading plugin "io.containerd.differ.v1.walking"..." type=io.containerd.differ.v1 
2019-09-05T21:32:39.884474068Z time="2019-09-05T21:32:39.884356263Z" level=info msg="loading plugin "io.containerd.gc.v1.scheduler"..." type=io.containerd.gc.v1 
2019-09-05T21:32:39.884510270Z time="2019-09-05T21:32:39.884435166Z" level=info msg="loading plugin "io.containerd.service.v1.containers-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884530071Z time="2019-09-05T21:32:39.884470268Z" level=info msg="loading plugin "io.containerd.service.v1.content-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884568772Z time="2019-09-05T21:32:39.884502669Z" level=info msg="loading plugin "io.containerd.service.v1.diff-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884578073Z time="2019-09-05T21:32:39.884531271Z" level=info msg="loading plugin "io.containerd.service.v1.images-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884648176Z time="2019-09-05T21:32:39.884571572Z" level=info msg="loading plugin "io.containerd.service.v1.leases-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884656476Z time="2019-09-05T21:32:39.884601174Z" level=info msg="loading plugin "io.containerd.service.v1.namespaces-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884662177Z time="2019-09-05T21:32:39.884619575Z" level=info msg="loading plugin "io.containerd.service.v1.snapshots-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.884686378Z time="2019-09-05T21:32:39.884634875Z" level=info msg="loading plugin "io.containerd.runtime.v1.linux"..." type=io.containerd.runtime.v1 
2019-09-05T21:32:39.884878987Z time="2019-09-05T21:32:39.884819784Z" level=info msg="loading plugin "io.containerd.runtime.v2.task"..." type=io.containerd.runtime.v2 
2019-09-05T21:32:39.885059095Z time="2019-09-05T21:32:39.885002992Z" level=info msg="loading plugin "io.containerd.monitor.v1.cgroups"..." type=io.containerd.monitor.v1 
2019-09-05T21:32:39.885641321Z time="2019-09-05T21:32:39.885519316Z" level=info msg="loading plugin "io.containerd.service.v1.tasks-service"..." type=io.containerd.service.v1 
2019-09-05T21:32:39.885664022Z time="2019-09-05T21:32:39.885588219Z" level=info msg="loading plugin "io.containerd.internal.v1.restart"..." type=io.containerd.internal.v1 
2019-09-05T21:32:39.885706124Z time="2019-09-05T21:32:39.885660222Z" level=info msg="loading plugin "io.containerd.grpc.v1.containers"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885714725Z time="2019-09-05T21:32:39.885681323Z" level=info msg="loading plugin "io.containerd.grpc.v1.content"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885729225Z time="2019-09-05T21:32:39.885693224Z" level=info msg="loading plugin "io.containerd.grpc.v1.diff"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885743626Z time="2019-09-05T21:32:39.885709125Z" level=info msg="loading plugin "io.containerd.grpc.v1.events"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885759427Z time="2019-09-05T21:32:39.885733826Z" level=info msg="loading plugin "io.containerd.grpc.v1.healthcheck"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885773828Z time="2019-09-05T21:32:39.885751727Z" level=info msg="loading plugin "io.containerd.grpc.v1.images"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885788028Z time="2019-09-05T21:32:39.885763627Z" level=info msg="loading plugin "io.containerd.grpc.v1.leases"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885802229Z time="2019-09-05T21:32:39.885779128Z" level=info msg="loading plugin "io.containerd.grpc.v1.namespaces"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.885816529Z time="2019-09-05T21:32:39.885790728Z" level=info msg="loading plugin "io.containerd.internal.v1.opt"..." type=io.containerd.internal.v1 
2019-09-05T21:32:39.886087742Z time="2019-09-05T21:32:39.886032539Z" level=info msg="loading plugin "io.containerd.grpc.v1.snapshots"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.886096942Z time="2019-09-05T21:32:39.886062241Z" level=info msg="loading plugin "io.containerd.grpc.v1.tasks"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.886116543Z time="2019-09-05T21:32:39.886076141Z" level=info msg="loading plugin "io.containerd.grpc.v1.version"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.886155745Z time="2019-09-05T21:32:39.886108443Z" level=info msg="loading plugin "io.containerd.grpc.v1.introspection"..." type=io.containerd.grpc.v1 
2019-09-05T21:32:39.886416157Z time="2019-09-05T21:32:39.886364255Z" level=info msg=serving... address="/var/run/docker/containerd/containerd-debug.sock" 
2019-09-05T21:32:39.886517162Z time="2019-09-05T21:32:39.886466959Z" level=info msg=serving... address="/var/run/docker/containerd/containerd.sock" 
2019-09-05T21:32:39.886525062Z time="2019-09-05T21:32:39.886490760Z" level=info msg="containerd successfully booted in 0.066030s" 
2019-09-05T21:32:39.894725537Z time="2019-09-05T21:32:39.893982603Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0001ebee0, READY" module=grpc
2019-09-05T21:32:39.897455762Z time="2019-09-05T21:32:39.897018042Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2019-09-05T21:32:39.897472063Z time="2019-09-05T21:32:39.897049844Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2019-09-05T21:32:39.897485864Z time="2019-09-05T21:32:39.897150948Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}]" module=grpc
2019-09-05T21:32:39.897493464Z time="2019-09-05T21:32:39.897181150Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2019-09-05T21:32:39.897499964Z time="2019-09-05T21:32:39.897187250Z" level=info msg="parsed scheme: \"unix\"" module=grpc
2019-09-05T21:32:39.897506265Z time="2019-09-05T21:32:39.897236252Z" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
2019-09-05T21:32:39.897571968Z time="2019-09-05T21:32:39.897299955Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0006ee410, CONNECTING" module=grpc
2019-09-05T21:32:39.897588469Z time="2019-09-05T21:32:39.897390459Z" level=info msg="ccResolverWrapper: sending new addresses to cc: [{unix:///var/run/docker/containerd/containerd.sock 0  <nil>}]" module=grpc
2019-09-05T21:32:39.897595269Z time="2019-09-05T21:32:39.897423161Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
2019-09-05T21:32:39.897601269Z time="2019-09-05T21:32:39.897457963Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0006ee410, READY" module=grpc
2019-09-05T21:32:39.897693773Z time="2019-09-05T21:32:39.897637871Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0008782b0, CONNECTING" module=grpc
2019-09-05T21:32:39.899993079Z time="2019-09-05T21:32:39.899604961Z" level=info msg="pickfirstBalancer: HandleSubConnStateChange: 0xc0008782b0, READY" module=grpc
2019-09-05T21:32:40.019651658Z time="2019-09-05T21:32:40.019493851Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
2019-09-05T21:32:40.020628503Z time="2019-09-05T21:32:40.020487696Z" level=info msg="Loading containers: start."
2019-09-05T21:32:40.031504201Z time="2019-09-05T21:32:40.031356894Z" level=warning msg="Running modprobe bridge br_netfilter failed with message: ip: can't find device 'bridge'\nbridge                151336  1 br_netfilter\nstp                    12976  1 bridge\nllc                    14552  2 bridge,stp\nip: can't find device 'br_netfilter'\nbr_netfilter           22256  0 \nbridge                151336  1 br_netfilter\nmodprobe: can't change directory to '/lib/modules': No such file or directory\n, error: exit status 1"
2019-09-05T21:32:40.037762587Z time="2019-09-05T21:32:40.037667783Z" level=warning msg="Running modprobe nf_nat failed with message: `ip: can't find device 'nf_nat'\nnf_nat_masquerade_ipv4    13412  1 ipt_MASQUERADE\nnf_nat_ipv4            14115  1 iptable_nat\nnf_nat                 26583  2 nf_nat_masquerade_ipv4,nf_nat_ipv4\nnf_conntrack          137239  6 nf_conntrack_netlink,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat_ipv4,xt_conntrack,nf_nat\nlibcrc32c              12644  2 nf_nat,nf_conntrack\nmodprobe: can't change directory to '/lib/modules': No such file or directory`, error: exit status 1"
2019-09-05T21:32:40.044589900Z time="2019-09-05T21:32:40.044434793Z" level=warning msg="Running modprobe xt_conntrack failed with message: `ip: can't find device 'xt_conntrack'\nxt_conntrack           12760  1 \nnf_conntrack          137239  6 nf_conntrack_netlink,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat_ipv4,xt_conntrack,nf_nat\nmodprobe: can't change directory to '/lib/modules': No such file or directory`, error: exit status 1"
2019-09-05T21:32:40.171066691Z time="2019-09-05T21:32:40.170896383Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.18.0.0/16. Daemon option --bip can be used to set a preferred IP address"
2019-09-05T21:32:40.244872671Z time="2019-09-05T21:32:40.244734464Z" level=info msg="Loading containers: done."
2019-09-05T21:32:40.263056203Z time="2019-09-05T21:32:40.262920497Z" level=info msg="Docker daemon" commit=039a7df9ba graphdriver(s)=overlay2 version=18.09.9
2019-09-05T21:32:40.263151308Z time="2019-09-05T21:32:40.263085605Z" level=info msg="Daemon has completed initialization"
2019-09-05T21:32:40.317416693Z time="2019-09-05T21:32:40.317253585Z" level=info msg="API listen on /var/run/docker.sock"
2019-09-05T21:32:40.317440994Z time="2019-09-05T21:32:40.317263086Z" level=info msg="API listen on [::]:2375"

�[0;33m*********�[0;m

�[0KPulling docker image docker:18-git ...
�[0;m�[0KUsing docker image sha256:796b9c4f0b4e87f00cb659d0bdbf9e068f6698079b30deca27edcd5e5ef31e12 for docker:18-git ...
�[0;msection_end:1567719192:prepare_executor
�[0Ksection_start:1567719192:prepare_script
�[0KRunning on runner-6-V4y4M5-project-11500-concurrent-0 via docker...
section_end:1567719193:prepare_script
�[0Ksection_start:1567719193:get_sources
�[0K�[32;1mFetching changes...�[0;m
Reinitialized existing Git repository in /builds/contact-center/integrations/devops/environments/engage-digital/.git/
�[32;1mChecking out 352a0397 as 19.3.5...�[0;m

�[32;1mSkipping Git submodules setup�[0;m
section_end:1567719195:get_sources
�[0Ksection_start:1567719195:restore_cache
�[0Ksection_end:1567719196:restore_cache
�[0Ksection_start:1567719196:download_artifacts
�[0Ksection_end:1567719197:download_artifacts
�[0Ksection_start:1567719197:build_script
�[0K�[32;1m$ docker container run -e GITLAB_PERSONAL_TOKEN=${GITLAB_ACCESS_TOKEN} -e GITLAB_API_ENDPOINT="https://git-stage.nordigy.ru/api/v4" -e GITLAB_PROJECT_ID=${CI_PROJECT_ID} 00freezy00/gitlab-release-note-generator�[0;m
Unable to find image '00freezy00/gitlab-release-note-generator:latest' locally
latest: Pulling from 00freezy00/gitlab-release-note-generator
a4d8138d0f6b: Pulling fs layer
dbdc36973392: Pulling fs layer
f59d6d019dd5: Pulling fs layer
aaef3e026258: Pulling fs layer
6e454d3b6c28: Pulling fs layer
c717a7c205aa: Pulling fs layer
038b3cfb4595: Pulling fs layer
a6d4e452109c: Pulling fs layer
f2e9874fa393: Pulling fs layer
004dcb656259: Pulling fs layer
c75fd4329ab3: Pulling fs layer
6e454d3b6c28: Waiting
c717a7c205aa: Waiting
038b3cfb4595: Waiting
a6d4e452109c: Waiting
f2e9874fa393: Waiting
004dcb656259: Waiting
c75fd4329ab3: Waiting
aaef3e026258: Waiting
f59d6d019dd5: Verifying Checksum
f59d6d019dd5: Download complete
dbdc36973392: Verifying Checksum
dbdc36973392: Download complete
a4d8138d0f6b: Verifying Checksum
a4d8138d0f6b: Download complete
c717a7c205aa: Download complete
a4d8138d0f6b: Pull complete
dbdc36973392: Pull complete
aaef3e026258: Verifying Checksum
aaef3e026258: Download complete
f59d6d019dd5: Pull complete
038b3cfb4595: Verifying Checksum
038b3cfb4595: Download complete
a6d4e452109c: Verifying Checksum
a6d4e452109c: Download complete
aaef3e026258: Pull complete
f2e9874fa393: Download complete
004dcb656259: Verifying Checksum
004dcb656259: Download complete
c75fd4329ab3: Verifying Checksum
c75fd4329ab3: Download complete
6e454d3b6c28: Verifying Checksum
6e454d3b6c28: Download complete
6e454d3b6c28: Pull complete
c717a7c205aa: Pull complete
038b3cfb4595: Pull complete
a6d4e452109c: Pull complete
f2e9874fa393: Pull complete
004dcb656259: Pull complete
c75fd4329ab3: Pull complete
Digest: sha256:90e1b3c3315aa171794916bc2351b76287597570f7ba666586d9a47666067857
Status: Downloaded newer image for 00freezy00/gitlab-release-note-generator:latest

> [email protected] start /src
> node app/index.js

2019-09-06T07:33:45+10:00 [INFO] Latest tag is 19.3.5
2019-09-06T07:33:45+10:00 [INFO] Found the second latest tag on page 1. The second latest tag is 19.3.2
2019-09-06T07:33:45+10:00 [INFO] Time range that we are looking at MRs and issues is between Tue Aug 06 2019 20:13:21 GMT+1000 and Fri Sep 06 2019 07:21:23 GMT+1000
2019-09-06T07:33:46+10:00 [INFO] Found 29 merge requests
2019-09-06T07:33:46+10:00 [INFO] Found 0 issues
2019-09-06T07:33:46+10:00 [DEBUG] Changelog: ### Release note (2019-09-06)
#### New features
- Test [#277](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/277) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
#### Fixed bugs
- Fix bug [#279](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/279) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- 1.2.3 [#278](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/278) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
#### Closed issues
#### Merged merge requests
- Update test [#276](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/276) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Test 123 [#275](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/275) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- EO-454 [#272](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/272) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- Bump release version to 19.3.4 [#271](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/271) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- fix graphite-extractor-prometheus servicemonitor [#270](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/270) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- EO-708: Update logstash and filebeat to 6.8.2 version [#269](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/269) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Edge Env [#268](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/268) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- Resolve EO-664 "Patch" [#267](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/267) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Bump: Tag versions to 19.3.4 on lab [#266](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/266) ([yoann.lecuyer](https://git-stage.nordigy.ru/yoann.lecuyer))
- MongoDB 3.6 [#265](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/265) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- EO-693: Change threads amount in DWE [#264](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/264) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- New domain on ops [#263](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/263) ([Eugene.Likiy](https://git-stage.nordigy.ru/Eugene.Likiy))
- Loki on LAB [#262](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/262) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- EO-684: Increase countReplicas for dwe/dwm [#261](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/261) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Fixed URL for agents [#260](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/260) ([Eugene.Likiy](https://git-stage.nordigy.ru/Eugene.Likiy))
- EO-683: Add all of mongodb endpoints [#256](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/256) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Fixed URL for API [#255](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/255) ([Eugene.Likiy](https://git-stage.nordigy.ru/Eugene.Likiy))
- EO-655: Fix value for EMAIL_MONITORING_CUSTOM_TAG [#254](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/254) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Sync ElastiCache+DMM/DMO OPS<->Prod [#253](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/253) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- add perfops [#252](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/252) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- many fixed [#251](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/251) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- Due to the Mongo DB wipe, token was changed [#250](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/250) ([Eugene.Likiy](https://git-stage.nordigy.ru/Eugene.Likiy))
- EO-664: Implement sync between S3 with helm-charts by Jenkins [#249](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/249) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- Release/133354 19.3.2 [#248](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/248) ([Ilya.Nemakov](https://git-stage.nordigy.ru/Ilya.Nemakov))
- EO-651: Configure dimelo ssh server [#246](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/246) ([Maria.Kotlyarevskaya](https://git-stage.nordigy.ru/Maria.Kotlyarevskaya))
- EO-656: Fix sidecar config [#239](https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/239) ([Andrey.Ermakov](https://git-stage.nordigy.ru/Andrey.Ermakov))

2019-09-06T07:33:46+10:00 [DEBUG] Updating the release note
section_end:1567719229:build_script
�[0Ksection_start:1567719229:after_script
�[0Ksection_end:1567719230:after_script
�[0Ksection_start:1567719230:archive_cache
�[0Ksection_end:1567719231:archive_cache
�[0Ksection_start:1567719231:upload_artifacts_on_success
�[0Ksection_end:1567719233:upload_artifacts_on_success
�[0K�[32;1mJob succeeded
�[0;m

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

Can I get the logs that are outputted by the app, please?

Also, Is your merged request in merged state? And Is it merged/updated in between 2 of your tags?

yes, it was in merged state and I performed force update tag after any push in develop

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

Another possible reason why your latest merge request is not in the release note is that you didn't specify the TARGET_TAG_REGEX in the app docker env. The generator could be finding the merge requests updated at time in between a develop tag and a master tag.

I'll try it now, thanks

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

TARGET_TAG_REGEX

didn't help. last merge requests wasn't added to RN

from gitlab-release-note-generator.

jk1z avatar jk1z commented on July 20, 2024

Hmm...weird. Could you provide me with the metadata of that weird merge request please? Also, Feel free to only extract its state and updated_at field use the below curl command

curl -H "Private-Token: <personal access token>" https://gitlab.com/api/v4/projects/:id/merge_requests/:MRId

Please replace personal access token, :id and :MRId with your own one.

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

Hmm...weird. Could you provide me with the metadata of that weird merge request please? Also, Feel free to only extract its state and updated_at field use the below curl command

curl -H "Private-Token: <personal access token>" https://gitlab.com/api/v4/projects/:id/merge_requests/:MRId

Please replace personal access token, :id and :MRId with your own one.

{
   "id":99495,
   "iid":280,
   "project_id":11500,
   "title":"Resolve EO-810",
   "description":"Closes EO-810",
   "state":"merged",
   "created_at":"2019-09-05T21:20:57.581Z",
   "updated_at":"2019-09-05T21:21:24.321Z",
   "merged_by":{
      "id":1094,
      "name":"Maria Kotlyarevskaya",
      "username":"Maria.Kotlyarevskaya",
      "state":"active",
      "avatar_url":"https://git-stage.nordigy.ru/uploads/-/system/user/avatar/1094/avatar.png",
      "web_url":"https://git-stage.nordigy.ru/Maria.Kotlyarevskaya"
   },
   "merged_at":"2019-09-05T21:21:25.356Z",
   "closed_by":null,
   "closed_at":null,
   "target_branch":"develop",
   "source_branch":"EO-810",
   "user_notes_count":0,
   "upvotes":0,
   "downvotes":0,
   "assignee":null,
   "author":{
      "id":1094,
      "name":"Maria Kotlyarevskaya",
      "username":"Maria.Kotlyarevskaya",
      "state":"active",
      "avatar_url":"https://git-stage.nordigy.ru/uploads/-/system/user/avatar/1094/avatar.png",
      "web_url":"https://git-stage.nordigy.ru/Maria.Kotlyarevskaya"
   },
   "assignees":[

   ],
   "source_project_id":11500,
   "target_project_id":11500,
   "labels":[
      "feature"
   ],
   "work_in_progress":false,
   "milestone":null,
   "merge_when_pipeline_succeeds":false,
   "merge_status":"can_be_merged",
   "sha":"70a707de9daa232f53dd42433acdf0f9ece8fd3c",
   "merge_commit_sha":"352a0397438a05dc225e4ab64dd8d5d86bae877a",
   "discussion_locked":null,
   "should_remove_source_branch":null,
   "force_remove_source_branch":false,
   "reference":"!280",
   "web_url":"https://git-stage.nordigy.ru/contact-center/integrations/devops/environments/engage-digital/merge_requests/280",
   "time_stats":{
      "time_estimate":0,
      "total_time_spent":0,
      "human_time_estimate":null,
      "human_total_time_spent":null
   },
   "squash":false,
   "task_completion_status":{
      "count":0,
      "completed_count":0
   },
   "subscribed":true,
   "changes_count":"1",
   "latest_build_started_at":null,
   "latest_build_finished_at":null,
   "first_deployed_to_production_at":null,
   "pipeline":null,
   "head_pipeline":null,
   "diff_refs":{
      "base_sha":"7ff5c57ee4383ba7f961a52ce253c318e1d3b077",
      "head_sha":"70a707de9daa232f53dd42433acdf0f9ece8fd3c",
      "start_sha":"80ee3f66bca8aed144cac00af33a70ceb744620a"
   },
   "merge_error":null,
   "user":{
      "can_merge":true
   }
}

from gitlab-release-note-generator.

jk1z avatar jk1z commented on July 20, 2024

Haha your MR is a second late than your latest tag creation time

Tue Aug 06 2019 20:13:21 GMT+1000 Second latest

Fri Sep 06 2019 07:21:23 GMT+1000 Latest

Fri Sep 06 2019 07:21:24 GMT+1000 <---- MR
"updated_at":"2019-09-05T21:21:24.321Z",

from gitlab-release-note-generator.

Jasstkn avatar Jasstkn commented on July 20, 2024

Well... Should I set up a delay? or something like that?

from gitlab-release-note-generator.

jk1z avatar jk1z commented on July 20, 2024

Well... Should I set up a delay? or something like that?

I guess you could leave it for now. That might be a rare case. If it happens often, then yeah I would set up a delay for tagging.

from gitlab-release-note-generator.

DovetailJohn avatar DovetailJohn commented on July 20, 2024

I have a pull request that adds configurable amount of seconds to search after the commit. I notice that when a Merge Request automatically closes an issue that issue's timestamp is 1 second after the commit.

from gitlab-release-note-generator.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.