From 0487cbbb332bf743475e014b70a4d844512980c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:01:13 +0000 Subject: [PATCH] chore(release): 21.29.2 --- CHANGELOG.md | 7 +++++++ dist/index.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc80b9b1..b79a9202 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. +### [21.29.2](https://github.com/renovatebot/github-action/compare/v21.12.7...v21.29.2) (2020-07-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v21.29.2 ([#131](https://github.com/renovatebot/github-action/issues/131)) ([5b4be46](https://github.com/renovatebot/github-action/commit/5b4be46dfd776e0fd68f374977d7fbc813b8aad5)) + ### [21.12.7](https://github.com/renovatebot/github-action/compare/v21.12.6...v21.12.7) (2020-06-19) diff --git a/dist/index.js b/dist/index.js index cdc60f75..9742a8ff 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1061,7 +1061,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '21.12.7-slim'; + this.tag = '21.29.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 965ade67..a03cb5c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.12.7", + "version": "21.29.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6fdd2ef1..0f72a8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.12.7", + "version": "21.29.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",