Skip to content

Commit 7ee0911

Browse files
authored
Merge pull request #1125 from ph/update-to-8.2.0
2 parents 31d6fa3 + fd8d98e commit 7ee0911

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.mergify.yml

+14
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,20 @@ pull_request_rules:
4848
labels:
4949
- "backport"
5050
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
51+
- name: backport patches to 8.1 branch
52+
conditions:
53+
- merged
54+
- base=master
55+
- label=backport-v8.1.0
56+
actions:
57+
backport:
58+
assignees:
59+
- "{{ author }}"
60+
branches:
61+
- "8.1"
62+
labels:
63+
- "backport"
64+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
5165
- name: backport patches to 7.17 branch
5266
conditions:
5367
- merged

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/elastic/fleet-server/v7/internal/pkg/build"
1616
)
1717

18-
const defaultVersion = "8.1.0"
18+
const defaultVersion = "8.2.0"
1919

2020
var (
2121
Version string = defaultVersion

0 commit comments

Comments
 (0)