From 64b76c4bd39bdda3299921dbe63b012e2e6bb261 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Wed, 14 Apr 2021 16:38:17 +0200 Subject: [PATCH] chore(deps): update dependency git-chglog/git-chglog to v0.14.1 (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [git-chglog/git-chglog](https://github.com/git-chglog/git-chglog) | patch | `v0.14.0` -> `v0.14.1` | --- ### Release Notes
git-chglog/git-chglog ### [`v0.14.1`](https://github.com/git-chglog/git-chglog/blob/master/CHANGELOG.md#v0141---2021-04-13) [Compare Source](https://github.com/git-chglog/git-chglog/compare/v0.14.0...v0.14.1) ##### Bug Fixes - **template:** address regression in string functions for template engine ([#​142](https://github.com/git-chglog/git-chglog/issues/142)) ##### Chores - add docker target to Makefile ([#​138](https://github.com/git-chglog/git-chglog/issues/138)) - add make release target ([#​130](https://github.com/git-chglog/git-chglog/issues/130)) - **deps:** update alpine docker tag to v3.13.4 ([#​136](https://github.com/git-chglog/git-chglog/issues/136)) ##### Features - add docker image on release and master ([#​135](https://github.com/git-chglog/git-chglog/issues/135))
--- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/git-chglog/pulls/19 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f43aa2..0f2e82e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/git ARG BUILD_VERSION # renovate: datasource=github-releases depName=git-chglog/git-chglog -ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.14.0}" +ENV CHGLOG_VERSION="${BUILD_VERSION:-v0.14.1}" COPY overlay/ /