Skip to content

Commit

Permalink
backport: Add 8.12 branch (#12171)
Browse files Browse the repository at this point in the history
* docs: update docs

* [Release] update version

* Fix broken version

---------

Co-authored-by: simitt <[email protected]>
Co-authored-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent 19c8690 commit 4e5dcf2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.12 branch
conditions:
- merged
- base=main
- label=backport-8.12
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.12"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
5 changes: 5 additions & 0 deletions apmpackage/apm/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
- version: generated
changes:
- description: Placeholder
type: enhancement
link: https://github.com/elastic/apm-server/pull/123
- version: 8.12.0
changes:
- description: Add missing mappings for various fields
type: enhancement
Expand Down
2 changes: 1 addition & 1 deletion cmd/intake-receiver/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package main

// version matches the APM Server's version
const version = "8.12.0"
const version = "8.13.0"
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package version

// Version holds the APM Server version.
const Version = "8.12.0"
const Version = "8.13.0"

0 comments on commit 4e5dcf2

Please sign in to comment.