diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f2621993b..71b52123b0b 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. +## [25.44.0](https://github.com/renovatebot/github-action/compare/v25.43.0...v25.44.0) (2021-06-17) + + +### Bug Fixes + +* **deps:** update renovate/renovate docker tag to v25.44.0 ([5149240](https://github.com/renovatebot/github-action/commit/5149240adfe57bee9bbbce750c71703b9040a66e)) + ## [25.43.0](https://github.com/renovatebot/github-action/compare/v25.42.1...v25.43.0) (2021-06-16) diff --git a/dist/index.js b/dist/index.js index 557d5f1a608..37e1602a8ec 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1955,7 +1955,7 @@ class Docker { constructor() { this.repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - this.tag = '25.43.0-slim'; + this.tag = '25.44.0-slim'; this.tagSuffix = '-slim'; } image() { diff --git a/package-lock.json b/package-lock.json index 56c80d7a3a0..c7c5f25ff3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.43.0", + "version": "25.44.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1247650972..59b68396a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action", - "version": "25.43.0", + "version": "25.44.0", "description": "GitHub Action to run Renovate self-hosted.", "private": true, "main": "src/index.ts",