From 737588329748eb461ff2a8c26e90eaeb898fe7b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 01:04:34 +0000 Subject: [PATCH] chore(release): 22.8.1 --- 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 2b66acbe..82177abc 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.8.1](https://github.com/renovatebot/github-action/compare/v22.8.0...v22.8.1) (2020-08-04) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.8.1 ([#178](https://github.com/renovatebot/github-action/issues/178)) ([d9ee18c](https://github.com/renovatebot/github-action/commit/d9ee18cd69845f0bb61ee89e56ad887f9a25c61a)) + ## [22.8.0](https://github.com/renovatebot/github-action/compare/v22.7.0...v22.8.0) (2020-08-03) diff --git a/dist/index.js b/dist/index.js index 450c1b18..3822a7f6 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.8.0-slim'; + this.tag = '22.8.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 2d9f0426..8185c290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.8.0", + "version": "22.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 863e2779..041921c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.8.0", + "version": "22.8.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",