Skip to content

Commit 96be8fe

Browse files
chore(release): 27.19.2
1 parent 133d1f4 commit 96be8fe

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [27.19.2](https://github.com/renovatebot/github-action/compare/v27.19.1...v27.19.2) (2021-09-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update renovate/renovate docker tag to v27.19.2 ([b6e0265](https://github.com/renovatebot/github-action/commit/b6e02653c5458742a0e5794def43a8fd4b7ba304))
11+
512
### [27.19.1](https://github.com/renovatebot/github-action/compare/v27.19.0...v27.19.1) (2021-09-24)
613

714

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ class Docker {
17761776
constructor() {
17771777
this.repository = 'renovate/renovate';
17781778
// renovate: datasource=docker depName=renovate/renovate versioning=docker
1779-
this.tag = '27.19.1-slim';
1779+
this.tag = '27.19.2-slim';
17801780
this.tagSuffix = '-slim';
17811781
}
17821782
image() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action",
3-
"version": "27.19.1",
3+
"version": "27.19.2",
44
"description": "GitHub Action to run Renovate self-hosted.",
55
"private": true,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)