diff --git a/CHANGELOG.md b/CHANGELOG.md index 05752272..161f6504 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. +### [29.8.5](https://github.com/renovatebot/github-action/compare/v29.8.4...v29.8.5) (2021-11-16) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v29.8.5 ([30a2f76](https://github.com/renovatebot/github-action/commit/30a2f76a6d36bbe5aeabc97d459e1e899b91011b)) + ### [29.8.4](https://github.com/renovatebot/github-action/compare/v29.8.3...v29.8.4) (2021-11-15) diff --git a/dist/index.js b/dist/index.js index 69231739..ced51e67 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2832,7 +2832,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '29.8.4-slim'; + this.tag = '29.8.5-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index f6045412..a8324b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "29.8.4", + "version": "29.8.5", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",