From 96be8fe5bc830a408b45db7577f1906379524231 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 06:29:01 +0000 Subject: [PATCH] chore(release): 27.19.2 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72fa551a..9d9242cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [27.19.2](https://github.com/renovatebot/github-action/compare/v27.19.1...v27.19.2) (2021-09-27) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v27.19.2 ([b6e0265](https://github.com/renovatebot/github-action/commit/b6e02653c5458742a0e5794def43a8fd4b7ba304)) + ### [27.19.1](https://github.com/renovatebot/github-action/compare/v27.19.0...v27.19.1) (2021-09-24) diff --git a/dist/index.js b/dist/index.js index 10cc07dc..44ad7bf2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1776,7 +1776,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '27.19.1-slim'; + this.tag = '27.19.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 9911448b..e077daf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "27.19.1", + "version": "27.19.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",