diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d117d98..a50d164e 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.10.0](https://github.com/renovatebot/github-action/compare/v28.8.5...v28.10.0) (2021-10-25) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v28.10.0 ([f6b9ba4](https://github.com/renovatebot/github-action/commit/f6b9ba483b524c90eb71bfdf0f1aea6e65f7b8ae)) + ### [28.8.5](https://github.com/renovatebot/github-action/compare/v28.8.4...v28.8.5) (2021-10-24) diff --git a/dist/index.js b/dist/index.js index a11f05e8..08edb59a 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 = '28.8.5-slim'; + this.tag = '28.10.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index ad335a0e..ab8a0f06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "28.8.5", + "version": "28.10.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",