From 7da2254a381636f1c444435364ace016deaa1638 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 12:05:20 +0000 Subject: [PATCH] chore(release): 22.17.0 --- 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 1b6bee5b..e4f87244 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.0](https://github.com/renovatebot/github-action/compare/v22.16.2...v22.17.0) (2020-08-13) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.17.0 ([#197](https://github.com/renovatebot/github-action/issues/197)) ([53ddfc1](https://github.com/renovatebot/github-action/commit/53ddfc1c977d9616082b5ead5af0053cec1164e8)) + ### [22.16.2](https://github.com/renovatebot/github-action/compare/v22.16.1...v22.16.2) (2020-08-12) diff --git a/dist/index.js b/dist/index.js index f8c49bc6..8b6cbdcf 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.16.2-slim'; + this.tag = '22.17.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index becee2d6..cb551b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.16.2", + "version": "22.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 898a5de4..a4af4762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.16.2", + "version": "22.17.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",