diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c73940..05b31eda 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. +### [28.0.1](https://github.com/renovatebot/github-action/compare/v27.31.10...v28.0.1) (2021-10-11) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v28 ([#582](https://github.com/renovatebot/github-action/issues/582)) ([2a33383](https://github.com/renovatebot/github-action/commit/2a33383ee24c66e5f5cea52196ce89e565f96d4e)) + ### [27.31.10](https://github.com/renovatebot/github-action/compare/v27.31.7...v27.31.10) (2021-10-11) diff --git a/dist/index.js b/dist/index.js index 1d415a4a..2921765a 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 = '27.31.10-slim'; + this.tag = '28.0.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index 21fb8b51..0db386ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "27.31.10", + "version": "28.0.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",