Skip to content

Commit

Permalink
Bump cloudbeat version (#2302)
Browse files Browse the repository at this point in the history
* Update version.go

* Update .mergify.yml

* Update ARM templates

---------

Co-authored-by: Cloud Security Machine <[email protected]>
  • Loading branch information
cloudsecmachine and cloudsecmachine authored Jul 3, 2024
1 parent 20eb7f2 commit 0838bae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,16 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.15 branch
conditions:
- merged
- label=backport-v8.15.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.15"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.15.0"
"defaultValue": "8.16.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.15.0"
"defaultValue": "8.16.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.15.0"
"defaultValue": "8.16.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"metadata": {
"description": "The version of elastic-agent to install"
},
"defaultValue": "8.15.0"
"defaultValue": "8.16.0"
},
"FleetUrl": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package version

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "8.15.0"
const defaultBeatVersion = "8.16.0"

// Version represents version information for a package
type Version struct {
Expand Down

0 comments on commit 0838bae

Please sign in to comment.