diff --git a/CHANGELOG.md b/CHANGELOG.md index 1478933d..24132e16 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. +### [32.198.1](https://github.com/renovatebot/github-action/compare/v32.197.1...v32.198.1) (2022-09-18) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v32.198.1 ([ff82839](https://github.com/renovatebot/github-action/commit/ff82839e2ff65f18cf893299759b162ae736bed0)) + ### [32.197.1](https://github.com/renovatebot/github-action/compare/v32.197.0...v32.197.1) (2022-09-18) diff --git a/dist/index.js b/dist/index.js index 6103ec99..2a881356 100644 --- a/dist/index.js +++ b/dist/index.js @@ -3950,7 +3950,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '32.197.1-slim'; + this.tag = '32.198.1-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package.json b/package.json index ec9dcd3f..0b6eaf8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "32.197.1", + "version": "32.198.1", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",