diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a502177..077304fd 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.10.0](https://github.com/renovatebot/github-action/compare/v22.9.0...v22.10.0) (2020-08-04) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.10.0 ([#180](https://github.com/renovatebot/github-action/issues/180)) ([c6f4851](https://github.com/renovatebot/github-action/commit/c6f485174fed148d87eb8da49fb00a0fb171a11f)) + ## [22.9.0](https://github.com/renovatebot/github-action/compare/v22.8.1...v22.9.0) (2020-08-04) diff --git a/dist/index.js b/dist/index.js index 3366633c..cf5d92ec 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.9.0-slim'; + this.tag = '22.10.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index fa4cdf90..178708e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.9.0", + "version": "22.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de99404c..949fc6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.9.0", + "version": "22.10.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",