diff --git a/CHANGELOG.md b/CHANGELOG.md index b465c214..51ae0dea 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. +### [21.33.7](https://github.com/renovatebot/github-action/compare/v21.33.2...v21.33.7) (2020-07-21) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v21.33.7 ([#154](https://github.com/renovatebot/github-action/issues/154)) ([f119030](https://github.com/renovatebot/github-action/commit/f1190302c3db9fc18d4a5606fb00d24a9ac34a95)) + ### [21.33.2](https://github.com/renovatebot/github-action/compare/v21.33.1...v21.33.2) (2020-07-19) diff --git a/dist/index.js b/dist/index.js index e36f0806..174d7ffb 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 = '21.33.2-slim'; + this.tag = '21.33.7-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 4c8f2727..b2adeefc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.2", + "version": "21.33.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c2936e8..3d7a6528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.2", + "version": "21.33.7", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",