diff --git a/CHANGELOG.md b/CHANGELOG.md index 2891c2f8..b465c214 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.2](https://github.com/renovatebot/github-action/compare/v21.33.1...v21.33.2) (2020-07-19) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v21.33.2 ([#152](https://github.com/renovatebot/github-action/issues/152)) ([48020d5](https://github.com/renovatebot/github-action/commit/48020d596cc19e1e3249c27c645072b83bee6abc)) + ### [21.33.1](https://github.com/renovatebot/github-action/compare/v21.32.3...v21.33.1) (2020-07-18) diff --git a/dist/index.js b/dist/index.js index 643ef228..e36f0806 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.1-slim'; + this.tag = '21.33.2-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 8f9ff8aa..6b193898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.1", + "version": "21.33.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20357e39..5e7cb128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "21.33.1", + "version": "21.33.2", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",