From 2f4912b384e79ca85753b476fc6af60cbde4d242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2020 14:05:19 +0000 Subject: [PATCH] chore(release): 22.17.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 872eeb83..01f566a9 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. +### [22.17.2](https://github.com/renovatebot/github-action/compare/v22.17.1...v22.17.2) (2020-08-14) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.17.2 ([#199](https://github.com/renovatebot/github-action/issues/199)) ([79fb1d7](https://github.com/renovatebot/github-action/commit/79fb1d7dc06e264a6a991a499939170bca8e4282)) + ### [22.17.1](https://github.com/renovatebot/github-action/compare/v22.17.0...v22.17.1) (2020-08-14) diff --git a/dist/index.js b/dist/index.js index 9332360a..98668ff3 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 = '22.17.1-slim'; + this.tag = '22.17.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8e12cfe5..e924d057 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.17.1", + "version": "22.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86bb11da..69a3a685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.17.1", + "version": "22.17.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",