Skip to content

Commit

Permalink
[Release] update version 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine authored and simitt committed Feb 14, 2024
1 parent 28bb4e1 commit ccaf715
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.13 branch
conditions:
- merged
- base=main
- label=backport-8.13
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.13"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
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.13.0"
const version = "8.14.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.13.0"
const Version = "8.14.0"

0 comments on commit ccaf715

Please sign in to comment.