diff --git a/CHANGELOG.md b/CHANGELOG.md index 077304fd..64260f70 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.11.0](https://github.com/renovatebot/github-action/compare/v22.10.0...v22.11.0) (2020-08-05) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v22.11.0 ([#181](https://github.com/renovatebot/github-action/issues/181)) ([2f0265d](https://github.com/renovatebot/github-action/commit/2f0265d24070f2d905afaa90416f89a315dd3935)) + ## [22.10.0](https://github.com/renovatebot/github-action/compare/v22.9.0...v22.10.0) (2020-08-04) diff --git a/dist/index.js b/dist/index.js index cf5d92ec..dd675cf1 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.10.0-slim'; + this.tag = '22.11.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 178708e3..0892f207 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.10.0", + "version": "22.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 949fc6f1..389507a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "22.10.0", + "version": "22.11.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",